Shades of Plum #D996DD
Tints of Plum #D996DD
RGB
CMYK
RGB Variations
Color information
#D996DD (or 0xD996DD) is known color: Plum. HEX triplet: D9, 96 and DD. RGB value is (217,150,221). Sum of RGB (Red+Green+Blue) = 217+150+221=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D996DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996DD is #266922. Grayscale: #B1B1B1. Windows color (decimal): -2517283 or 14522073. OLE color: 14522073.
HSL color Cylindrical-coordinate representation of color #D996DD: hue angle of 296.62º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D996DD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 150 | 221 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.13 |
| HSL | 296.62º | 0.51% | 0.73% | - |
| HSV(B) | 296.62º | 0.32% | 0.87% | - |
| XYZ | 52.57 | 41.78 | 73.7 | - |
| YUV | 178.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 221 | 0.02 | 0.32 | 0 | 0.13 | 296.62 | 0.51 | 0.73 |
| Hex | D9 | 96 | DD | 2 | 20 | 0 | D | 129 | 33 | 49 |
| Octal | 331 | 226 | 335 | 2 | 40 | 0 | 15 | 451 | 63 | 111 |
| Binary | 11011001 | 10010110 | 11011101 | 10 | 100000 | 0 | 1101 | 100101001 | 110011 | 1001001 |
Color Harmonies of #D996DD
Complementary color
Monochromatic Colors of #D996DD
Black with #D996DD
Text Example
Text Example
White with #D996DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996DD; }
p { color: rgb(217,150,221); }
H1.HeaderClassName
{
color: #D996DD;
}
.AnyTagClassName
{
color: #D996DD;
}
</style>
background-color css
<style>
a { background-color: #D996DD; }
a { background-color: rgb(217,150,221); }
div.DivClassName
{
background-color: #D996DD;
}
.BgClassName
{
background-color: #D996DD;
}
</style>
border-color css
<style>
span { border-color: #D996DD; }
span { border-color: rgb(217,150,221); }
td.TdClassName
{
border-color: #D996DD;
}
.TagClassName
{
border-color: #D996DD;
}
</style>