#DC9FD2

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

Shades of Plum #DC9FD2

Tints of Plum #DC9FD2

Color information

#DC9FD2 (or 0xDC9FD2) is unknown color: approx Plum. HEX triplet: DC, 9F and D2. RGB value is (220,159,210). Sum of RGB (Red+Green+Blue) = 220+159+210=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD2 is #23602D. Grayscale: #B6B6B6. Windows color (decimal): -2318382 or 13803484. OLE color: 13803484.

HSL color Cylindrical-coordinate representation of color #DC9FD2: hue angle of 309.84º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FD2 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220159210-
CMYK00.280.050.14
HSL309.84º46.56%74.31%-
HSV(B)309.84º27.73%86.27%-
XYZ53.5544.6766.77-
YUV183.05143.21154.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=37.35%
G=26.99%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015921000.280.050.14309.8446.5674.31
HexDC9FD201C5E1362f4a
Octal33423732203451646657112
Binary11011100100111111101001001110010111101001101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FD2; }

 p { color: rgb(220,159,210); }

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

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

 a { background-color: rgb(220,159,210); }

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

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

 span { border-color: rgb(220,159,210); }

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