Shades of Plum #D596DC
Tints of Plum #D596DC
RGB
CMYK
RGB Variations
Color information
#D596DC (or 0xD596DC) is known color: Plum. HEX triplet: D5, 96 and DC. RGB value is (213,150,220). Sum of RGB (Red+Green+Blue) = 213+150+220=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D596DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596DC is #2A6923. Grayscale: #B0B0B0. Windows color (decimal): -2779428 or 14456533. OLE color: 14456533.
HSL color Cylindrical-coordinate representation of color #D596DC: hue angle of 294º 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 #D596DC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 150 | 220 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.14 |
| HSL | 294º | 0.5% | 0.73% | - |
| HSV(B) | 294º | 0.32% | 0.86% | - |
| XYZ | 51.27 | 41.13 | 72.95 | - |
| YUV | 176.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 220 | 0.03 | 0.32 | 0 | 0.14 | 294 | 0.5 | 0.73 |
| Hex | D5 | 96 | DC | 3 | 20 | 0 | E | 126 | 32 | 49 |
| Octal | 325 | 226 | 334 | 3 | 40 | 0 | 16 | 446 | 62 | 111 |
| Binary | 11010101 | 10010110 | 11011100 | 11 | 100000 | 0 | 1110 | 100100110 | 110010 | 1001001 |
Color Harmonies of #D596DC
Complementary color
Monochromatic Colors of #D596DC
Black with #D596DC
Text Example
Text Example
White with #D596DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596DC; }
p { color: rgb(213,150,220); }
H1.HeaderClassName
{
color: #D596DC;
}
.AnyTagClassName
{
color: #D596DC;
}
</style>
background-color css
<style>
a { background-color: #D596DC; }
a { background-color: rgb(213,150,220); }
div.DivClassName
{
background-color: #D596DC;
}
.BgClassName
{
background-color: #D596DC;
}
</style>
border-color css
<style>
span { border-color: #D596DC; }
span { border-color: rgb(213,150,220); }
td.TdClassName
{
border-color: #D596DC;
}
.TagClassName
{
border-color: #D596DC;
}
</style>