Shades of Plum #D996E4
Tints of Plum #D996E4
RGB
CMYK
RGB Variations
Color information
#D996E4 (or 0xD996E4) is known color: Plum. HEX triplet: D9, 96 and E4. RGB value is (217,150,228). Sum of RGB (Red+Green+Blue) = 217+150+228=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #D996E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996E4 is #26691B. Grayscale: #B2B2B2. Windows color (decimal): -2517276 or 14980825. OLE color: 14980825.
HSL color Cylindrical-coordinate representation of color #D996E4: hue angle of 291.54º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D996E4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 150 | 228 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.11 |
| HSL | 291.54º | 0.59% | 0.74% | - |
| HSV(B) | 291.54º | 0.34% | 0.89% | - |
| XYZ | 53.53 | 42.17 | 78.72 | - |
| YUV | 178.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 228 | 0.05 | 0.34 | 0 | 0.11 | 291.54 | 0.59 | 0.74 |
| Hex | D9 | 96 | E4 | 5 | 22 | 0 | B | 124 | 3B | 4A |
| Octal | 331 | 226 | 344 | 5 | 42 | 0 | 13 | 444 | 73 | 112 |
| Binary | 11011001 | 10010110 | 11100100 | 101 | 100010 | 0 | 1011 | 100100100 | 111011 | 1001010 |
Color Harmonies of #D996E4
Complementary color
Monochromatic Colors of #D996E4
Black with #D996E4
Text Example
Text Example
White with #D996E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996E4; }
p { color: rgb(217,150,228); }
H1.HeaderClassName
{
color: #D996E4;
}
.AnyTagClassName
{
color: #D996E4;
}
</style>
background-color css
<style>
a { background-color: #D996E4; }
a { background-color: rgb(217,150,228); }
div.DivClassName
{
background-color: #D996E4;
}
.BgClassName
{
background-color: #D996E4;
}
</style>
border-color css
<style>
span { border-color: #D996E4; }
span { border-color: rgb(217,150,228); }
td.TdClassName
{
border-color: #D996E4;
}
.TagClassName
{
border-color: #D996E4;
}
</style>