Shades of Plum #DC9FE0
Tints of Plum #DC9FE0
RGB
CMYK
RGB Variations
Color information
#DC9FE0 (or 0xDC9FE0) is known color: Plum. HEX triplet: DC, 9F and E0. RGB value is (220,159,224). Sum of RGB (Red+Green+Blue) = 220+159+224=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FE0 is #23601F. Grayscale: #B8B8B8. Windows color (decimal): -2318368 or 14720988. OLE color: 14720988.
HSL color Cylindrical-coordinate representation of color #DC9FE0: hue angle of 296.31º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9FE0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 159 | 224 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.12 |
| HSL | 296.31º | 0.51% | 0.75% | - |
| HSV(B) | 296.31º | 0.29% | 0.88% | - |
| XYZ | 55.37 | 45.39 | 76.36 | - |
| YUV | 184.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 224 | 0.02 | 0.29 | 0 | 0.12 | 296.31 | 0.51 | 0.75 |
| Hex | DC | 9F | E0 | 2 | 1D | 0 | C | 128 | 33 | 4B |
| Octal | 334 | 237 | 340 | 2 | 35 | 0 | 14 | 450 | 63 | 113 |
| Binary | 11011100 | 10011111 | 11100000 | 10 | 11101 | 0 | 1100 | 100101000 | 110011 | 1001011 |
Color Harmonies of #DC9FE0
Complementary color
Monochromatic Colors of #DC9FE0
Black with #DC9FE0
Text Example
Text Example
White with #DC9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FE0; }
p { color: rgb(220,159,224); }
H1.HeaderClassName
{
color: #DC9FE0;
}
.AnyTagClassName
{
color: #DC9FE0;
}
</style>
background-color css
<style>
a { background-color: #DC9FE0; }
a { background-color: rgb(220,159,224); }
div.DivClassName
{
background-color: #DC9FE0;
}
.BgClassName
{
background-color: #DC9FE0;
}
</style>
border-color css
<style>
span { border-color: #DC9FE0; }
span { border-color: rgb(220,159,224); }
td.TdClassName
{
border-color: #DC9FE0;
}
.TagClassName
{
border-color: #DC9FE0;
}
</style>