Shades of Plum #DC99E5
Tints of Plum #DC99E5
RGB
CMYK
RGB Variations
Color information
#DC99E5 (or 0xDC99E5) is known color: Plum. HEX triplet: DC, 99 and E5. RGB value is (220,153,229). Sum of RGB (Red+Green+Blue) = 220+153+229=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99E5 is #23661A. Grayscale: #B5B5B5. Windows color (decimal): -2319899 or 15047132. OLE color: 15047132.
HSL color Cylindrical-coordinate representation of color #DC99E5: hue angle of 292.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC99E5 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 153 | 229 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.10 |
| HSL | 292.89º | 0.59% | 0.75% | - |
| HSV(B) | 292.89º | 0.33% | 0.9% | - |
| XYZ | 55.05 | 43.66 | 79.65 | - |
| YUV | 181.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 229 | 0.04 | 0.33 | 0 | 0.10 | 292.89 | 0.59 | 0.75 |
| Hex | DC | 99 | E5 | 4 | 21 | 0 | A | 125 | 3B | 4B |
| Octal | 334 | 231 | 345 | 4 | 41 | 0 | 12 | 445 | 73 | 113 |
| Binary | 11011100 | 10011001 | 11100101 | 100 | 100001 | 0 | 1010 | 100100101 | 111011 | 1001011 |
Color Harmonies of #DC99E5
Complementary color
Monochromatic Colors of #DC99E5
Black with #DC99E5
Text Example
Text Example
White with #DC99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99E5; }
p { color: rgb(220,153,229); }
H1.HeaderClassName
{
color: #DC99E5;
}
.AnyTagClassName
{
color: #DC99E5;
}
</style>
background-color css
<style>
a { background-color: #DC99E5; }
a { background-color: rgb(220,153,229); }
div.DivClassName
{
background-color: #DC99E5;
}
.BgClassName
{
background-color: #DC99E5;
}
</style>
border-color css
<style>
span { border-color: #DC99E5; }
span { border-color: rgb(220,153,229); }
td.TdClassName
{
border-color: #DC99E5;
}
.TagClassName
{
border-color: #DC99E5;
}
</style>