Shades of Plum #D99AD0
Tints of Plum #D99AD0
RGB
CMYK
RGB Variations
Color information
#D99AD0 (or 0xD99AD0) is known color: Plum. HEX triplet: D9, 9A and D0. RGB value is (217,154,208). Sum of RGB (Red+Green+Blue) = 217+154+208=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD0 is #26652F. Grayscale: #B2B2B2. Windows color (decimal): -2516272 or 13671129. OLE color: 13671129.
HSL color Cylindrical-coordinate representation of color #D99AD0: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99AD0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 208 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.15 |
| HSL | 308.57º | 0.45% | 0.73% | - |
| HSV(B) | 308.57º | 0.29% | 0.85% | - |
| XYZ | 51.56 | 42.42 | 65.14 | - |
| YUV | 178.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 208 | 0 | 0.29 | 0.04 | 0.15 | 308.57 | 0.45 | 0.73 |
| Hex | D9 | 9A | D0 | 0 | 1D | 4 | F | 135 | 2D | 49 |
| Octal | 331 | 232 | 320 | 0 | 35 | 4 | 17 | 465 | 55 | 111 |
| Binary | 11011001 | 10011010 | 11010000 | 0 | 11101 | 100 | 1111 | 100110101 | 101101 | 1001001 |
Color Harmonies of #D99AD0
Complementary color
Monochromatic Colors of #D99AD0
Black with #D99AD0
Text Example
Text Example
White with #D99AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AD0; }
p { color: rgb(217,154,208); }
H1.HeaderClassName
{
color: #D99AD0;
}
.AnyTagClassName
{
color: #D99AD0;
}
</style>
background-color css
<style>
a { background-color: #D99AD0; }
a { background-color: rgb(217,154,208); }
div.DivClassName
{
background-color: #D99AD0;
}
.BgClassName
{
background-color: #D99AD0;
}
</style>
border-color css
<style>
span { border-color: #D99AD0; }
span { border-color: rgb(217,154,208); }
td.TdClassName
{
border-color: #D99AD0;
}
.TagClassName
{
border-color: #D99AD0;
}
</style>