Shades of Plum #DC9ED6
Tints of Plum #DC9ED6
RGB
CMYK
RGB Variations
Color information
#DC9ED6 (or 0xDC9ED6) is known color: Plum. HEX triplet: DC, 9E and D6. RGB value is (220,158,214). Sum of RGB (Red+Green+Blue) = 220+158+214=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ED6 is #236129. Grayscale: #B6B6B6. Windows color (decimal): -2318634 or 14065372. OLE color: 14065372.
HSL color Cylindrical-coordinate representation of color #DC9ED6: hue angle of 305.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9ED6 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 214 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.14 |
| HSL | 305.81º | 0.47% | 0.74% | - |
| HSV(B) | 305.81º | 0.28% | 0.86% | - |
| XYZ | 53.88 | 44.52 | 69.37 | - |
| YUV | 182.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 214 | 0 | 0.28 | 0.03 | 0.14 | 305.81 | 0.47 | 0.74 |
| Hex | DC | 9E | D6 | 0 | 1C | 3 | E | 132 | 2F | 4A |
| Octal | 334 | 236 | 326 | 0 | 34 | 3 | 16 | 462 | 57 | 112 |
| Binary | 11011100 | 10011110 | 11010110 | 0 | 11100 | 11 | 1110 | 100110010 | 101111 | 1001010 |
Color Harmonies of #DC9ED6
Complementary color
Monochromatic Colors of #DC9ED6
Black with #DC9ED6
Text Example
Text Example
White with #DC9ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ED6; }
p { color: rgb(220,158,214); }
H1.HeaderClassName
{
color: #DC9ED6;
}
.AnyTagClassName
{
color: #DC9ED6;
}
</style>
background-color css
<style>
a { background-color: #DC9ED6; }
a { background-color: rgb(220,158,214); }
div.DivClassName
{
background-color: #DC9ED6;
}
.BgClassName
{
background-color: #DC9ED6;
}
</style>
border-color css
<style>
span { border-color: #DC9ED6; }
span { border-color: rgb(220,158,214); }
td.TdClassName
{
border-color: #DC9ED6;
}
.TagClassName
{
border-color: #DC9ED6;
}
</style>