Shades of Plum #DF99E5
Tints of Plum #DF99E5
RGB
CMYK
RGB Variations
Color information
#DF99E5 (or 0xDF99E5) is known color: Plum. HEX triplet: DF, 99 and E5. RGB value is (223,153,229). Sum of RGB (Red+Green+Blue) = 223+153+229=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99E5 is #20661A. Grayscale: #B6B6B6. Windows color (decimal): -2123291 or 15047135. OLE color: 15047135.
HSL color Cylindrical-coordinate representation of color #DF99E5: hue angle of 295.26º 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 #DF99E5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 153 | 229 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.10 |
| HSL | 295.26º | 0.59% | 0.75% | - |
| HSV(B) | 295.26º | 0.33% | 0.9% | - |
| XYZ | 55.97 | 44.13 | 79.7 | - |
| YUV | 182.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 229 | 0.03 | 0.33 | 0 | 0.10 | 295.26 | 0.59 | 0.75 |
| Hex | DF | 99 | E5 | 3 | 21 | 0 | A | 127 | 3B | 4B |
| Octal | 337 | 231 | 345 | 3 | 41 | 0 | 12 | 447 | 73 | 113 |
| Binary | 11011111 | 10011001 | 11100101 | 11 | 100001 | 0 | 1010 | 100100111 | 111011 | 1001011 |
Color Harmonies of #DF99E5
Complementary color
Monochromatic Colors of #DF99E5
Black with #DF99E5
Text Example
Text Example
White with #DF99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99E5; }
p { color: rgb(223,153,229); }
H1.HeaderClassName
{
color: #DF99E5;
}
.AnyTagClassName
{
color: #DF99E5;
}
</style>
background-color css
<style>
a { background-color: #DF99E5; }
a { background-color: rgb(223,153,229); }
div.DivClassName
{
background-color: #DF99E5;
}
.BgClassName
{
background-color: #DF99E5;
}
</style>
border-color css
<style>
span { border-color: #DF99E5; }
span { border-color: rgb(223,153,229); }
td.TdClassName
{
border-color: #DF99E5;
}
.TagClassName
{
border-color: #DF99E5;
}
</style>