Shades of Plum #D499DC
Tints of Plum #D499DC
RGB
CMYK
RGB Variations
Color information
#D499DC (or 0xD499DC) is known color: Plum. HEX triplet: D4, 99 and DC. RGB value is (212,153,220). Sum of RGB (Red+Green+Blue) = 212+153+220=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D499DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DC is #2B6623. Grayscale: #B2B2B2. Windows color (decimal): -2844196 or 14457300. OLE color: 14457300.
HSL color Cylindrical-coordinate representation of color #D499DC: hue angle of 292.84º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D499DC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 153 | 220 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.14 |
| HSL | 292.84º | 0.49% | 0.73% | - |
| HSV(B) | 292.84º | 0.3% | 0.86% | - |
| XYZ | 51.46 | 41.95 | 73.09 | - |
| YUV | 178.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 220 | 0.04 | 0.30 | 0 | 0.14 | 292.84 | 0.49 | 0.73 |
| Hex | D4 | 99 | DC | 4 | 1E | 0 | E | 125 | 31 | 49 |
| Octal | 324 | 231 | 334 | 4 | 36 | 0 | 16 | 445 | 61 | 111 |
| Binary | 11010100 | 10011001 | 11011100 | 100 | 11110 | 0 | 1110 | 100100101 | 110001 | 1001001 |
Color Harmonies of #D499DC
Complementary color
Monochromatic Colors of #D499DC
Black with #D499DC
Text Example
Text Example
White with #D499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499DC; }
p { color: rgb(212,153,220); }
H1.HeaderClassName
{
color: #D499DC;
}
.AnyTagClassName
{
color: #D499DC;
}
</style>
background-color css
<style>
a { background-color: #D499DC; }
a { background-color: rgb(212,153,220); }
div.DivClassName
{
background-color: #D499DC;
}
.BgClassName
{
background-color: #D499DC;
}
</style>
border-color css
<style>
span { border-color: #D499DC; }
span { border-color: rgb(212,153,220); }
td.TdClassName
{
border-color: #D499DC;
}
.TagClassName
{
border-color: #D499DC;
}
</style>