Shades of Plum #D496DC
Tints of Plum #D496DC
RGB
CMYK
RGB Variations
Color information
#D496DC (or 0xD496DC) is known color: Plum. HEX triplet: D4, 96 and DC. RGB value is (212,150,220). Sum of RGB (Red+Green+Blue) = 212+150+220=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D496DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496DC is #2B6923. Grayscale: #B0B0B0. Windows color (decimal): -2844964 or 14456532. OLE color: 14456532.
HSL color Cylindrical-coordinate representation of color #D496DC: hue angle of 293.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D496DC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 150 | 220 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.14 |
| HSL | 293.14º | 0.5% | 0.73% | - |
| HSV(B) | 293.14º | 0.32% | 0.86% | - |
| XYZ | 50.98 | 40.98 | 72.93 | - |
| YUV | 176.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 220 | 0.04 | 0.32 | 0 | 0.14 | 293.14 | 0.5 | 0.73 |
| Hex | D4 | 96 | DC | 4 | 20 | 0 | E | 125 | 32 | 49 |
| Octal | 324 | 226 | 334 | 4 | 40 | 0 | 16 | 445 | 62 | 111 |
| Binary | 11010100 | 10010110 | 11011100 | 100 | 100000 | 0 | 1110 | 100100101 | 110010 | 1001001 |
Color Harmonies of #D496DC
Complementary color
Monochromatic Colors of #D496DC
Black with #D496DC
Text Example
Text Example
White with #D496DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496DC; }
p { color: rgb(212,150,220); }
H1.HeaderClassName
{
color: #D496DC;
}
.AnyTagClassName
{
color: #D496DC;
}
</style>
background-color css
<style>
a { background-color: #D496DC; }
a { background-color: rgb(212,150,220); }
div.DivClassName
{
background-color: #D496DC;
}
.BgClassName
{
background-color: #D496DC;
}
</style>
border-color css
<style>
span { border-color: #D496DC; }
span { border-color: rgb(212,150,220); }
td.TdClassName
{
border-color: #D496DC;
}
.TagClassName
{
border-color: #D496DC;
}
</style>