Shades of Plum #D99ADE
Tints of Plum #D99ADE
RGB
CMYK
RGB Variations
Color information
#D99ADE (or 0xD99ADE) is known color: Plum. HEX triplet: D9, 9A and DE. RGB value is (217,154,222). Sum of RGB (Red+Green+Blue) = 217+154+222=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D99ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADE is #266521. Grayscale: #B4B4B4. Windows color (decimal): -2516258 or 14588633. OLE color: 14588633.
HSL color Cylindrical-coordinate representation of color #D99ADE: hue angle of 295.59º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99ADE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 154 | 222 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.13 |
| HSL | 295.59º | 0.51% | 0.74% | - |
| HSV(B) | 295.59º | 0.31% | 0.87% | - |
| XYZ | 53.36 | 43.14 | 74.62 | - |
| YUV | 180.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 222 | 0.02 | 0.31 | 0 | 0.13 | 295.59 | 0.51 | 0.74 |
| Hex | D9 | 9A | DE | 2 | 1F | 0 | D | 128 | 33 | 4A |
| Octal | 331 | 232 | 336 | 2 | 37 | 0 | 15 | 450 | 63 | 112 |
| Binary | 11011001 | 10011010 | 11011110 | 10 | 11111 | 0 | 1101 | 100101000 | 110011 | 1001010 |
Color Harmonies of #D99ADE
Complementary color
Monochromatic Colors of #D99ADE
Black with #D99ADE
Text Example
Text Example
White with #D99ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ADE; }
p { color: rgb(217,154,222); }
H1.HeaderClassName
{
color: #D99ADE;
}
.AnyTagClassName
{
color: #D99ADE;
}
</style>
background-color css
<style>
a { background-color: #D99ADE; }
a { background-color: rgb(217,154,222); }
div.DivClassName
{
background-color: #D99ADE;
}
.BgClassName
{
background-color: #D99ADE;
}
</style>
border-color css
<style>
span { border-color: #D99ADE; }
span { border-color: rgb(217,154,222); }
td.TdClassName
{
border-color: #D99ADE;
}
.TagClassName
{
border-color: #D99ADE;
}
</style>