Shades of Plum #DF99D1
Tints of Plum #DF99D1
RGB
CMYK
RGB Variations
Color information
#DF99D1 (or 0xDF99D1) is known color: Plum. HEX triplet: DF, 99 and D1. RGB value is (223,153,209). Sum of RGB (Red+Green+Blue) = 223+153+209=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D1 is #20662E. Grayscale: #B4B4B4. Windows color (decimal): -2123311 or 13736415. OLE color: 13736415.
HSL color Cylindrical-coordinate representation of color #DF99D1: hue angle of 312º 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 #DF99D1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 209 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 312º | 0.52% | 0.74% | - |
| HSV(B) | 312º | 0.31% | 0.87% | - |
| XYZ | 53.33 | 43.07 | 65.82 | - |
| YUV | 180.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 209 | 0 | 0.31 | 0.06 | 0.13 | 312 | 0.52 | 0.74 |
| Hex | DF | 99 | D1 | 0 | 1F | 6 | D | 138 | 34 | 4A |
| Octal | 337 | 231 | 321 | 0 | 37 | 6 | 15 | 470 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11010001 | 0 | 11111 | 110 | 1101 | 100111000 | 110100 | 1001010 |
Color Harmonies of #DF99D1
Complementary color
Monochromatic Colors of #DF99D1
Black with #DF99D1
Text Example
Text Example
White with #DF99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99D1; }
p { color: rgb(223,153,209); }
H1.HeaderClassName
{
color: #DF99D1;
}
.AnyTagClassName
{
color: #DF99D1;
}
</style>
background-color css
<style>
a { background-color: #DF99D1; }
a { background-color: rgb(223,153,209); }
div.DivClassName
{
background-color: #DF99D1;
}
.BgClassName
{
background-color: #DF99D1;
}
</style>
border-color css
<style>
span { border-color: #DF99D1; }
span { border-color: rgb(223,153,209); }
td.TdClassName
{
border-color: #DF99D1;
}
.TagClassName
{
border-color: #DF99D1;
}
</style>