Shades of Plum #D896E9
Tints of Plum #D896E9
RGB
CMYK
RGB Variations
Color information
#D896E9 (or 0xD896E9) is known color: Plum. HEX triplet: D8, 96 and E9. RGB value is (216,150,233). Sum of RGB (Red+Green+Blue) = 216+150+233=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #D896E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D896E9 is #276916. Grayscale: #B2B2B2. Windows color (decimal): -2582807 or 15308504. OLE color: 15308504.
HSL color Cylindrical-coordinate representation of color #D896E9: hue angle of 287.71º 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 #D896E9 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 150 | 233 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.09 |
| HSL | 287.71º | 0.65% | 0.75% | - |
| HSV(B) | 287.71º | 0.36% | 0.91% | - |
| XYZ | 53.93 | 42.29 | 82.41 | - |
| YUV | 179.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 233 | 0.07 | 0.36 | 0 | 0.09 | 287.71 | 0.65 | 0.75 |
| Hex | D8 | 96 | E9 | 7 | 24 | 0 | 9 | 120 | 41 | 4B |
| Octal | 330 | 226 | 351 | 7 | 44 | 0 | 11 | 440 | 101 | 113 |
| Binary | 11011000 | 10010110 | 11101001 | 111 | 100100 | 0 | 1001 | 100100000 | 1000001 | 1001011 |
Color Harmonies of #D896E9
Complementary color
Monochromatic Colors of #D896E9
Black with #D896E9
Text Example
Text Example
White with #D896E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896E9; }
p { color: rgb(216,150,233); }
H1.HeaderClassName
{
color: #D896E9;
}
.AnyTagClassName
{
color: #D896E9;
}
</style>
background-color css
<style>
a { background-color: #D896E9; }
a { background-color: rgb(216,150,233); }
div.DivClassName
{
background-color: #D896E9;
}
.BgClassName
{
background-color: #D896E9;
}
</style>
border-color css
<style>
span { border-color: #D896E9; }
span { border-color: rgb(216,150,233); }
td.TdClassName
{
border-color: #D896E9;
}
.TagClassName
{
border-color: #D896E9;
}
</style>