Shades of Plum #D996E7
Tints of Plum #D996E7
RGB
CMYK
RGB Variations
Color information
#D996E7 (or 0xD996E7) is known color: Plum. HEX triplet: D9, 96 and E7. RGB value is (217,150,231). Sum of RGB (Red+Green+Blue) = 217+150+231=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #D996E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996E7 is #266918. Grayscale: #B3B3B3. Windows color (decimal): -2517273 or 15177433. OLE color: 15177433.
HSL color Cylindrical-coordinate representation of color #D996E7: hue angle of 289.63º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D996E7 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 150 | 231 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.09 |
| HSL | 289.63º | 0.63% | 0.75% | - |
| HSV(B) | 289.63º | 0.35% | 0.91% | - |
| XYZ | 53.95 | 42.33 | 80.93 | - |
| YUV | 179.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 231 | 0.06 | 0.35 | 0 | 0.09 | 289.63 | 0.63 | 0.75 |
| Hex | D9 | 96 | E7 | 6 | 23 | 0 | 9 | 122 | 3F | 4B |
| Octal | 331 | 226 | 347 | 6 | 43 | 0 | 11 | 442 | 77 | 113 |
| Binary | 11011001 | 10010110 | 11100111 | 110 | 100011 | 0 | 1001 | 100100010 | 111111 | 1001011 |
Color Harmonies of #D996E7
Complementary color
Monochromatic Colors of #D996E7
Black with #D996E7
Text Example
Text Example
White with #D996E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996E7; }
p { color: rgb(217,150,231); }
H1.HeaderClassName
{
color: #D996E7;
}
.AnyTagClassName
{
color: #D996E7;
}
</style>
background-color css
<style>
a { background-color: #D996E7; }
a { background-color: rgb(217,150,231); }
div.DivClassName
{
background-color: #D996E7;
}
.BgClassName
{
background-color: #D996E7;
}
</style>
border-color css
<style>
span { border-color: #D996E7; }
span { border-color: rgb(217,150,231); }
td.TdClassName
{
border-color: #D996E7;
}
.TagClassName
{
border-color: #D996E7;
}
</style>