Shades of Plum #D595E1
Tints of Plum #D595E1
RGB
CMYK
RGB Variations
Color information
#D595E1 (or 0xD595E1) is known color: Plum. HEX triplet: D5, 95 and E1. RGB value is (213,149,225). Sum of RGB (Red+Green+Blue) = 213+149+225=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D595E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595E1 is #2A6A1E. Grayscale: #B0B0B0. Windows color (decimal): -2779679 or 14783957. OLE color: 14783957.
HSL color Cylindrical-coordinate representation of color #D595E1: hue angle of 290.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D595E1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 149 | 225 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.12 |
| HSL | 290.53º | 0.56% | 0.73% | - |
| HSV(B) | 290.53º | 0.34% | 0.88% | - |
| XYZ | 51.78 | 41.08 | 76.43 | - |
| YUV | 176.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 225 | 0.05 | 0.34 | 0 | 0.12 | 290.53 | 0.56 | 0.73 |
| Hex | D5 | 95 | E1 | 5 | 22 | 0 | C | 123 | 38 | 49 |
| Octal | 325 | 225 | 341 | 5 | 42 | 0 | 14 | 443 | 70 | 111 |
| Binary | 11010101 | 10010101 | 11100001 | 101 | 100010 | 0 | 1100 | 100100011 | 111000 | 1001001 |
Color Harmonies of #D595E1
Complementary color
Monochromatic Colors of #D595E1
Black with #D595E1
Text Example
Text Example
White with #D595E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595E1; }
p { color: rgb(213,149,225); }
H1.HeaderClassName
{
color: #D595E1;
}
.AnyTagClassName
{
color: #D595E1;
}
</style>
background-color css
<style>
a { background-color: #D595E1; }
a { background-color: rgb(213,149,225); }
div.DivClassName
{
background-color: #D595E1;
}
.BgClassName
{
background-color: #D595E1;
}
</style>
border-color css
<style>
span { border-color: #D595E1; }
span { border-color: rgb(213,149,225); }
td.TdClassName
{
border-color: #D595E1;
}
.TagClassName
{
border-color: #D595E1;
}
</style>