#DC9AD6

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

Shades of Plum #DC9AD6

Tints of Plum #DC9AD6

Color information

#DC9AD6 (or 0xDC9AD6) is unknown color: approx Plum. HEX triplet: DC, 9A and D6. RGB value is (220,154,214). Sum of RGB (Red+Green+Blue) = 220+154+214=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD6 is #236529. Grayscale: #B4B4B4. Windows color (decimal): -2319658 or 14064348. OLE color: 14064348.

HSL color Cylindrical-coordinate representation of color #DC9AD6: hue angle of 305.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AD6 is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220154214-
CMYK00.30.030.14
HSL305.45º48.53%73.33%-
HSV(B)305.45º30%86.27%-
XYZ53.2143.1869.15-
YUV180.57146.87156.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=37.41%
G=26.19%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015421400.30.030.14305.4548.5373.33
HexDC9AD601E3E1313149
Octal33423232603631646161111
Binary1101110010011010110101100111101111101001100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AD6; }

 p { color: rgb(220,154,214); }

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

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

 a { background-color: rgb(220,154,214); }

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

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

 span { border-color: rgb(220,154,214); }

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