Shades of Plum #D896DD
Tints of Plum #D896DD
RGB
CMYK
RGB Variations
Color information
#D896DD (or 0xD896DD) is known color: Plum. HEX triplet: D8, 96 and DD. RGB value is (216,150,221). Sum of RGB (Red+Green+Blue) = 216+150+221=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D896DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896DD is #276922. Grayscale: #B1B1B1. Windows color (decimal): -2582819 or 14522072. OLE color: 14522072.
HSL color Cylindrical-coordinate representation of color #D896DD: hue angle of 295.77º degrees, saturation: 0.51, 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 #D896DD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 150 | 221 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.13 |
| HSL | 295.77º | 0.51% | 0.73% | - |
| HSV(B) | 295.77º | 0.32% | 0.87% | - |
| XYZ | 52.28 | 41.63 | 73.69 | - |
| YUV | 177.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 221 | 0.02 | 0.32 | 0 | 0.13 | 295.77 | 0.51 | 0.73 |
| Hex | D8 | 96 | DD | 2 | 20 | 0 | D | 128 | 33 | 49 |
| Octal | 330 | 226 | 335 | 2 | 40 | 0 | 15 | 450 | 63 | 111 |
| Binary | 11011000 | 10010110 | 11011101 | 10 | 100000 | 0 | 1101 | 100101000 | 110011 | 1001001 |
Color Harmonies of #D896DD
Complementary color
Monochromatic Colors of #D896DD
Black with #D896DD
Text Example
Text Example
White with #D896DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896DD; }
p { color: rgb(216,150,221); }
H1.HeaderClassName
{
color: #D896DD;
}
.AnyTagClassName
{
color: #D896DD;
}
</style>
background-color css
<style>
a { background-color: #D896DD; }
a { background-color: rgb(216,150,221); }
div.DivClassName
{
background-color: #D896DD;
}
.BgClassName
{
background-color: #D896DD;
}
</style>
border-color css
<style>
span { border-color: #D896DD; }
span { border-color: rgb(216,150,221); }
td.TdClassName
{
border-color: #D896DD;
}
.TagClassName
{
border-color: #D896DD;
}
</style>