Shades of Plum #DF99DB
Tints of Plum #DF99DB
RGB
CMYK
RGB Variations
Color information
#DF99DB (or 0xDF99DB) is known color: Plum. HEX triplet: DF, 99 and DB. RGB value is (223,153,219). Sum of RGB (Red+Green+Blue) = 223+153+219=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DB is #206624. Grayscale: #B5B5B5. Windows color (decimal): -2123301 or 14391775. OLE color: 14391775.
HSL color Cylindrical-coordinate representation of color #DF99DB: hue angle of 303.43º 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 #DF99DB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 219 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.13 |
| HSL | 303.43º | 0.52% | 0.74% | - |
| HSV(B) | 303.43º | 0.31% | 0.87% | - |
| XYZ | 54.61 | 43.58 | 72.55 | - |
| YUV | 181.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 219 | 0 | 0.31 | 0.02 | 0.13 | 303.43 | 0.52 | 0.74 |
| Hex | DF | 99 | DB | 0 | 1F | 2 | D | 12F | 34 | 4A |
| Octal | 337 | 231 | 333 | 0 | 37 | 2 | 15 | 457 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11011011 | 0 | 11111 | 10 | 1101 | 100101111 | 110100 | 1001010 |
Color Harmonies of #DF99DB
Complementary color
Monochromatic Colors of #DF99DB
Black with #DF99DB
Text Example
Text Example
White with #DF99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99DB; }
p { color: rgb(223,153,219); }
H1.HeaderClassName
{
color: #DF99DB;
}
.AnyTagClassName
{
color: #DF99DB;
}
</style>
background-color css
<style>
a { background-color: #DF99DB; }
a { background-color: rgb(223,153,219); }
div.DivClassName
{
background-color: #DF99DB;
}
.BgClassName
{
background-color: #DF99DB;
}
</style>
border-color css
<style>
span { border-color: #DF99DB; }
span { border-color: rgb(223,153,219); }
td.TdClassName
{
border-color: #DF99DB;
}
.TagClassName
{
border-color: #DF99DB;
}
</style>