Shades of Plum #DC99E8
Tints of Plum #DC99E8
RGB
CMYK
RGB Variations
Color information
#DC99E8 (or 0xDC99E8) is known color: Plum. HEX triplet: DC, 99 and E8. RGB value is (220,153,232). Sum of RGB (Red+Green+Blue) = 220+153+232=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99E8 is #236617. Grayscale: #B5B5B5. Windows color (decimal): -2319896 or 15243740. OLE color: 15243740.
HSL color Cylindrical-coordinate representation of color #DC99E8: hue angle of 290.89º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC99E8 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 153 | 232 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.09 |
| HSL | 290.89º | 0.63% | 0.75% | - |
| HSV(B) | 290.89º | 0.34% | 0.91% | - |
| XYZ | 55.47 | 43.82 | 81.88 | - |
| YUV | 182.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 232 | 0.05 | 0.34 | 0 | 0.09 | 290.89 | 0.63 | 0.75 |
| Hex | DC | 99 | E8 | 5 | 22 | 0 | 9 | 123 | 3F | 4B |
| Octal | 334 | 231 | 350 | 5 | 42 | 0 | 11 | 443 | 77 | 113 |
| Binary | 11011100 | 10011001 | 11101000 | 101 | 100010 | 0 | 1001 | 100100011 | 111111 | 1001011 |
Color Harmonies of #DC99E8
Complementary color
Monochromatic Colors of #DC99E8
Black with #DC99E8
Text Example
Text Example
White with #DC99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99E8; }
p { color: rgb(220,153,232); }
H1.HeaderClassName
{
color: #DC99E8;
}
.AnyTagClassName
{
color: #DC99E8;
}
</style>
background-color css
<style>
a { background-color: #DC99E8; }
a { background-color: rgb(220,153,232); }
div.DivClassName
{
background-color: #DC99E8;
}
.BgClassName
{
background-color: #DC99E8;
}
</style>
border-color css
<style>
span { border-color: #DC99E8; }
span { border-color: rgb(220,153,232); }
td.TdClassName
{
border-color: #DC99E8;
}
.TagClassName
{
border-color: #DC99E8;
}
</style>