Shades of Plum #D99FDF
Tints of Plum #D99FDF
RGB
CMYK
RGB Variations
Color information
#D99FDF (or 0xD99FDF) is known color: Plum. HEX triplet: D9, 9F and DF. RGB value is (217,159,223). Sum of RGB (Red+Green+Blue) = 217+159+223=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FDF is #266020. Grayscale: #B7B7B7. Windows color (decimal): -2514977 or 14655449. OLE color: 14655449.
HSL color Cylindrical-coordinate representation of color #D99FDF: hue angle of 294.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99FDF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 159 | 223 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.13 |
| HSL | 294.38º | 0.5% | 0.75% | - |
| HSV(B) | 294.38º | 0.29% | 0.87% | - |
| XYZ | 54.33 | 44.88 | 75.61 | - |
| YUV | 183.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 223 | 0.03 | 0.29 | 0 | 0.13 | 294.38 | 0.5 | 0.75 |
| Hex | D9 | 9F | DF | 3 | 1D | 0 | D | 126 | 32 | 4B |
| Octal | 331 | 237 | 337 | 3 | 35 | 0 | 15 | 446 | 62 | 113 |
| Binary | 11011001 | 10011111 | 11011111 | 11 | 11101 | 0 | 1101 | 100100110 | 110010 | 1001011 |
Color Harmonies of #D99FDF
Complementary color
Monochromatic Colors of #D99FDF
Black with #D99FDF
Text Example
Text Example
White with #D99FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FDF; }
p { color: rgb(217,159,223); }
H1.HeaderClassName
{
color: #D99FDF;
}
.AnyTagClassName
{
color: #D99FDF;
}
</style>
background-color css
<style>
a { background-color: #D99FDF; }
a { background-color: rgb(217,159,223); }
div.DivClassName
{
background-color: #D99FDF;
}
.BgClassName
{
background-color: #D99FDF;
}
</style>
border-color css
<style>
span { border-color: #D99FDF; }
span { border-color: rgb(217,159,223); }
td.TdClassName
{
border-color: #D99FDF;
}
.TagClassName
{
border-color: #D99FDF;
}
</style>