Shades of Plum #D899E1
Tints of Plum #D899E1
RGB
CMYK
RGB Variations
Color information
#D899E1 (or 0xD899E1) is known color: Plum. HEX triplet: D8, 99 and E1. RGB value is (216,153,225). Sum of RGB (Red+Green+Blue) = 216+153+225=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D899E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899E1 is #27661E. Grayscale: #B3B3B3. Windows color (decimal): -2582047 or 14784984. OLE color: 14784984.
HSL color Cylindrical-coordinate representation of color #D899E1: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D899E1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 153 | 225 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.12 |
| HSL | 292.5º | 0.55% | 0.74% | - |
| HSV(B) | 292.5º | 0.32% | 0.88% | - |
| XYZ | 53.3 | 42.82 | 76.69 | - |
| YUV | 180.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 225 | 0.04 | 0.32 | 0 | 0.12 | 292.5 | 0.55 | 0.74 |
| Hex | D8 | 99 | E1 | 4 | 20 | 0 | C | 124 | 37 | 4A |
| Octal | 330 | 231 | 341 | 4 | 40 | 0 | 14 | 444 | 67 | 112 |
| Binary | 11011000 | 10011001 | 11100001 | 100 | 100000 | 0 | 1100 | 100100100 | 110111 | 1001010 |
Color Harmonies of #D899E1
Complementary color
Monochromatic Colors of #D899E1
Black with #D899E1
Text Example
Text Example
White with #D899E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899E1; }
p { color: rgb(216,153,225); }
H1.HeaderClassName
{
color: #D899E1;
}
.AnyTagClassName
{
color: #D899E1;
}
</style>
background-color css
<style>
a { background-color: #D899E1; }
a { background-color: rgb(216,153,225); }
div.DivClassName
{
background-color: #D899E1;
}
.BgClassName
{
background-color: #D899E1;
}
</style>
border-color css
<style>
span { border-color: #D899E1; }
span { border-color: rgb(216,153,225); }
td.TdClassName
{
border-color: #D899E1;
}
.TagClassName
{
border-color: #D899E1;
}
</style>