Shades of Plum #D996DA
Tints of Plum #D996DA
RGB
CMYK
RGB Variations
Color information
#D996DA (or 0xD996DA) is known color: Plum. HEX triplet: D9, 96 and DA. RGB value is (217,150,218). Sum of RGB (Red+Green+Blue) = 217+150+218=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D996DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996DA is #266925. Grayscale: #B1B1B1. Windows color (decimal): -2517286 or 14325465. OLE color: 14325465.
HSL color Cylindrical-coordinate representation of color #D996DA: hue angle of 299.12º degrees, saturation: 0.48, 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 #D996DA is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 218 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.15 |
| HSL | 299.12º | 0.48% | 0.72% | - |
| HSV(B) | 299.12º | 0.31% | 0.85% | - |
| XYZ | 52.18 | 41.63 | 71.61 | - |
| YUV | 177.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 218 | 0.00 | 0.31 | 0 | 0.15 | 299.12 | 0.48 | 0.72 |
| Hex | D9 | 96 | DA | 0 | 1F | 0 | F | 12B | 30 | 48 |
| Octal | 331 | 226 | 332 | 0 | 37 | 0 | 17 | 453 | 60 | 110 |
| Binary | 11011001 | 10010110 | 11011010 | 0 | 11111 | 0 | 1111 | 100101011 | 110000 | 1001000 |
Color Harmonies of #D996DA
Complementary color
Monochromatic Colors of #D996DA
Black with #D996DA
Text Example
Text Example
White with #D996DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996DA; }
p { color: rgb(217,150,218); }
H1.HeaderClassName
{
color: #D996DA;
}
.AnyTagClassName
{
color: #D996DA;
}
</style>
background-color css
<style>
a { background-color: #D996DA; }
a { background-color: rgb(217,150,218); }
div.DivClassName
{
background-color: #D996DA;
}
.BgClassName
{
background-color: #D996DA;
}
</style>
border-color css
<style>
span { border-color: #D996DA; }
span { border-color: rgb(217,150,218); }
td.TdClassName
{
border-color: #D996DA;
}
.TagClassName
{
border-color: #D996DA;
}
</style>