#DC9CDB

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

Shades of Plum #DC9CDB

Tints of Plum #DC9CDB

Color information

#DC9CDB (or 0xDC9CDB) is unknown color: approx Plum. HEX triplet: DC, 9C and DB. RGB value is (220,156,219). Sum of RGB (Red+Green+Blue) = 220+156+219=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDB is #236324. Grayscale: #B6B6B6. Windows color (decimal): -2319141 or 14392540. OLE color: 14392540.

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

Color convert

RGB220156219-
CMYK00.290.000.14
HSL300.94º47.76%73.73%-
HSV(B)300.94º29.09%86.27%-
XYZ54.1944.1172.68-
YUV182.32148.7154.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=36.97%
G=26.22%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015621900.290.000.14300.9447.7673.73
HexDC9CDB01D0E12d304a
Octal33423433303501645560112
Binary110111001001110011011011011101011101001011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CDB; }

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

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

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

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

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

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

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

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