Shades of Plum #D899E2
Tints of Plum #D899E2
RGB
CMYK
RGB Variations
Color information
#D899E2 (or 0xD899E2) is known color: Plum. HEX triplet: D8, 99 and E2. RGB value is (216,153,226). Sum of RGB (Red+Green+Blue) = 216+153+226=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #D899E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899E2 is #27661D. Grayscale: #B3B3B3. Windows color (decimal): -2582046 or 14850520. OLE color: 14850520.
HSL color Cylindrical-coordinate representation of color #D899E2: hue angle of 291.78º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D899E2 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 153 | 226 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.11 |
| HSL | 291.78º | 0.56% | 0.74% | - |
| HSV(B) | 291.78º | 0.32% | 0.89% | - |
| XYZ | 53.44 | 42.87 | 77.41 | - |
| YUV | 180.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 226 | 0.04 | 0.32 | 0 | 0.11 | 291.78 | 0.56 | 0.74 |
| Hex | D8 | 99 | E2 | 4 | 20 | 0 | B | 124 | 38 | 4A |
| Octal | 330 | 231 | 342 | 4 | 40 | 0 | 13 | 444 | 70 | 112 |
| Binary | 11011000 | 10011001 | 11100010 | 100 | 100000 | 0 | 1011 | 100100100 | 111000 | 1001010 |
Color Harmonies of #D899E2
Complementary color
Monochromatic Colors of #D899E2
Black with #D899E2
Text Example
Text Example
White with #D899E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899E2; }
p { color: rgb(216,153,226); }
H1.HeaderClassName
{
color: #D899E2;
}
.AnyTagClassName
{
color: #D899E2;
}
</style>
background-color css
<style>
a { background-color: #D899E2; }
a { background-color: rgb(216,153,226); }
div.DivClassName
{
background-color: #D899E2;
}
.BgClassName
{
background-color: #D899E2;
}
</style>
border-color css
<style>
span { border-color: #D899E2; }
span { border-color: rgb(216,153,226); }
td.TdClassName
{
border-color: #D899E2;
}
.TagClassName
{
border-color: #D899E2;
}
</style>