Shades of Plum #D99DDA
Tints of Plum #D99DDA
RGB
CMYK
RGB Variations
Color information
#D99DDA (or 0xD99DDA) is known color: Plum. HEX triplet: D9, 9D and DA. RGB value is (217,157,218). Sum of RGB (Red+Green+Blue) = 217+157+218=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #D99DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DDA is #266225. Grayscale: #B5B5B5. Windows color (decimal): -2515494 or 14327257. OLE color: 14327257.
HSL color Cylindrical-coordinate representation of color #D99DDA: hue angle of 299.02º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DDA is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 218 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.15 |
| HSL | 299.02º | 0.45% | 0.74% | - |
| HSV(B) | 299.02º | 0.28% | 0.85% | - |
| XYZ | 53.33 | 43.93 | 72 | - |
| YUV | 181.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 218 | 0.00 | 0.28 | 0 | 0.15 | 299.02 | 0.45 | 0.74 |
| Hex | D9 | 9D | DA | 0 | 1C | 0 | F | 12B | 2D | 4A |
| Octal | 331 | 235 | 332 | 0 | 34 | 0 | 17 | 453 | 55 | 112 |
| Binary | 11011001 | 10011101 | 11011010 | 0 | 11100 | 0 | 1111 | 100101011 | 101101 | 1001010 |
Color Harmonies of #D99DDA
Complementary color
Monochromatic Colors of #D99DDA
Black with #D99DDA
Text Example
Text Example
White with #D99DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DDA; }
p { color: rgb(217,157,218); }
H1.HeaderClassName
{
color: #D99DDA;
}
.AnyTagClassName
{
color: #D99DDA;
}
</style>
background-color css
<style>
a { background-color: #D99DDA; }
a { background-color: rgb(217,157,218); }
div.DivClassName
{
background-color: #D99DDA;
}
.BgClassName
{
background-color: #D99DDA;
}
</style>
border-color css
<style>
span { border-color: #D99DDA; }
span { border-color: rgb(217,157,218); }
td.TdClassName
{
border-color: #D99DDA;
}
.TagClassName
{
border-color: #D99DDA;
}
</style>