#DC9CCD

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

Shades of Plum #DC9CCD

Tints of Plum #DC9CCD

Color information

#DC9CCD (or 0xDC9CCD) is unknown color: approx Plum. HEX triplet: DC, 9C and CD. RGB value is (220,156,205). Sum of RGB (Red+Green+Blue) = 220+156+205=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CCD is #236332. Grayscale: #B4B4B4. Windows color (decimal): -2319155 or 13475036. OLE color: 13475036.

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

Color convert

RGB220156205-
CMYK00.290.070.14
HSL314.06º47.76%73.73%-
HSV(B)314.06º29.09%86.27%-
XYZ52.4243.463.37-
YUV180.72141.7156.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=37.87%
G=26.85%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015620500.290.070.14314.0647.7673.73
HexDC9CCD01D7E13a304a
Octal33423431503571647260112
Binary11011100100111001100110101110111111101001110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CCD; }

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

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

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

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

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

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

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

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