Shades of Plum #DF99D8
Tints of Plum #DF99D8
RGB
CMYK
RGB Variations
Color information
#DF99D8 (or 0xDF99D8) is known color: Plum. HEX triplet: DF, 99 and D8. RGB value is (223,153,216). Sum of RGB (Red+Green+Blue) = 223+153+216=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D8 is #206627. Grayscale: #B4B4B4. Windows color (decimal): -2123304 or 14195167. OLE color: 14195167.
HSL color Cylindrical-coordinate representation of color #DF99D8: hue angle of 306º 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 #DF99D8 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 216 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.13 |
| HSL | 306º | 0.52% | 0.74% | - |
| HSV(B) | 306º | 0.31% | 0.87% | - |
| XYZ | 54.22 | 43.43 | 70.49 | - |
| YUV | 181.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 216 | 0 | 0.31 | 0.03 | 0.13 | 306 | 0.52 | 0.74 |
| Hex | DF | 99 | D8 | 0 | 1F | 3 | D | 132 | 34 | 4A |
| Octal | 337 | 231 | 330 | 0 | 37 | 3 | 15 | 462 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11011000 | 0 | 11111 | 11 | 1101 | 100110010 | 110100 | 1001010 |
Color Harmonies of #DF99D8
Complementary color
Monochromatic Colors of #DF99D8
Black with #DF99D8
Text Example
Text Example
White with #DF99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99D8; }
p { color: rgb(223,153,216); }
H1.HeaderClassName
{
color: #DF99D8;
}
.AnyTagClassName
{
color: #DF99D8;
}
</style>
background-color css
<style>
a { background-color: #DF99D8; }
a { background-color: rgb(223,153,216); }
div.DivClassName
{
background-color: #DF99D8;
}
.BgClassName
{
background-color: #DF99D8;
}
</style>
border-color css
<style>
span { border-color: #DF99D8; }
span { border-color: rgb(223,153,216); }
td.TdClassName
{
border-color: #DF99D8;
}
.TagClassName
{
border-color: #DF99D8;
}
</style>