Shades of Plum #DF99DD
Tints of Plum #DF99DD
RGB
CMYK
RGB Variations
Color information
#DF99DD (or 0xDF99DD) is known color: Plum. HEX triplet: DF, 99 and DD. RGB value is (223,153,221). Sum of RGB (Red+Green+Blue) = 223+153+221=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DD is #206622. Grayscale: #B5B5B5. Windows color (decimal): -2123299 or 14522847. OLE color: 14522847.
HSL color Cylindrical-coordinate representation of color #DF99DD: hue angle of 301.71º 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 #DF99DD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 221 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.13 |
| HSL | 301.71º | 0.52% | 0.74% | - |
| HSV(B) | 301.71º | 0.31% | 0.87% | - |
| XYZ | 54.87 | 43.69 | 73.95 | - |
| YUV | 181.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 221 | 0 | 0.31 | 0.01 | 0.13 | 301.71 | 0.52 | 0.74 |
| Hex | DF | 99 | DD | 0 | 1F | 1 | D | 12E | 34 | 4A |
| Octal | 337 | 231 | 335 | 0 | 37 | 1 | 15 | 456 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11011101 | 0 | 11111 | 1 | 1101 | 100101110 | 110100 | 1001010 |
Color Harmonies of #DF99DD
Complementary color
Monochromatic Colors of #DF99DD
Black with #DF99DD
Text Example
Text Example
White with #DF99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99DD; }
p { color: rgb(223,153,221); }
H1.HeaderClassName
{
color: #DF99DD;
}
.AnyTagClassName
{
color: #DF99DD;
}
</style>
background-color css
<style>
a { background-color: #DF99DD; }
a { background-color: rgb(223,153,221); }
div.DivClassName
{
background-color: #DF99DD;
}
.BgClassName
{
background-color: #DF99DD;
}
</style>
border-color css
<style>
span { border-color: #DF99DD; }
span { border-color: rgb(223,153,221); }
td.TdClassName
{
border-color: #DF99DD;
}
.TagClassName
{
border-color: #DF99DD;
}
</style>