Shades of Plum #D59ED3
Tints of Plum #D59ED3
RGB
CMYK
RGB Variations
Color information
#D59ED3 (or 0xD59ED3) is known color: Plum. HEX triplet: D5, 9E and D3. RGB value is (213,158,211). Sum of RGB (Red+Green+Blue) = 213+158+211=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ED3 is #2A612C. Grayscale: #B4B4B4. Windows color (decimal): -2777389 or 13868757. OLE color: 13868757.
HSL color Cylindrical-coordinate representation of color #D59ED3: hue angle of 302.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59ED3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 211 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.16 |
| HSL | 302.18º | 0.4% | 0.73% | - |
| HSV(B) | 302.18º | 0.26% | 0.84% | - |
| XYZ | 51.43 | 43.3 | 67.28 | - |
| YUV | 180.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 211 | 0 | 0.26 | 0.01 | 0.16 | 302.18 | 0.4 | 0.73 |
| Hex | D5 | 9E | D3 | 0 | 1A | 1 | 10 | 12E | 28 | 49 |
| Octal | 325 | 236 | 323 | 0 | 32 | 1 | 20 | 456 | 50 | 111 |
| Binary | 11010101 | 10011110 | 11010011 | 0 | 11010 | 1 | 10000 | 100101110 | 101000 | 1001001 |
Color Harmonies of #D59ED3
Complementary color
Monochromatic Colors of #D59ED3
Black with #D59ED3
Text Example
Text Example
White with #D59ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ED3; }
p { color: rgb(213,158,211); }
H1.HeaderClassName
{
color: #D59ED3;
}
.AnyTagClassName
{
color: #D59ED3;
}
</style>
background-color css
<style>
a { background-color: #D59ED3; }
a { background-color: rgb(213,158,211); }
div.DivClassName
{
background-color: #D59ED3;
}
.BgClassName
{
background-color: #D59ED3;
}
</style>
border-color css
<style>
span { border-color: #D59ED3; }
span { border-color: rgb(213,158,211); }
td.TdClassName
{
border-color: #D59ED3;
}
.TagClassName
{
border-color: #D59ED3;
}
</style>