Shades of Plum #D99CDA
Tints of Plum #D99CDA
RGB
CMYK
RGB Variations
Color information
#D99CDA (or 0xD99CDA) is known color: Plum. HEX triplet: D9, 9C and DA. RGB value is (217,156,218). Sum of RGB (Red+Green+Blue) = 217+156+218=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #D99CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDA is #266325. Grayscale: #B5B5B5. Windows color (decimal): -2515750 or 14327001. OLE color: 14327001.
HSL color Cylindrical-coordinate representation of color #D99CDA: hue angle of 299.03º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CDA is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 218 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.15 |
| HSL | 299.03º | 0.46% | 0.73% | - |
| HSV(B) | 299.03º | 0.28% | 0.85% | - |
| XYZ | 53.16 | 43.59 | 71.94 | - |
| YUV | 181.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 218 | 0.00 | 0.28 | 0 | 0.15 | 299.03 | 0.46 | 0.73 |
| Hex | D9 | 9C | DA | 0 | 1C | 0 | F | 12B | 2E | 49 |
| Octal | 331 | 234 | 332 | 0 | 34 | 0 | 17 | 453 | 56 | 111 |
| Binary | 11011001 | 10011100 | 11011010 | 0 | 11100 | 0 | 1111 | 100101011 | 101110 | 1001001 |
Color Harmonies of #D99CDA
Complementary color
Monochromatic Colors of #D99CDA
Black with #D99CDA
Text Example
Text Example
White with #D99CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CDA; }
p { color: rgb(217,156,218); }
H1.HeaderClassName
{
color: #D99CDA;
}
.AnyTagClassName
{
color: #D99CDA;
}
</style>
background-color css
<style>
a { background-color: #D99CDA; }
a { background-color: rgb(217,156,218); }
div.DivClassName
{
background-color: #D99CDA;
}
.BgClassName
{
background-color: #D99CDA;
}
</style>
border-color css
<style>
span { border-color: #D99CDA; }
span { border-color: rgb(217,156,218); }
td.TdClassName
{
border-color: #D99CDA;
}
.TagClassName
{
border-color: #D99CDA;
}
</style>