#DC9CD3

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

Shades of Plum #DC9CD3

Tints of Plum #DC9CD3

Color information

#DC9CD3 (or 0xDC9CD3) is unknown color: approx Plum. HEX triplet: DC, 9C and D3. RGB value is (220,156,211). Sum of RGB (Red+Green+Blue) = 220+156+211=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CD3 is #23632C. Grayscale: #B5B5B5. Windows color (decimal): -2319149 or 13868252. OLE color: 13868252.

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

Color convert

RGB220156211-
CMYK00.290.040.14
HSL308.44º47.76%73.73%-
HSV(B)308.44º29.09%86.27%-
XYZ53.1643.767.26-
YUV181.41144.7155.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=37.48%
G=26.58%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015621100.290.040.14308.4447.7673.73
HexDC9CD301D4E134304a
Octal33423432303541646460112
Binary11011100100111001101001101110110011101001101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CD3; }

 p { color: rgb(220,156,211); }

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

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

 a { background-color: rgb(220,156,211); }

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

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

 span { border-color: rgb(220,156,211); }

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