Shades of Plum #D99CDF
Tints of Plum #D99CDF
RGB
CMYK
RGB Variations
Color information
#D99CDF (or 0xD99CDF) is known color: Plum. HEX triplet: D9, 9C and DF. RGB value is (217,156,223). Sum of RGB (Red+Green+Blue) = 217+156+223=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDF is #266320. Grayscale: #B5B5B5. Windows color (decimal): -2515745 or 14654681. OLE color: 14654681.
HSL color Cylindrical-coordinate representation of color #D99CDF: hue angle of 294.63º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99CDF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 156 | 223 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 294.63º | 0.51% | 0.74% | - |
| HSV(B) | 294.63º | 0.3% | 0.87% | - |
| XYZ | 53.82 | 43.86 | 75.44 | - |
| YUV | 181.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 223 | 0.03 | 0.30 | 0 | 0.13 | 294.63 | 0.51 | 0.74 |
| Hex | D9 | 9C | DF | 3 | 1E | 0 | D | 127 | 33 | 4A |
| Octal | 331 | 234 | 337 | 3 | 36 | 0 | 15 | 447 | 63 | 112 |
| Binary | 11011001 | 10011100 | 11011111 | 11 | 11110 | 0 | 1101 | 100100111 | 110011 | 1001010 |
Color Harmonies of #D99CDF
Complementary color
Monochromatic Colors of #D99CDF
Black with #D99CDF
Text Example
Text Example
White with #D99CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CDF; }
p { color: rgb(217,156,223); }
H1.HeaderClassName
{
color: #D99CDF;
}
.AnyTagClassName
{
color: #D99CDF;
}
</style>
background-color css
<style>
a { background-color: #D99CDF; }
a { background-color: rgb(217,156,223); }
div.DivClassName
{
background-color: #D99CDF;
}
.BgClassName
{
background-color: #D99CDF;
}
</style>
border-color css
<style>
span { border-color: #D99CDF; }
span { border-color: rgb(217,156,223); }
td.TdClassName
{
border-color: #D99CDF;
}
.TagClassName
{
border-color: #D99CDF;
}
</style>