Shades of Plum #D58BE2
Tints of Plum #D58BE2
RGB
CMYK
RGB Variations
Color information
#D58BE2 (or 0xD58BE2) is known color: Plum. HEX triplet: D5, 8B and E2. RGB value is (213,139,226). Sum of RGB (Red+Green+Blue) = 213+139+226=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D58BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BE2 is #2A741D. Grayscale: #AAAAAA. Windows color (decimal): -2782238 or 14846933. OLE color: 14846933.
HSL color Cylindrical-coordinate representation of color #D58BE2: hue angle of 291.03º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58BE2 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 139 | 226 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.11 |
| HSL | 291.03º | 0.6% | 0.72% | - |
| HSV(B) | 291.03º | 0.38% | 0.89% | - |
| XYZ | 50.4 | 38.1 | 76.65 | - |
| YUV | 171.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 226 | 0.06 | 0.38 | 0 | 0.11 | 291.03 | 0.6 | 0.72 |
| Hex | D5 | 8B | E2 | 6 | 26 | 0 | B | 123 | 3C | 48 |
| Octal | 325 | 213 | 342 | 6 | 46 | 0 | 13 | 443 | 74 | 110 |
| Binary | 11010101 | 10001011 | 11100010 | 110 | 100110 | 0 | 1011 | 100100011 | 111100 | 1001000 |
Color Harmonies of #D58BE2
Complementary color
Monochromatic Colors of #D58BE2
Black with #D58BE2
Text Example
Text Example
White with #D58BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BE2; }
p { color: rgb(213,139,226); }
H1.HeaderClassName
{
color: #D58BE2;
}
.AnyTagClassName
{
color: #D58BE2;
}
</style>
background-color css
<style>
a { background-color: #D58BE2; }
a { background-color: rgb(213,139,226); }
div.DivClassName
{
background-color: #D58BE2;
}
.BgClassName
{
background-color: #D58BE2;
}
</style>
border-color css
<style>
span { border-color: #D58BE2; }
span { border-color: rgb(213,139,226); }
td.TdClassName
{
border-color: #D58BE2;
}
.TagClassName
{
border-color: #D58BE2;
}
</style>