Shades of Plum #D996E2
Tints of Plum #D996E2
RGB
CMYK
RGB Variations
Color information
#D996E2 (or 0xD996E2) is known color: Plum. HEX triplet: D9, 96 and E2. RGB value is (217,150,226). Sum of RGB (Red+Green+Blue) = 217+150+226=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #D996E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996E2 is #26691D. Grayscale: #B2B2B2. Windows color (decimal): -2517278 or 14849753. OLE color: 14849753.
HSL color Cylindrical-coordinate representation of color #D996E2: hue angle of 292.89º degrees, saturation: 0.57, 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 #D996E2 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 150 | 226 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.11 |
| HSL | 292.89º | 0.57% | 0.74% | - |
| HSV(B) | 292.89º | 0.34% | 0.89% | - |
| XYZ | 53.25 | 42.06 | 77.26 | - |
| YUV | 178.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 226 | 0.04 | 0.34 | 0 | 0.11 | 292.89 | 0.57 | 0.74 |
| Hex | D9 | 96 | E2 | 4 | 22 | 0 | B | 125 | 39 | 4A |
| Octal | 331 | 226 | 342 | 4 | 42 | 0 | 13 | 445 | 71 | 112 |
| Binary | 11011001 | 10010110 | 11100010 | 100 | 100010 | 0 | 1011 | 100100101 | 111001 | 1001010 |
Color Harmonies of #D996E2
Complementary color
Monochromatic Colors of #D996E2
Black with #D996E2
Text Example
Text Example
White with #D996E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996E2; }
p { color: rgb(217,150,226); }
H1.HeaderClassName
{
color: #D996E2;
}
.AnyTagClassName
{
color: #D996E2;
}
</style>
background-color css
<style>
a { background-color: #D996E2; }
a { background-color: rgb(217,150,226); }
div.DivClassName
{
background-color: #D996E2;
}
.BgClassName
{
background-color: #D996E2;
}
</style>
border-color css
<style>
span { border-color: #D996E2; }
span { border-color: rgb(217,150,226); }
td.TdClassName
{
border-color: #D996E2;
}
.TagClassName
{
border-color: #D996E2;
}
</style>