Shades of Plum #D58ED2
Tints of Plum #D58ED2
RGB
CMYK
RGB Variations
Color information
#D58ED2 (or 0xD58ED2) is known color: Plum. HEX triplet: D5, 8E and D2. RGB value is (213,142,210). Sum of RGB (Red+Green+Blue) = 213+142+210=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ED2 is #2A712D. Grayscale: #AAAAAA. Windows color (decimal): -2781486 or 13799125. OLE color: 13799125.
HSL color Cylindrical-coordinate representation of color #D58ED2: hue angle of 302.54º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58ED2 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 210 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.16 |
| HSL | 302.54º | 0.46% | 0.7% | - |
| HSV(B) | 302.54º | 0.33% | 0.84% | - |
| XYZ | 48.75 | 38.15 | 65.77 | - |
| YUV | 170.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 210 | 0 | 0.33 | 0.01 | 0.16 | 302.54 | 0.46 | 0.7 |
| Hex | D5 | 8E | D2 | 0 | 21 | 1 | 10 | 12F | 2E | 46 |
| Octal | 325 | 216 | 322 | 0 | 41 | 1 | 20 | 457 | 56 | 106 |
| Binary | 11010101 | 10001110 | 11010010 | 0 | 100001 | 1 | 10000 | 100101111 | 101110 | 1000110 |
Color Harmonies of #D58ED2
Complementary color
Monochromatic Colors of #D58ED2
Black with #D58ED2
Text Example
Text Example
White with #D58ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ED2; }
p { color: rgb(213,142,210); }
H1.HeaderClassName
{
color: #D58ED2;
}
.AnyTagClassName
{
color: #D58ED2;
}
</style>
background-color css
<style>
a { background-color: #D58ED2; }
a { background-color: rgb(213,142,210); }
div.DivClassName
{
background-color: #D58ED2;
}
.BgClassName
{
background-color: #D58ED2;
}
</style>
border-color css
<style>
span { border-color: #D58ED2; }
span { border-color: rgb(213,142,210); }
td.TdClassName
{
border-color: #D58ED2;
}
.TagClassName
{
border-color: #D58ED2;
}
</style>