#DC9CD9

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

Shades of Plum #DC9CD9

Tints of Plum #DC9CD9

Color information

#DC9CD9 (or 0xDC9CD9) is unknown color: approx Plum. HEX triplet: DC, 9C and D9. RGB value is (220,156,217). Sum of RGB (Red+Green+Blue) = 220+156+217=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CD9 is #236326. Grayscale: #B5B5B5. Windows color (decimal): -2319143 or 14261468. OLE color: 14261468.

HSL color Cylindrical-coordinate representation of color #DC9CD9: hue angle of 302.81º 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 #DC9CD9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220156217-
CMYK00.290.010.14
HSL302.81º47.76%73.73%-
HSV(B)302.81º29.09%86.27%-
XYZ53.934471.3-
YUV182.09147.7155.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=37.10%
G=26.31%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015621700.290.010.14302.8147.7673.73
HexDC9CD901D1E12f304a
Octal33423433103511645760112
Binary110111001001110011011001011101111101001011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CD9; }

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

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

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

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

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

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

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

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