Shades of Plum #D999DF
Tints of Plum #D999DF
RGB
CMYK
RGB Variations
Color information
#D999DF (or 0xD999DF) is known color: Plum. HEX triplet: D9, 99 and DF. RGB value is (217,153,223). Sum of RGB (Red+Green+Blue) = 217+153+223=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D999DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DF is #266620. Grayscale: #B3B3B3. Windows color (decimal): -2516513 or 14653913. OLE color: 14653913.
HSL color Cylindrical-coordinate representation of color #D999DF: hue angle of 294.86º 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 #D999DF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 153 | 223 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.13 |
| HSL | 294.86º | 0.52% | 0.74% | - |
| HSV(B) | 294.86º | 0.31% | 0.87% | - |
| XYZ | 53.33 | 42.86 | 75.27 | - |
| YUV | 180.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 223 | 0.03 | 0.31 | 0 | 0.13 | 294.86 | 0.52 | 0.74 |
| Hex | D9 | 99 | DF | 3 | 1F | 0 | D | 127 | 34 | 4A |
| Octal | 331 | 231 | 337 | 3 | 37 | 0 | 15 | 447 | 64 | 112 |
| Binary | 11011001 | 10011001 | 11011111 | 11 | 11111 | 0 | 1101 | 100100111 | 110100 | 1001010 |
Color Harmonies of #D999DF
Complementary color
Monochromatic Colors of #D999DF
Black with #D999DF
Text Example
Text Example
White with #D999DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999DF; }
p { color: rgb(217,153,223); }
H1.HeaderClassName
{
color: #D999DF;
}
.AnyTagClassName
{
color: #D999DF;
}
</style>
background-color css
<style>
a { background-color: #D999DF; }
a { background-color: rgb(217,153,223); }
div.DivClassName
{
background-color: #D999DF;
}
.BgClassName
{
background-color: #D999DF;
}
</style>
border-color css
<style>
span { border-color: #D999DF; }
span { border-color: rgb(217,153,223); }
td.TdClassName
{
border-color: #D999DF;
}
.TagClassName
{
border-color: #D999DF;
}
</style>