Shades of Plum #D596D4
Tints of Plum #D596D4
RGB
CMYK
RGB Variations
Color information
#D596D4 (or 0xD596D4) is known color: Plum. HEX triplet: D5, 96 and D4. RGB value is (213,150,212). Sum of RGB (Red+Green+Blue) = 213+150+212=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D596D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596D4 is #2A692B. Grayscale: #AFAFAF. Windows color (decimal): -2779436 or 13932245. OLE color: 13932245.
HSL color Cylindrical-coordinate representation of color #D596D4: hue angle of 300.95º degrees, saturation: 0.43, 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 #D596D4 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 212 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.16 |
| HSL | 300.95º | 0.43% | 0.71% | - |
| HSV(B) | 300.95º | 0.3% | 0.84% | - |
| XYZ | 50.23 | 40.71 | 67.5 | - |
| YUV | 175.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 212 | 0 | 0.30 | 0.00 | 0.16 | 300.95 | 0.43 | 0.71 |
| Hex | D5 | 96 | D4 | 0 | 1E | 0 | 10 | 12D | 2B | 47 |
| Octal | 325 | 226 | 324 | 0 | 36 | 0 | 20 | 455 | 53 | 107 |
| Binary | 11010101 | 10010110 | 11010100 | 0 | 11110 | 0 | 10000 | 100101101 | 101011 | 1000111 |
Color Harmonies of #D596D4
Complementary color
Monochromatic Colors of #D596D4
Black with #D596D4
Text Example
Text Example
White with #D596D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596D4; }
p { color: rgb(213,150,212); }
H1.HeaderClassName
{
color: #D596D4;
}
.AnyTagClassName
{
color: #D596D4;
}
</style>
background-color css
<style>
a { background-color: #D596D4; }
a { background-color: rgb(213,150,212); }
div.DivClassName
{
background-color: #D596D4;
}
.BgClassName
{
background-color: #D596D4;
}
</style>
border-color css
<style>
span { border-color: #D596D4; }
span { border-color: rgb(213,150,212); }
td.TdClassName
{
border-color: #D596D4;
}
.TagClassName
{
border-color: #D596D4;
}
</style>