#D208DE

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

Shades of Deep Magenta #D208DE

Tints of Deep Magenta #D208DE

Color information

#D208DE (or 0xD208DE) is unknown color: approx Deep Magenta. HEX triplet: D2, 08 and DE. RGB value is (210,8,222). Sum of RGB (Red+Green+Blue) = 210+8+222=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #D208DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208DE is #2DF721. Grayscale: #5C5C5C. Windows color (decimal): -3012386 or 14551250. OLE color: 14551250.

HSL color Cylindrical-coordinate representation of color #D208DE: hue angle of 296.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D208DE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2108222-
CMYK0.050.9600.13
HSL296.64º93.04%45.1%-
HSV(B)296.64º96.4%87.06%-
XYZ39.8519.1570.7-
YUV92.79200.92211.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 8 (3.52% from 255) = 1.82%
BLUE value IS 222 (87.11% from 255) = 50.45%
R=47.73%
G=1.82%
B=50.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21082220.050.9600.13296.6493.0445.1
HexD28DE5600D1295d2d
Octal32210336514001545113555
Binary110100101000110111101011100000011011001010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D208DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D208DE; }

 p { color: rgb(210,8,222); }

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

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

 a { background-color: rgb(210,8,222); }

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

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

 span { border-color: rgb(210,8,222); }

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