Shades of Plum #DF99E1
Tints of Plum #DF99E1
RGB
CMYK
RGB Variations
Color information
#DF99E1 (or 0xDF99E1) is known color: Plum. HEX triplet: DF, 99 and E1. RGB value is (223,153,225). Sum of RGB (Red+Green+Blue) = 223+153+225=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99E1 is #20661E. Grayscale: #B5B5B5. Windows color (decimal): -2123295 or 14784991. OLE color: 14784991.
HSL color Cylindrical-coordinate representation of color #DF99E1: hue angle of 298.33º degrees, saturation: 0.55, 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 #DF99E1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 153 | 225 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.12 |
| HSL | 298.33º | 0.55% | 0.74% | - |
| HSV(B) | 298.33º | 0.32% | 0.88% | - |
| XYZ | 55.41 | 43.91 | 76.79 | - |
| YUV | 182.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 225 | 0.01 | 0.32 | 0 | 0.12 | 298.33 | 0.55 | 0.74 |
| Hex | DF | 99 | E1 | 1 | 20 | 0 | C | 12A | 37 | 4A |
| Octal | 337 | 231 | 341 | 1 | 40 | 0 | 14 | 452 | 67 | 112 |
| Binary | 11011111 | 10011001 | 11100001 | 1 | 100000 | 0 | 1100 | 100101010 | 110111 | 1001010 |
Color Harmonies of #DF99E1
Complementary color
Monochromatic Colors of #DF99E1
Black with #DF99E1
Text Example
Text Example
White with #DF99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99E1; }
p { color: rgb(223,153,225); }
H1.HeaderClassName
{
color: #DF99E1;
}
.AnyTagClassName
{
color: #DF99E1;
}
</style>
background-color css
<style>
a { background-color: #DF99E1; }
a { background-color: rgb(223,153,225); }
div.DivClassName
{
background-color: #DF99E1;
}
.BgClassName
{
background-color: #DF99E1;
}
</style>
border-color css
<style>
span { border-color: #DF99E1; }
span { border-color: rgb(223,153,225); }
td.TdClassName
{
border-color: #DF99E1;
}
.TagClassName
{
border-color: #DF99E1;
}
</style>