#D618E3

Color #D618E3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D618E3

Tints of Deep Magenta #D618E3

Color information

#D618E3 (or 0xD618E3) is unknown color: approx Deep Magenta. HEX triplet: D6, 18 and E3. RGB value is (214,24,227). Sum of RGB (Red+Green+Blue) = 214+24+227=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #D618E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618E3 is #29E71C. Grayscale: #676767. Windows color (decimal): -2746141 or 14883030. OLE color: 14883030.

HSL color Cylindrical-coordinate representation of color #D618E3: hue angle of 296.16º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618E3 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21424227-
CMYK0.060.8900.11
HSL296.16º80.88%49.22%-
HSV(B)296.16º89.43%89.02%-
XYZ41.9220.574.42-
YUV103.95197.45206.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 24 (9.77% from 255) = 5.16%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=46.02%
G=5.16%
B=48.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214242270.060.8900.11296.1680.8849.22
HexD618E36590B1285131
Octal32630343613101345012161
Binary1101011011000111000111101011001010111001010001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D618E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D618E3; }

 p { color: rgb(214,24,227); }

 H1.HeaderClassName
 {
   color: #D618E3;
 }
 .AnyTagClassName
 {
   color: #D618E3;
 }
</style>
background-color css

<style>
 a { background-color: #D618E3; }

 a { background-color: rgb(214,24,227); }

 div.DivClassName
 {
   background-color: #D618E3;
 }
 .BgClassName
 {
   background-color: #D618E3;
 }
</style>
border-color css

<style>
 span { border-color: #D618E3; }

 span { border-color: rgb(214,24,227); }

 td.TdClassName
 {
   border-color: #D618E3;
 }
 .TagClassName
 {
   border-color: #D618E3;
 }
</style>