Shades of Plum #D596DD
Tints of Plum #D596DD
RGB
CMYK
RGB Variations
Color information
#D596DD (or 0xD596DD) is known color: Plum. HEX triplet: D5, 96 and DD. RGB value is (213,150,221). Sum of RGB (Red+Green+Blue) = 213+150+221=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D596DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596DD is #2A6922. Grayscale: #B0B0B0. Windows color (decimal): -2779427 or 14522069. OLE color: 14522069.
HSL color Cylindrical-coordinate representation of color #D596DD: hue angle of 293.24º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D596DD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 150 | 221 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.13 |
| HSL | 293.24º | 0.51% | 0.73% | - |
| HSV(B) | 293.24º | 0.32% | 0.87% | - |
| XYZ | 51.4 | 41.18 | 73.65 | - |
| YUV | 176.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 221 | 0.04 | 0.32 | 0 | 0.13 | 293.24 | 0.51 | 0.73 |
| Hex | D5 | 96 | DD | 4 | 20 | 0 | D | 125 | 33 | 49 |
| Octal | 325 | 226 | 335 | 4 | 40 | 0 | 15 | 445 | 63 | 111 |
| Binary | 11010101 | 10010110 | 11011101 | 100 | 100000 | 0 | 1101 | 100100101 | 110011 | 1001001 |
Color Harmonies of #D596DD
Complementary color
Monochromatic Colors of #D596DD
Black with #D596DD
Text Example
Text Example
White with #D596DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596DD; }
p { color: rgb(213,150,221); }
H1.HeaderClassName
{
color: #D596DD;
}
.AnyTagClassName
{
color: #D596DD;
}
</style>
background-color css
<style>
a { background-color: #D596DD; }
a { background-color: rgb(213,150,221); }
div.DivClassName
{
background-color: #D596DD;
}
.BgClassName
{
background-color: #D596DD;
}
</style>
border-color css
<style>
span { border-color: #D596DD; }
span { border-color: rgb(213,150,221); }
td.TdClassName
{
border-color: #D596DD;
}
.TagClassName
{
border-color: #D596DD;
}
</style>