Shades of Plum #D999E0
Tints of Plum #D999E0
RGB
CMYK
RGB Variations
Color information
#D999E0 (or 0xD999E0) is known color: Plum. HEX triplet: D9, 99 and E0. RGB value is (217,153,224). Sum of RGB (Red+Green+Blue) = 217+153+224=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #D999E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999E0 is #26661F. Grayscale: #B4B4B4. Windows color (decimal): -2516512 or 14719449. OLE color: 14719449.
HSL color Cylindrical-coordinate representation of color #D999E0: hue angle of 294.08º degrees, saturation: 0.53, 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 #D999E0 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 153 | 224 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.12 |
| HSL | 294.08º | 0.53% | 0.74% | - |
| HSV(B) | 294.08º | 0.32% | 0.88% | - |
| XYZ | 53.46 | 42.92 | 75.99 | - |
| YUV | 180.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 224 | 0.03 | 0.32 | 0 | 0.12 | 294.08 | 0.53 | 0.74 |
| Hex | D9 | 99 | E0 | 3 | 20 | 0 | C | 126 | 35 | 4A |
| Octal | 331 | 231 | 340 | 3 | 40 | 0 | 14 | 446 | 65 | 112 |
| Binary | 11011001 | 10011001 | 11100000 | 11 | 100000 | 0 | 1100 | 100100110 | 110101 | 1001010 |
Color Harmonies of #D999E0
Complementary color
Monochromatic Colors of #D999E0
Black with #D999E0
Text Example
Text Example
White with #D999E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999E0; }
p { color: rgb(217,153,224); }
H1.HeaderClassName
{
color: #D999E0;
}
.AnyTagClassName
{
color: #D999E0;
}
</style>
background-color css
<style>
a { background-color: #D999E0; }
a { background-color: rgb(217,153,224); }
div.DivClassName
{
background-color: #D999E0;
}
.BgClassName
{
background-color: #D999E0;
}
</style>
border-color css
<style>
span { border-color: #D999E0; }
span { border-color: rgb(217,153,224); }
td.TdClassName
{
border-color: #D999E0;
}
.TagClassName
{
border-color: #D999E0;
}
</style>