Shades of Plum #D499DA
Tints of Plum #D499DA
RGB
CMYK
RGB Variations
Color information
#D499DA (or 0xD499DA) is known color: Plum. HEX triplet: D4, 99 and DA. RGB value is (212,153,218). Sum of RGB (Red+Green+Blue) = 212+153+218=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D499DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DA is #2B6625. Grayscale: #B1B1B1. Windows color (decimal): -2844198 or 14326228. OLE color: 14326228.
HSL color Cylindrical-coordinate representation of color #D499DA: hue angle of 294.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D499DA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 153 | 218 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.15 |
| HSL | 294.46º | 0.47% | 0.73% | - |
| HSV(B) | 294.46º | 0.3% | 0.85% | - |
| XYZ | 51.2 | 41.84 | 71.71 | - |
| YUV | 178.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 218 | 0.03 | 0.30 | 0 | 0.15 | 294.46 | 0.47 | 0.73 |
| Hex | D4 | 99 | DA | 3 | 1E | 0 | F | 126 | 2F | 49 |
| Octal | 324 | 231 | 332 | 3 | 36 | 0 | 17 | 446 | 57 | 111 |
| Binary | 11010100 | 10011001 | 11011010 | 11 | 11110 | 0 | 1111 | 100100110 | 101111 | 1001001 |
Color Harmonies of #D499DA
Complementary color
Monochromatic Colors of #D499DA
Black with #D499DA
Text Example
Text Example
White with #D499DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499DA; }
p { color: rgb(212,153,218); }
H1.HeaderClassName
{
color: #D499DA;
}
.AnyTagClassName
{
color: #D499DA;
}
</style>
background-color css
<style>
a { background-color: #D499DA; }
a { background-color: rgb(212,153,218); }
div.DivClassName
{
background-color: #D499DA;
}
.BgClassName
{
background-color: #D499DA;
}
</style>
border-color css
<style>
span { border-color: #D499DA; }
span { border-color: rgb(212,153,218); }
td.TdClassName
{
border-color: #D499DA;
}
.TagClassName
{
border-color: #D499DA;
}
</style>