Shades of Plum #DC99E9
Tints of Plum #DC99E9
RGB
CMYK
RGB Variations
Color information
#DC99E9 (or 0xDC99E9) is known color: Plum. HEX triplet: DC, 99 and E9. RGB value is (220,153,233). Sum of RGB (Red+Green+Blue) = 220+153+233=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC99E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99E9 is #236616. Grayscale: #B5B5B5. Windows color (decimal): -2319895 or 15309276. OLE color: 15309276.
HSL color Cylindrical-coordinate representation of color #DC99E9: hue angle of 290.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC99E9 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 153 | 233 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.09 |
| HSL | 290.25º | 0.65% | 0.76% | - |
| HSV(B) | 290.25º | 0.34% | 0.91% | - |
| XYZ | 55.61 | 43.88 | 82.63 | - |
| YUV | 182.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 233 | 0.06 | 0.34 | 0 | 0.09 | 290.25 | 0.65 | 0.76 |
| Hex | DC | 99 | E9 | 6 | 22 | 0 | 9 | 122 | 41 | 4C |
| Octal | 334 | 231 | 351 | 6 | 42 | 0 | 11 | 442 | 101 | 114 |
| Binary | 11011100 | 10011001 | 11101001 | 110 | 100010 | 0 | 1001 | 100100010 | 1000001 | 1001100 |
Color Harmonies of #DC99E9
Complementary color
Monochromatic Colors of #DC99E9
Black with #DC99E9
Text Example
Text Example
White with #DC99E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99E9; }
p { color: rgb(220,153,233); }
H1.HeaderClassName
{
color: #DC99E9;
}
.AnyTagClassName
{
color: #DC99E9;
}
</style>
background-color css
<style>
a { background-color: #DC99E9; }
a { background-color: rgb(220,153,233); }
div.DivClassName
{
background-color: #DC99E9;
}
.BgClassName
{
background-color: #DC99E9;
}
</style>
border-color css
<style>
span { border-color: #DC99E9; }
span { border-color: rgb(220,153,233); }
td.TdClassName
{
border-color: #DC99E9;
}
.TagClassName
{
border-color: #DC99E9;
}
</style>