Shades of Plum #DF99E0
Tints of Plum #DF99E0
RGB
CMYK
RGB Variations
Color information
#DF99E0 (or 0xDF99E0) is known color: Plum. HEX triplet: DF, 99 and E0. RGB value is (223,153,224). Sum of RGB (Red+Green+Blue) = 223+153+224=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99E0 is #20661F. Grayscale: #B5B5B5. Windows color (decimal): -2123296 or 14719455. OLE color: 14719455.
HSL color Cylindrical-coordinate representation of color #DF99E0: hue angle of 299.15º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF99E0 is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 153 | 224 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.12 |
| HSL | 299.15º | 0.53% | 0.74% | - |
| HSV(B) | 299.15º | 0.32% | 0.88% | - |
| XYZ | 55.28 | 43.85 | 76.07 | - |
| YUV | 182.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 224 | 0.00 | 0.32 | 0 | 0.12 | 299.15 | 0.53 | 0.74 |
| Hex | DF | 99 | E0 | 0 | 20 | 0 | C | 12B | 35 | 4A |
| Octal | 337 | 231 | 340 | 0 | 40 | 0 | 14 | 453 | 65 | 112 |
| Binary | 11011111 | 10011001 | 11100000 | 0 | 100000 | 0 | 1100 | 100101011 | 110101 | 1001010 |
Color Harmonies of #DF99E0
Complementary color
Monochromatic Colors of #DF99E0
Black with #DF99E0
Text Example
Text Example
White with #DF99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99E0; }
p { color: rgb(223,153,224); }
H1.HeaderClassName
{
color: #DF99E0;
}
.AnyTagClassName
{
color: #DF99E0;
}
</style>
background-color css
<style>
a { background-color: #DF99E0; }
a { background-color: rgb(223,153,224); }
div.DivClassName
{
background-color: #DF99E0;
}
.BgClassName
{
background-color: #DF99E0;
}
</style>
border-color css
<style>
span { border-color: #DF99E0; }
span { border-color: rgb(223,153,224); }
td.TdClassName
{
border-color: #DF99E0;
}
.TagClassName
{
border-color: #DF99E0;
}
</style>