Shades of Plum #DC9FE9
Tints of Plum #DC9FE9
RGB
CMYK
RGB Variations
Color information
#DC9FE9 (or 0xDC9FE9) is known color: Plum. HEX triplet: DC, 9F and E9. RGB value is (220,159,233). Sum of RGB (Red+Green+Blue) = 220+159+233=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FE9 is #236016. Grayscale: #B9B9B9. Windows color (decimal): -2318359 or 15310812. OLE color: 15310812.
HSL color Cylindrical-coordinate representation of color #DC9FE9: hue angle of 289.46º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9FE9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 159 | 233 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.09 |
| HSL | 289.46º | 0.63% | 0.77% | - |
| HSV(B) | 289.46º | 0.32% | 0.91% | - |
| XYZ | 56.62 | 45.9 | 82.97 | - |
| YUV | 185.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 233 | 0.06 | 0.32 | 0 | 0.09 | 289.46 | 0.63 | 0.77 |
| Hex | DC | 9F | E9 | 6 | 20 | 0 | 9 | 121 | 3F | 4D |
| Octal | 334 | 237 | 351 | 6 | 40 | 0 | 11 | 441 | 77 | 115 |
| Binary | 11011100 | 10011111 | 11101001 | 110 | 100000 | 0 | 1001 | 100100001 | 111111 | 1001101 |
Color Harmonies of #DC9FE9
Complementary color
Monochromatic Colors of #DC9FE9
Black with #DC9FE9
Text Example
Text Example
White with #DC9FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FE9; }
p { color: rgb(220,159,233); }
H1.HeaderClassName
{
color: #DC9FE9;
}
.AnyTagClassName
{
color: #DC9FE9;
}
</style>
background-color css
<style>
a { background-color: #DC9FE9; }
a { background-color: rgb(220,159,233); }
div.DivClassName
{
background-color: #DC9FE9;
}
.BgClassName
{
background-color: #DC9FE9;
}
</style>
border-color css
<style>
span { border-color: #DC9FE9; }
span { border-color: rgb(220,159,233); }
td.TdClassName
{
border-color: #DC9FE9;
}
.TagClassName
{
border-color: #DC9FE9;
}
</style>