Shades of Plum #D996DB
Tints of Plum #D996DB
RGB
CMYK
RGB Variations
Color information
#D996DB (or 0xD996DB) is known color: Plum. HEX triplet: D9, 96 and DB. RGB value is (217,150,219). Sum of RGB (Red+Green+Blue) = 217+150+219=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D996DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996DB is #266924. Grayscale: #B1B1B1. Windows color (decimal): -2517285 or 14391001. OLE color: 14391001.
HSL color Cylindrical-coordinate representation of color #D996DB: hue angle of 298.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D996DB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 150 | 219 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.14 |
| HSL | 298.26º | 0.49% | 0.72% | - |
| HSV(B) | 298.26º | 0.32% | 0.86% | - |
| XYZ | 52.31 | 41.68 | 72.31 | - |
| YUV | 177.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 219 | 0.01 | 0.32 | 0 | 0.14 | 298.26 | 0.49 | 0.72 |
| Hex | D9 | 96 | DB | 1 | 20 | 0 | E | 12A | 31 | 48 |
| Octal | 331 | 226 | 333 | 1 | 40 | 0 | 16 | 452 | 61 | 110 |
| Binary | 11011001 | 10010110 | 11011011 | 1 | 100000 | 0 | 1110 | 100101010 | 110001 | 1001000 |
Color Harmonies of #D996DB
Complementary color
Monochromatic Colors of #D996DB
Black with #D996DB
Text Example
Text Example
White with #D996DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996DB; }
p { color: rgb(217,150,219); }
H1.HeaderClassName
{
color: #D996DB;
}
.AnyTagClassName
{
color: #D996DB;
}
</style>
background-color css
<style>
a { background-color: #D996DB; }
a { background-color: rgb(217,150,219); }
div.DivClassName
{
background-color: #D996DB;
}
.BgClassName
{
background-color: #D996DB;
}
</style>
border-color css
<style>
span { border-color: #D996DB; }
span { border-color: rgb(217,150,219); }
td.TdClassName
{
border-color: #D996DB;
}
.TagClassName
{
border-color: #D996DB;
}
</style>