Shades of Plum #D499DD
Tints of Plum #D499DD
RGB
CMYK
RGB Variations
Color information
#D499DD (or 0xD499DD) is known color: Plum. HEX triplet: D4, 99 and DD. RGB value is (212,153,221). Sum of RGB (Red+Green+Blue) = 212+153+221=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D499DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DD is #2B6622. Grayscale: #B2B2B2. Windows color (decimal): -2844195 or 14522836. OLE color: 14522836.
HSL color Cylindrical-coordinate representation of color #D499DD: hue angle of 292.06º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D499DD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 153 | 221 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.13 |
| HSL | 292.06º | 0.5% | 0.73% | - |
| HSV(B) | 292.06º | 0.31% | 0.87% | - |
| XYZ | 51.59 | 42 | 73.79 | - |
| YUV | 178.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 221 | 0.04 | 0.31 | 0 | 0.13 | 292.06 | 0.5 | 0.73 |
| Hex | D4 | 99 | DD | 4 | 1F | 0 | D | 124 | 32 | 49 |
| Octal | 324 | 231 | 335 | 4 | 37 | 0 | 15 | 444 | 62 | 111 |
| Binary | 11010100 | 10011001 | 11011101 | 100 | 11111 | 0 | 1101 | 100100100 | 110010 | 1001001 |
Color Harmonies of #D499DD
Complementary color
Monochromatic Colors of #D499DD
Black with #D499DD
Text Example
Text Example
White with #D499DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499DD; }
p { color: rgb(212,153,221); }
H1.HeaderClassName
{
color: #D499DD;
}
.AnyTagClassName
{
color: #D499DD;
}
</style>
background-color css
<style>
a { background-color: #D499DD; }
a { background-color: rgb(212,153,221); }
div.DivClassName
{
background-color: #D499DD;
}
.BgClassName
{
background-color: #D499DD;
}
</style>
border-color css
<style>
span { border-color: #D499DD; }
span { border-color: rgb(212,153,221); }
td.TdClassName
{
border-color: #D499DD;
}
.TagClassName
{
border-color: #D499DD;
}
</style>