Shades of Plum #D999E1
Tints of Plum #D999E1
RGB
CMYK
RGB Variations
Color information
#D999E1 (or 0xD999E1) is known color: Plum. HEX triplet: D9, 99 and E1. RGB value is (217,153,225). Sum of RGB (Red+Green+Blue) = 217+153+225=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D999E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999E1 is #26661E. Grayscale: #B4B4B4. Windows color (decimal): -2516511 or 14784985. OLE color: 14784985.
HSL color Cylindrical-coordinate representation of color #D999E1: hue angle of 293.33º 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 #D999E1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 153 | 225 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.12 |
| HSL | 293.33º | 0.55% | 0.74% | - |
| HSV(B) | 293.33º | 0.32% | 0.88% | - |
| XYZ | 53.6 | 42.97 | 76.7 | - |
| YUV | 180.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 225 | 0.04 | 0.32 | 0 | 0.12 | 293.33 | 0.55 | 0.74 |
| Hex | D9 | 99 | E1 | 4 | 20 | 0 | C | 125 | 37 | 4A |
| Octal | 331 | 231 | 341 | 4 | 40 | 0 | 14 | 445 | 67 | 112 |
| Binary | 11011001 | 10011001 | 11100001 | 100 | 100000 | 0 | 1100 | 100100101 | 110111 | 1001010 |
Color Harmonies of #D999E1
Complementary color
Monochromatic Colors of #D999E1
Black with #D999E1
Text Example
Text Example
White with #D999E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999E1; }
p { color: rgb(217,153,225); }
H1.HeaderClassName
{
color: #D999E1;
}
.AnyTagClassName
{
color: #D999E1;
}
</style>
background-color css
<style>
a { background-color: #D999E1; }
a { background-color: rgb(217,153,225); }
div.DivClassName
{
background-color: #D999E1;
}
.BgClassName
{
background-color: #D999E1;
}
</style>
border-color css
<style>
span { border-color: #D999E1; }
span { border-color: rgb(217,153,225); }
td.TdClassName
{
border-color: #D999E1;
}
.TagClassName
{
border-color: #D999E1;
}
</style>