Shades of Plum #D999E2
Tints of Plum #D999E2
RGB
CMYK
RGB Variations
Color information
#D999E2 (or 0xD999E2) is known color: Plum. HEX triplet: D9, 99 and E2. RGB value is (217,153,226). Sum of RGB (Red+Green+Blue) = 217+153+226=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 226 - color contains mainly: blue. Hex color #D999E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999E2 is #26661D. Grayscale: #B4B4B4. Windows color (decimal): -2516510 or 14850521. OLE color: 14850521.
HSL color Cylindrical-coordinate representation of color #D999E2: hue angle of 292.6º 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 #D999E2 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 153 | 226 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.11 |
| HSL | 292.6º | 0.56% | 0.74% | - |
| HSV(B) | 292.6º | 0.32% | 0.89% | - |
| XYZ | 53.73 | 43.03 | 77.42 | - |
| YUV | 180.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 226 | 0.04 | 0.32 | 0 | 0.11 | 292.6 | 0.56 | 0.74 |
| Hex | D9 | 99 | E2 | 4 | 20 | 0 | B | 125 | 38 | 4A |
| Octal | 331 | 231 | 342 | 4 | 40 | 0 | 13 | 445 | 70 | 112 |
| Binary | 11011001 | 10011001 | 11100010 | 100 | 100000 | 0 | 1011 | 100100101 | 111000 | 1001010 |
Color Harmonies of #D999E2
Complementary color
Monochromatic Colors of #D999E2
Black with #D999E2
Text Example
Text Example
White with #D999E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999E2; }
p { color: rgb(217,153,226); }
H1.HeaderClassName
{
color: #D999E2;
}
.AnyTagClassName
{
color: #D999E2;
}
</style>
background-color css
<style>
a { background-color: #D999E2; }
a { background-color: rgb(217,153,226); }
div.DivClassName
{
background-color: #D999E2;
}
.BgClassName
{
background-color: #D999E2;
}
</style>
border-color css
<style>
span { border-color: #D999E2; }
span { border-color: rgb(217,153,226); }
td.TdClassName
{
border-color: #D999E2;
}
.TagClassName
{
border-color: #D999E2;
}
</style>