Shades of Plum #D597DE
Tints of Plum #D597DE
RGB
CMYK
RGB Variations
Color information
#D597DE (or 0xD597DE) is known color: Plum. HEX triplet: D5, 97 and DE. RGB value is (213,151,222). Sum of RGB (Red+Green+Blue) = 213+151+222=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D597DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597DE is #2A6821. Grayscale: #B1B1B1. Windows color (decimal): -2779170 or 14587861. OLE color: 14587861.
HSL color Cylindrical-coordinate representation of color #D597DE: hue angle of 292.39º degrees, saturation: 0.52, 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 #D597DE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 151 | 222 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.13 |
| HSL | 292.39º | 0.52% | 0.73% | - |
| HSV(B) | 292.39º | 0.32% | 0.87% | - |
| XYZ | 51.69 | 41.55 | 74.4 | - |
| YUV | 177.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 222 | 0.04 | 0.32 | 0 | 0.13 | 292.39 | 0.52 | 0.73 |
| Hex | D5 | 97 | DE | 4 | 20 | 0 | D | 124 | 34 | 49 |
| Octal | 325 | 227 | 336 | 4 | 40 | 0 | 15 | 444 | 64 | 111 |
| Binary | 11010101 | 10010111 | 11011110 | 100 | 100000 | 0 | 1101 | 100100100 | 110100 | 1001001 |
Color Harmonies of #D597DE
Complementary color
Monochromatic Colors of #D597DE
Black with #D597DE
Text Example
Text Example
White with #D597DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597DE; }
p { color: rgb(213,151,222); }
H1.HeaderClassName
{
color: #D597DE;
}
.AnyTagClassName
{
color: #D597DE;
}
</style>
background-color css
<style>
a { background-color: #D597DE; }
a { background-color: rgb(213,151,222); }
div.DivClassName
{
background-color: #D597DE;
}
.BgClassName
{
background-color: #D597DE;
}
</style>
border-color css
<style>
span { border-color: #D597DE; }
span { border-color: rgb(213,151,222); }
td.TdClassName
{
border-color: #D597DE;
}
.TagClassName
{
border-color: #D597DE;
}
</style>