Shades of Plum #DC9FCE
Tints of Plum #DC9FCE
RGB
CMYK
RGB Variations
Color information
#DC9FCE (or 0xDC9FCE) is known color: Plum. HEX triplet: DC, 9F and CE. RGB value is (220,159,206). Sum of RGB (Red+Green+Blue) = 220+159+206=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FCE is #236031. Grayscale: #B6B6B6. Windows color (decimal): -2318386 or 13541340. OLE color: 13541340.
HSL color Cylindrical-coordinate representation of color #DC9FCE: hue angle of 313.77º 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 #DC9FCE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 206 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.14 |
| HSL | 313.77º | 0.47% | 0.74% | - |
| HSV(B) | 313.77º | 0.28% | 0.86% | - |
| XYZ | 53.05 | 44.47 | 64.18 | - |
| YUV | 182.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 206 | 0 | 0.28 | 0.06 | 0.14 | 313.77 | 0.47 | 0.74 |
| Hex | DC | 9F | CE | 0 | 1C | 6 | E | 13A | 2F | 4A |
| Octal | 334 | 237 | 316 | 0 | 34 | 6 | 16 | 472 | 57 | 112 |
| Binary | 11011100 | 10011111 | 11001110 | 0 | 11100 | 110 | 1110 | 100111010 | 101111 | 1001010 |
Color Harmonies of #DC9FCE
Complementary color
Monochromatic Colors of #DC9FCE
Black with #DC9FCE
Text Example
Text Example
White with #DC9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FCE; }
p { color: rgb(220,159,206); }
H1.HeaderClassName
{
color: #DC9FCE;
}
.AnyTagClassName
{
color: #DC9FCE;
}
</style>
background-color css
<style>
a { background-color: #DC9FCE; }
a { background-color: rgb(220,159,206); }
div.DivClassName
{
background-color: #DC9FCE;
}
.BgClassName
{
background-color: #DC9FCE;
}
</style>
border-color css
<style>
span { border-color: #DC9FCE; }
span { border-color: rgb(220,159,206); }
td.TdClassName
{
border-color: #DC9FCE;
}
.TagClassName
{
border-color: #DC9FCE;
}
</style>