Shades of Plum #D996D9
Tints of Plum #D996D9
RGB
CMYK
RGB Variations
Color information
#D996D9 (or 0xD996D9) is known color: Plum. HEX triplet: D9, 96 and D9. RGB value is (217,150,217). Sum of RGB (Red+Green+Blue) = 217+150+217=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D996D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996D9 is #266926. Grayscale: #B1B1B1. Windows color (decimal): -2517287 or 14259929. OLE color: 14259929.
HSL color Cylindrical-coordinate representation of color #D996D9: hue angle of 300º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996D9 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 217 | - |
| CMYK | 0 | 0.31 | 0 | 0.15 |
| HSL | 300º | 0.47% | 0.72% | - |
| HSV(B) | 300º | 0.31% | 0.85% | - |
| XYZ | 52.05 | 41.57 | 70.93 | - |
| YUV | 177.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 217 | 0 | 0.31 | 0 | 0.15 | 300 | 0.47 | 0.72 |
| Hex | D9 | 96 | D9 | 0 | 1F | 0 | F | 12C | 2F | 48 |
| Octal | 331 | 226 | 331 | 0 | 37 | 0 | 17 | 454 | 57 | 110 |
| Binary | 11011001 | 10010110 | 11011001 | 0 | 11111 | 0 | 1111 | 100101100 | 101111 | 1001000 |
Color Harmonies of #D996D9
Complementary color
Monochromatic Colors of #D996D9
Black with #D996D9
Text Example
Text Example
White with #D996D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996D9; }
p { color: rgb(217,150,217); }
H1.HeaderClassName
{
color: #D996D9;
}
.AnyTagClassName
{
color: #D996D9;
}
</style>
background-color css
<style>
a { background-color: #D996D9; }
a { background-color: rgb(217,150,217); }
div.DivClassName
{
background-color: #D996D9;
}
.BgClassName
{
background-color: #D996D9;
}
</style>
border-color css
<style>
span { border-color: #D996D9; }
span { border-color: rgb(217,150,217); }
td.TdClassName
{
border-color: #D996D9;
}
.TagClassName
{
border-color: #D996D9;
}
</style>