Shades of Plum #D597E1
Tints of Plum #D597E1
RGB
CMYK
RGB Variations
Color information
#D597E1 (or 0xD597E1) is known color: Plum. HEX triplet: D5, 97 and E1. RGB value is (213,151,225). Sum of RGB (Red+Green+Blue) = 213+151+225=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #D597E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597E1 is #2A681E. Grayscale: #B1B1B1. Windows color (decimal): -2779167 or 14784469. OLE color: 14784469.
HSL color Cylindrical-coordinate representation of color #D597E1: hue angle of 290.27º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D597E1 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 151 | 225 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.12 |
| HSL | 290.27º | 0.55% | 0.74% | - |
| HSV(B) | 290.27º | 0.33% | 0.88% | - |
| XYZ | 52.1 | 41.72 | 76.54 | - |
| YUV | 177.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 225 | 0.05 | 0.33 | 0 | 0.12 | 290.27 | 0.55 | 0.74 |
| Hex | D5 | 97 | E1 | 5 | 21 | 0 | C | 122 | 37 | 4A |
| Octal | 325 | 227 | 341 | 5 | 41 | 0 | 14 | 442 | 67 | 112 |
| Binary | 11010101 | 10010111 | 11100001 | 101 | 100001 | 0 | 1100 | 100100010 | 110111 | 1001010 |
Color Harmonies of #D597E1
Complementary color
Monochromatic Colors of #D597E1
Black with #D597E1
Text Example
Text Example
White with #D597E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597E1; }
p { color: rgb(213,151,225); }
H1.HeaderClassName
{
color: #D597E1;
}
.AnyTagClassName
{
color: #D597E1;
}
</style>
background-color css
<style>
a { background-color: #D597E1; }
a { background-color: rgb(213,151,225); }
div.DivClassName
{
background-color: #D597E1;
}
.BgClassName
{
background-color: #D597E1;
}
</style>
border-color css
<style>
span { border-color: #D597E1; }
span { border-color: rgb(213,151,225); }
td.TdClassName
{
border-color: #D597E1;
}
.TagClassName
{
border-color: #D597E1;
}
</style>