Shades of Plum #D99AE5
Tints of Plum #D99AE5
RGB
CMYK
RGB Variations
Color information
#D99AE5 (or 0xD99AE5) is known color: Plum. HEX triplet: D9, 9A and E5. RGB value is (217,154,229). Sum of RGB (Red+Green+Blue) = 217+154+229=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AE5 is #26651A. Grayscale: #B5B5B5. Windows color (decimal): -2516251 or 15047385. OLE color: 15047385.
HSL color Cylindrical-coordinate representation of color #D99AE5: hue angle of 290.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99AE5 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 154 | 229 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.10 |
| HSL | 290.4º | 0.59% | 0.75% | - |
| HSV(B) | 290.4º | 0.33% | 0.9% | - |
| XYZ | 54.31 | 43.52 | 79.67 | - |
| YUV | 181.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 229 | 0.05 | 0.33 | 0 | 0.10 | 290.4 | 0.59 | 0.75 |
| Hex | D9 | 9A | E5 | 5 | 21 | 0 | A | 122 | 3B | 4B |
| Octal | 331 | 232 | 345 | 5 | 41 | 0 | 12 | 442 | 73 | 113 |
| Binary | 11011001 | 10011010 | 11100101 | 101 | 100001 | 0 | 1010 | 100100010 | 111011 | 1001011 |
Color Harmonies of #D99AE5
Complementary color
Monochromatic Colors of #D99AE5
Black with #D99AE5
Text Example
Text Example
White with #D99AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AE5; }
p { color: rgb(217,154,229); }
H1.HeaderClassName
{
color: #D99AE5;
}
.AnyTagClassName
{
color: #D99AE5;
}
</style>
background-color css
<style>
a { background-color: #D99AE5; }
a { background-color: rgb(217,154,229); }
div.DivClassName
{
background-color: #D99AE5;
}
.BgClassName
{
background-color: #D99AE5;
}
</style>
border-color css
<style>
span { border-color: #D99AE5; }
span { border-color: rgb(217,154,229); }
td.TdClassName
{
border-color: #D99AE5;
}
.TagClassName
{
border-color: #D99AE5;
}
</style>