Shades of Plum #D896E5
Tints of Plum #D896E5
RGB
CMYK
RGB Variations
Color information
#D896E5 (or 0xD896E5) is known color: Plum. HEX triplet: D8, 96 and E5. RGB value is (216,150,229). Sum of RGB (Red+Green+Blue) = 216+150+229=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D896E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896E5 is #27691A. Grayscale: #B2B2B2. Windows color (decimal): -2582811 or 15046360. OLE color: 15046360.
HSL color Cylindrical-coordinate representation of color #D896E5: hue angle of 290.13º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D896E5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 150 | 229 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.10 |
| HSL | 290.13º | 0.6% | 0.74% | - |
| HSV(B) | 290.13º | 0.34% | 0.9% | - |
| XYZ | 53.37 | 42.07 | 79.44 | - |
| YUV | 178.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 229 | 0.06 | 0.34 | 0 | 0.10 | 290.13 | 0.6 | 0.74 |
| Hex | D8 | 96 | E5 | 6 | 22 | 0 | A | 122 | 3C | 4A |
| Octal | 330 | 226 | 345 | 6 | 42 | 0 | 12 | 442 | 74 | 112 |
| Binary | 11011000 | 10010110 | 11100101 | 110 | 100010 | 0 | 1010 | 100100010 | 111100 | 1001010 |
Color Harmonies of #D896E5
Complementary color
Monochromatic Colors of #D896E5
Black with #D896E5
Text Example
Text Example
White with #D896E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896E5; }
p { color: rgb(216,150,229); }
H1.HeaderClassName
{
color: #D896E5;
}
.AnyTagClassName
{
color: #D896E5;
}
</style>
background-color css
<style>
a { background-color: #D896E5; }
a { background-color: rgb(216,150,229); }
div.DivClassName
{
background-color: #D896E5;
}
.BgClassName
{
background-color: #D896E5;
}
</style>
border-color css
<style>
span { border-color: #D896E5; }
span { border-color: rgb(216,150,229); }
td.TdClassName
{
border-color: #D896E5;
}
.TagClassName
{
border-color: #D896E5;
}
</style>