Shades of Plum #D499D8
Tints of Plum #D499D8
RGB
CMYK
RGB Variations
Color information
#D499D8 (or 0xD499D8) is known color: Plum. HEX triplet: D4, 99 and D8. RGB value is (212,153,216). Sum of RGB (Red+Green+Blue) = 212+153+216=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #D499D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499D8 is #2B6627. Grayscale: #B1B1B1. Windows color (decimal): -2844200 or 14195156. OLE color: 14195156.
HSL color Cylindrical-coordinate representation of color #D499D8: hue angle of 296.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D499D8 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 153 | 216 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.15 |
| HSL | 296.19º | 0.45% | 0.72% | - |
| HSV(B) | 296.19º | 0.29% | 0.85% | - |
| XYZ | 50.94 | 41.74 | 70.34 | - |
| YUV | 177.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 216 | 0.02 | 0.29 | 0 | 0.15 | 296.19 | 0.45 | 0.72 |
| Hex | D4 | 99 | D8 | 2 | 1D | 0 | F | 128 | 2D | 48 |
| Octal | 324 | 231 | 330 | 2 | 35 | 0 | 17 | 450 | 55 | 110 |
| Binary | 11010100 | 10011001 | 11011000 | 10 | 11101 | 0 | 1111 | 100101000 | 101101 | 1001000 |
Color Harmonies of #D499D8
Complementary color
Monochromatic Colors of #D499D8
Black with #D499D8
Text Example
Text Example
White with #D499D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499D8; }
p { color: rgb(212,153,216); }
H1.HeaderClassName
{
color: #D499D8;
}
.AnyTagClassName
{
color: #D499D8;
}
</style>
background-color css
<style>
a { background-color: #D499D8; }
a { background-color: rgb(212,153,216); }
div.DivClassName
{
background-color: #D499D8;
}
.BgClassName
{
background-color: #D499D8;
}
</style>
border-color css
<style>
span { border-color: #D499D8; }
span { border-color: rgb(212,153,216); }
td.TdClassName
{
border-color: #D499D8;
}
.TagClassName
{
border-color: #D499D8;
}
</style>