Shades of Plum #D396DC
Tints of Plum #D396DC
RGB
CMYK
RGB Variations
Color information
#D396DC (or 0xD396DC) is known color: Plum. HEX triplet: D3, 96 and DC. RGB value is (211,150,220). Sum of RGB (Red+Green+Blue) = 211+150+220=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D396DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396DC is #2C6923. Grayscale: #B0B0B0. Windows color (decimal): -2910500 or 14456531. OLE color: 14456531.
HSL color Cylindrical-coordinate representation of color #D396DC: hue angle of 292.29º 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 #D396DC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 150 | 220 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.14 |
| HSL | 292.29º | 0.5% | 0.73% | - |
| HSV(B) | 292.29º | 0.32% | 0.86% | - |
| XYZ | 50.69 | 40.83 | 72.92 | - |
| YUV | 176.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 220 | 0.04 | 0.32 | 0 | 0.14 | 292.29 | 0.5 | 0.73 |
| Hex | D3 | 96 | DC | 4 | 20 | 0 | E | 124 | 32 | 49 |
| Octal | 323 | 226 | 334 | 4 | 40 | 0 | 16 | 444 | 62 | 111 |
| Binary | 11010011 | 10010110 | 11011100 | 100 | 100000 | 0 | 1110 | 100100100 | 110010 | 1001001 |
Color Harmonies of #D396DC
Complementary color
Monochromatic Colors of #D396DC
Black with #D396DC
Text Example
Text Example
White with #D396DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396DC; }
p { color: rgb(211,150,220); }
H1.HeaderClassName
{
color: #D396DC;
}
.AnyTagClassName
{
color: #D396DC;
}
</style>
background-color css
<style>
a { background-color: #D396DC; }
a { background-color: rgb(211,150,220); }
div.DivClassName
{
background-color: #D396DC;
}
.BgClassName
{
background-color: #D396DC;
}
</style>
border-color css
<style>
span { border-color: #D396DC; }
span { border-color: rgb(211,150,220); }
td.TdClassName
{
border-color: #D396DC;
}
.TagClassName
{
border-color: #D396DC;
}
</style>