Shades of Plum #DC9FD2
Tints of Plum #DC9FD2
RGB
CMYK
RGB Variations
Color information
#DC9FD2 (or 0xDC9FD2) is known color: Plum. HEX triplet: DC, 9F and D2. RGB value is (220,159,210). Sum of RGB (Red+Green+Blue) = 220+159+210=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD2 is #23602D. Grayscale: #B6B6B6. Windows color (decimal): -2318382 or 13803484. OLE color: 13803484.
HSL color Cylindrical-coordinate representation of color #DC9FD2: hue angle of 309.84º 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 #DC9FD2 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 210 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.14 |
| HSL | 309.84º | 0.47% | 0.74% | - |
| HSV(B) | 309.84º | 0.28% | 0.86% | - |
| XYZ | 53.55 | 44.67 | 66.77 | - |
| YUV | 183.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 210 | 0 | 0.28 | 0.05 | 0.14 | 309.84 | 0.47 | 0.74 |
| Hex | DC | 9F | D2 | 0 | 1C | 5 | E | 136 | 2F | 4A |
| Octal | 334 | 237 | 322 | 0 | 34 | 5 | 16 | 466 | 57 | 112 |
| Binary | 11011100 | 10011111 | 11010010 | 0 | 11100 | 101 | 1110 | 100110110 | 101111 | 1001010 |
Color Harmonies of #DC9FD2
Complementary color
Monochromatic Colors of #DC9FD2
Black with #DC9FD2
Text Example
Text Example
White with #DC9FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FD2; }
p { color: rgb(220,159,210); }
H1.HeaderClassName
{
color: #DC9FD2;
}
.AnyTagClassName
{
color: #DC9FD2;
}
</style>
background-color css
<style>
a { background-color: #DC9FD2; }
a { background-color: rgb(220,159,210); }
div.DivClassName
{
background-color: #DC9FD2;
}
.BgClassName
{
background-color: #DC9FD2;
}
</style>
border-color css
<style>
span { border-color: #DC9FD2; }
span { border-color: rgb(220,159,210); }
td.TdClassName
{
border-color: #DC9FD2;
}
.TagClassName
{
border-color: #DC9FD2;
}
</style>