Shades of Plum #D996E5
Tints of Plum #D996E5
RGB
CMYK
RGB Variations
Color information
#D996E5 (or 0xD996E5) is known color: Plum. HEX triplet: D9, 96 and E5. RGB value is (217,150,229). Sum of RGB (Red+Green+Blue) = 217+150+229=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D996E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996E5 is #26691A. Grayscale: #B2B2B2. Windows color (decimal): -2517275 or 15046361. OLE color: 15046361.
HSL color Cylindrical-coordinate representation of color #D996E5: hue angle of 290.89º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D996E5 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 150 | 229 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.10 |
| HSL | 290.89º | 0.6% | 0.74% | - |
| HSV(B) | 290.89º | 0.34% | 0.9% | - |
| XYZ | 53.66 | 42.22 | 79.45 | - |
| YUV | 179.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 229 | 0.05 | 0.34 | 0 | 0.10 | 290.89 | 0.6 | 0.74 |
| Hex | D9 | 96 | E5 | 5 | 22 | 0 | A | 123 | 3C | 4A |
| Octal | 331 | 226 | 345 | 5 | 42 | 0 | 12 | 443 | 74 | 112 |
| Binary | 11011001 | 10010110 | 11100101 | 101 | 100010 | 0 | 1010 | 100100011 | 111100 | 1001010 |
Color Harmonies of #D996E5
Complementary color
Monochromatic Colors of #D996E5
Black with #D996E5
Text Example
Text Example
White with #D996E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996E5; }
p { color: rgb(217,150,229); }
H1.HeaderClassName
{
color: #D996E5;
}
.AnyTagClassName
{
color: #D996E5;
}
</style>
background-color css
<style>
a { background-color: #D996E5; }
a { background-color: rgb(217,150,229); }
div.DivClassName
{
background-color: #D996E5;
}
.BgClassName
{
background-color: #D996E5;
}
</style>
border-color css
<style>
span { border-color: #D996E5; }
span { border-color: rgb(217,150,229); }
td.TdClassName
{
border-color: #D996E5;
}
.TagClassName
{
border-color: #D996E5;
}
</style>