Shades of Plum #D996E9
Tints of Plum #D996E9
RGB
CMYK
RGB Variations
Color information
#D996E9 (or 0xD996E9) is known color: Plum. HEX triplet: D9, 96 and E9. RGB value is (217,150,233). Sum of RGB (Red+Green+Blue) = 217+150+233=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #D996E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996E9 is #266916. Grayscale: #B3B3B3. Windows color (decimal): -2517271 or 15308505. OLE color: 15308505.
HSL color Cylindrical-coordinate representation of color #D996E9: hue angle of 288.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D996E9 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 150 | 233 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.09 |
| HSL | 288.43º | 0.65% | 0.75% | - |
| HSV(B) | 288.43º | 0.36% | 0.91% | - |
| XYZ | 54.23 | 42.45 | 82.43 | - |
| YUV | 179.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 233 | 0.07 | 0.36 | 0 | 0.09 | 288.43 | 0.65 | 0.75 |
| Hex | D9 | 96 | E9 | 7 | 24 | 0 | 9 | 120 | 41 | 4B |
| Octal | 331 | 226 | 351 | 7 | 44 | 0 | 11 | 440 | 101 | 113 |
| Binary | 11011001 | 10010110 | 11101001 | 111 | 100100 | 0 | 1001 | 100100000 | 1000001 | 1001011 |
Color Harmonies of #D996E9
Complementary color
Monochromatic Colors of #D996E9
Black with #D996E9
Text Example
Text Example
White with #D996E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996E9; }
p { color: rgb(217,150,233); }
H1.HeaderClassName
{
color: #D996E9;
}
.AnyTagClassName
{
color: #D996E9;
}
</style>
background-color css
<style>
a { background-color: #D996E9; }
a { background-color: rgb(217,150,233); }
div.DivClassName
{
background-color: #D996E9;
}
.BgClassName
{
background-color: #D996E9;
}
</style>
border-color css
<style>
span { border-color: #D996E9; }
span { border-color: rgb(217,150,233); }
td.TdClassName
{
border-color: #D996E9;
}
.TagClassName
{
border-color: #D996E9;
}
</style>