Shades of Plum #D99ACE
Tints of Plum #D99ACE
RGB
CMYK
RGB Variations
Color information
#D99ACE (or 0xD99ACE) is known color: Plum. HEX triplet: D9, 9A and CE. RGB value is (217,154,206). Sum of RGB (Red+Green+Blue) = 217+154+206=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ACE is #266531. Grayscale: #B2B2B2. Windows color (decimal): -2516274 or 13540057. OLE color: 13540057.
HSL color Cylindrical-coordinate representation of color #D99ACE: hue angle of 310.48º 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 #D99ACE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 206 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.15 |
| HSL | 310.48º | 0.45% | 0.73% | - |
| HSV(B) | 310.48º | 0.29% | 0.85% | - |
| XYZ | 51.31 | 42.32 | 63.86 | - |
| YUV | 178.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 206 | 0 | 0.29 | 0.05 | 0.15 | 310.48 | 0.45 | 0.73 |
| Hex | D9 | 9A | CE | 0 | 1D | 5 | F | 136 | 2D | 49 |
| Octal | 331 | 232 | 316 | 0 | 35 | 5 | 17 | 466 | 55 | 111 |
| Binary | 11011001 | 10011010 | 11001110 | 0 | 11101 | 101 | 1111 | 100110110 | 101101 | 1001001 |
Color Harmonies of #D99ACE
Complementary color
Monochromatic Colors of #D99ACE
Black with #D99ACE
Text Example
Text Example
White with #D99ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ACE; }
p { color: rgb(217,154,206); }
H1.HeaderClassName
{
color: #D99ACE;
}
.AnyTagClassName
{
color: #D99ACE;
}
</style>
background-color css
<style>
a { background-color: #D99ACE; }
a { background-color: rgb(217,154,206); }
div.DivClassName
{
background-color: #D99ACE;
}
.BgClassName
{
background-color: #D99ACE;
}
</style>
border-color css
<style>
span { border-color: #D99ACE; }
span { border-color: rgb(217,154,206); }
td.TdClassName
{
border-color: #D99ACE;
}
.TagClassName
{
border-color: #D99ACE;
}
</style>