Shades of Plum #D59EDF
Tints of Plum #D59EDF
RGB
CMYK
RGB Variations
Color information
#D59EDF (or 0xD59EDF) is known color: Plum. HEX triplet: D5, 9E and DF. RGB value is (213,158,223). Sum of RGB (Red+Green+Blue) = 213+158+223=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDF is #2A6120. Grayscale: #B5B5B5. Windows color (decimal): -2777377 or 14655189. OLE color: 14655189.
HSL color Cylindrical-coordinate representation of color #D59EDF: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59EDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 158 | 223 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.13 |
| HSL | 290.77º | 0.5% | 0.75% | - |
| HSV(B) | 290.77º | 0.29% | 0.87% | - |
| XYZ | 52.99 | 43.93 | 75.5 | - |
| YUV | 181.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 223 | 0.04 | 0.29 | 0 | 0.13 | 290.77 | 0.5 | 0.75 |
| Hex | D5 | 9E | DF | 4 | 1D | 0 | D | 123 | 32 | 4B |
| Octal | 325 | 236 | 337 | 4 | 35 | 0 | 15 | 443 | 62 | 113 |
| Binary | 11010101 | 10011110 | 11011111 | 100 | 11101 | 0 | 1101 | 100100011 | 110010 | 1001011 |
Color Harmonies of #D59EDF
Complementary color
Monochromatic Colors of #D59EDF
Black with #D59EDF
Text Example
Text Example
White with #D59EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EDF; }
p { color: rgb(213,158,223); }
H1.HeaderClassName
{
color: #D59EDF;
}
.AnyTagClassName
{
color: #D59EDF;
}
</style>
background-color css
<style>
a { background-color: #D59EDF; }
a { background-color: rgb(213,158,223); }
div.DivClassName
{
background-color: #D59EDF;
}
.BgClassName
{
background-color: #D59EDF;
}
</style>
border-color css
<style>
span { border-color: #D59EDF; }
span { border-color: rgb(213,158,223); }
td.TdClassName
{
border-color: #D59EDF;
}
.TagClassName
{
border-color: #D59EDF;
}
</style>