Shades of Plum #DF99DE
Tints of Plum #DF99DE
RGB
CMYK
RGB Variations
Color information
#DF99DE (or 0xDF99DE) is known color: Plum. HEX triplet: DF, 99 and DE. RGB value is (223,153,222). Sum of RGB (Red+Green+Blue) = 223+153+222=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DE is #206621. Grayscale: #B5B5B5. Windows color (decimal): -2123298 or 14588383. OLE color: 14588383.
HSL color Cylindrical-coordinate representation of color #DF99DE: hue angle of 300.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99DE is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 222 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.13 |
| HSL | 300.86º | 0.52% | 0.74% | - |
| HSV(B) | 300.86º | 0.31% | 0.87% | - |
| XYZ | 55.01 | 43.74 | 74.65 | - |
| YUV | 181.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 222 | 0 | 0.31 | 0.00 | 0.13 | 300.86 | 0.52 | 0.74 |
| Hex | DF | 99 | DE | 0 | 1F | 0 | D | 12D | 34 | 4A |
| Octal | 337 | 231 | 336 | 0 | 37 | 0 | 15 | 455 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11011110 | 0 | 11111 | 0 | 1101 | 100101101 | 110100 | 1001010 |
Color Harmonies of #DF99DE
Complementary color
Monochromatic Colors of #DF99DE
Black with #DF99DE
Text Example
Text Example
White with #DF99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99DE; }
p { color: rgb(223,153,222); }
H1.HeaderClassName
{
color: #DF99DE;
}
.AnyTagClassName
{
color: #DF99DE;
}
</style>
background-color css
<style>
a { background-color: #DF99DE; }
a { background-color: rgb(223,153,222); }
div.DivClassName
{
background-color: #DF99DE;
}
.BgClassName
{
background-color: #DF99DE;
}
</style>
border-color css
<style>
span { border-color: #DF99DE; }
span { border-color: rgb(223,153,222); }
td.TdClassName
{
border-color: #DF99DE;
}
.TagClassName
{
border-color: #DF99DE;
}
</style>