Shades of Plum #D99AD5
Tints of Plum #D99AD5
RGB
CMYK
RGB Variations
Color information
#D99AD5 (or 0xD99AD5) is known color: Plum. HEX triplet: D9, 9A and D5. RGB value is (217,154,213). Sum of RGB (Red+Green+Blue) = 217+154+213=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD5 is #26652A. Grayscale: #B3B3B3. Windows color (decimal): -2516267 or 13998809. OLE color: 13998809.
HSL color Cylindrical-coordinate representation of color #D99AD5: hue angle of 303.81º 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 #D99AD5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 213 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.15 |
| HSL | 303.81º | 0.45% | 0.73% | - |
| HSV(B) | 303.81º | 0.29% | 0.85% | - |
| XYZ | 52.18 | 42.67 | 68.44 | - |
| YUV | 179.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 213 | 0 | 0.29 | 0.02 | 0.15 | 303.81 | 0.45 | 0.73 |
| Hex | D9 | 9A | D5 | 0 | 1D | 2 | F | 130 | 2D | 49 |
| Octal | 331 | 232 | 325 | 0 | 35 | 2 | 17 | 460 | 55 | 111 |
| Binary | 11011001 | 10011010 | 11010101 | 0 | 11101 | 10 | 1111 | 100110000 | 101101 | 1001001 |
Color Harmonies of #D99AD5
Complementary color
Monochromatic Colors of #D99AD5
Black with #D99AD5
Text Example
Text Example
White with #D99AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AD5; }
p { color: rgb(217,154,213); }
H1.HeaderClassName
{
color: #D99AD5;
}
.AnyTagClassName
{
color: #D99AD5;
}
</style>
background-color css
<style>
a { background-color: #D99AD5; }
a { background-color: rgb(217,154,213); }
div.DivClassName
{
background-color: #D99AD5;
}
.BgClassName
{
background-color: #D99AD5;
}
</style>
border-color css
<style>
span { border-color: #D99AD5; }
span { border-color: rgb(217,154,213); }
td.TdClassName
{
border-color: #D99AD5;
}
.TagClassName
{
border-color: #D99AD5;
}
</style>