Shades of Plum #D896DE
Tints of Plum #D896DE
RGB
CMYK
RGB Variations
Color information
#D896DE (or 0xD896DE) is known color: Plum. HEX triplet: D8, 96 and DE. RGB value is (216,150,222). Sum of RGB (Red+Green+Blue) = 216+150+222=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D896DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896DE is #276921. Grayscale: #B1B1B1. Windows color (decimal): -2582818 or 14587608. OLE color: 14587608.
HSL color Cylindrical-coordinate representation of color #D896DE: hue angle of 295º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D896DE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 150 | 222 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 295º | 0.52% | 0.73% | - |
| HSV(B) | 295º | 0.32% | 0.87% | - |
| XYZ | 52.41 | 41.69 | 74.39 | - |
| YUV | 177.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 222 | 0.03 | 0.32 | 0 | 0.13 | 295 | 0.52 | 0.73 |
| Hex | D8 | 96 | DE | 3 | 20 | 0 | D | 127 | 34 | 49 |
| Octal | 330 | 226 | 336 | 3 | 40 | 0 | 15 | 447 | 64 | 111 |
| Binary | 11011000 | 10010110 | 11011110 | 11 | 100000 | 0 | 1101 | 100100111 | 110100 | 1001001 |
Color Harmonies of #D896DE
Complementary color
Monochromatic Colors of #D896DE
Black with #D896DE
Text Example
Text Example
White with #D896DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896DE; }
p { color: rgb(216,150,222); }
H1.HeaderClassName
{
color: #D896DE;
}
.AnyTagClassName
{
color: #D896DE;
}
</style>
background-color css
<style>
a { background-color: #D896DE; }
a { background-color: rgb(216,150,222); }
div.DivClassName
{
background-color: #D896DE;
}
.BgClassName
{
background-color: #D896DE;
}
</style>
border-color css
<style>
span { border-color: #D896DE; }
span { border-color: rgb(216,150,222); }
td.TdClassName
{
border-color: #D896DE;
}
.TagClassName
{
border-color: #D896DE;
}
</style>