Shades of Plum #D496D6
Tints of Plum #D496D6
RGB
CMYK
RGB Variations
Color information
#D496D6 (or 0xD496D6) is known color: Plum. HEX triplet: D4, 96 and D6. RGB value is (212,150,214). Sum of RGB (Red+Green+Blue) = 212+150+214=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #D496D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496D6 is #2B6929. Grayscale: #AFAFAF. Windows color (decimal): -2844970 or 14063316. OLE color: 14063316.
HSL color Cylindrical-coordinate representation of color #D496D6: hue angle of 298.12º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D496D6 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 150 | 214 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.16 |
| HSL | 298.13º | 0.44% | 0.71% | - |
| HSV(B) | 298.13º | 0.3% | 0.84% | - |
| XYZ | 50.2 | 40.66 | 68.82 | - |
| YUV | 175.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 214 | 0.01 | 0.30 | 0 | 0.16 | 298.13 | 0.44 | 0.71 |
| Hex | D4 | 96 | D6 | 1 | 1E | 0 | 10 | 12A | 2C | 47 |
| Octal | 324 | 226 | 326 | 1 | 36 | 0 | 20 | 452 | 54 | 107 |
| Binary | 11010100 | 10010110 | 11010110 | 1 | 11110 | 0 | 10000 | 100101010 | 101100 | 1000111 |
Color Harmonies of #D496D6
Complementary color
Monochromatic Colors of #D496D6
Black with #D496D6
Text Example
Text Example
White with #D496D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496D6; }
p { color: rgb(212,150,214); }
H1.HeaderClassName
{
color: #D496D6;
}
.AnyTagClassName
{
color: #D496D6;
}
</style>
background-color css
<style>
a { background-color: #D496D6; }
a { background-color: rgb(212,150,214); }
div.DivClassName
{
background-color: #D496D6;
}
.BgClassName
{
background-color: #D496D6;
}
</style>
border-color css
<style>
span { border-color: #D496D6; }
span { border-color: rgb(212,150,214); }
td.TdClassName
{
border-color: #D496D6;
}
.TagClassName
{
border-color: #D496D6;
}
</style>