Shades of Plum #D499DE
Tints of Plum #D499DE
RGB
CMYK
RGB Variations
Color information
#D499DE (or 0xD499DE) is known color: Plum. HEX triplet: D4, 99 and DE. RGB value is (212,153,222). Sum of RGB (Red+Green+Blue) = 212+153+222=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D499DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DE is #2B6621. Grayscale: #B2B2B2. Windows color (decimal): -2844194 or 14588372. OLE color: 14588372.
HSL color Cylindrical-coordinate representation of color #D499DE: hue angle of 291.3º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D499DE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 153 | 222 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.13 |
| HSL | 291.3º | 0.51% | 0.74% | - |
| HSV(B) | 291.3º | 0.31% | 0.87% | - |
| XYZ | 51.73 | 42.05 | 74.5 | - |
| YUV | 178.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 222 | 0.05 | 0.31 | 0 | 0.13 | 291.3 | 0.51 | 0.74 |
| Hex | D4 | 99 | DE | 5 | 1F | 0 | D | 123 | 33 | 4A |
| Octal | 324 | 231 | 336 | 5 | 37 | 0 | 15 | 443 | 63 | 112 |
| Binary | 11010100 | 10011001 | 11011110 | 101 | 11111 | 0 | 1101 | 100100011 | 110011 | 1001010 |
Color Harmonies of #D499DE
Complementary color
Monochromatic Colors of #D499DE
Black with #D499DE
Text Example
Text Example
White with #D499DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499DE; }
p { color: rgb(212,153,222); }
H1.HeaderClassName
{
color: #D499DE;
}
.AnyTagClassName
{
color: #D499DE;
}
</style>
background-color css
<style>
a { background-color: #D499DE; }
a { background-color: rgb(212,153,222); }
div.DivClassName
{
background-color: #D499DE;
}
.BgClassName
{
background-color: #D499DE;
}
</style>
border-color css
<style>
span { border-color: #D499DE; }
span { border-color: rgb(212,153,222); }
td.TdClassName
{
border-color: #D499DE;
}
.TagClassName
{
border-color: #D499DE;
}
</style>