Shades of Plum #D597DF
Tints of Plum #D597DF
RGB
CMYK
RGB Variations
Color information
#D597DF (or 0xD597DF) is known color: Plum. HEX triplet: D5, 97 and DF. RGB value is (213,151,223). Sum of RGB (Red+Green+Blue) = 213+151+223=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D597DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597DF is #2A6820. Grayscale: #B1B1B1. Windows color (decimal): -2779169 or 14653397. OLE color: 14653397.
HSL color Cylindrical-coordinate representation of color #D597DF: hue angle of 291.67º degrees, saturation: 0.53, 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 #D597DF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 151 | 223 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.13 |
| HSL | 291.67º | 0.53% | 0.73% | - |
| HSV(B) | 291.67º | 0.32% | 0.87% | - |
| XYZ | 51.83 | 41.61 | 75.11 | - |
| YUV | 177.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 223 | 0.04 | 0.32 | 0 | 0.13 | 291.67 | 0.53 | 0.73 |
| Hex | D5 | 97 | DF | 4 | 20 | 0 | D | 124 | 35 | 49 |
| Octal | 325 | 227 | 337 | 4 | 40 | 0 | 15 | 444 | 65 | 111 |
| Binary | 11010101 | 10010111 | 11011111 | 100 | 100000 | 0 | 1101 | 100100100 | 110101 | 1001001 |
Color Harmonies of #D597DF
Complementary color
Monochromatic Colors of #D597DF
Black with #D597DF
Text Example
Text Example
White with #D597DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597DF; }
p { color: rgb(213,151,223); }
H1.HeaderClassName
{
color: #D597DF;
}
.AnyTagClassName
{
color: #D597DF;
}
</style>
background-color css
<style>
a { background-color: #D597DF; }
a { background-color: rgb(213,151,223); }
div.DivClassName
{
background-color: #D597DF;
}
.BgClassName
{
background-color: #D597DF;
}
</style>
border-color css
<style>
span { border-color: #D597DF; }
span { border-color: rgb(213,151,223); }
td.TdClassName
{
border-color: #D597DF;
}
.TagClassName
{
border-color: #D597DF;
}
</style>