Shades of Plum #D58BDB
Tints of Plum #D58BDB
RGB
CMYK
RGB Variations
Color information
#D58BDB (or 0xD58BDB) is known color: Plum. HEX triplet: D5, 8B and DB. RGB value is (213,139,219). Sum of RGB (Red+Green+Blue) = 213+139+219=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D58BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BDB is #2A7424. Grayscale: #AAAAAA. Windows color (decimal): -2782245 or 14388181. OLE color: 14388181.
HSL color Cylindrical-coordinate representation of color #D58BDB: hue angle of 295.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58BDB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 139 | 219 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.14 |
| HSL | 295.5º | 0.53% | 0.7% | - |
| HSV(B) | 295.5º | 0.37% | 0.86% | - |
| XYZ | 49.46 | 37.73 | 71.69 | - |
| YUV | 170.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 219 | 0.03 | 0.37 | 0 | 0.14 | 295.5 | 0.53 | 0.7 |
| Hex | D5 | 8B | DB | 3 | 25 | 0 | E | 128 | 35 | 46 |
| Octal | 325 | 213 | 333 | 3 | 45 | 0 | 16 | 450 | 65 | 106 |
| Binary | 11010101 | 10001011 | 11011011 | 11 | 100101 | 0 | 1110 | 100101000 | 110101 | 1000110 |
Color Harmonies of #D58BDB
Complementary color
Monochromatic Colors of #D58BDB
Black with #D58BDB
Text Example
Text Example
White with #D58BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BDB; }
p { color: rgb(213,139,219); }
H1.HeaderClassName
{
color: #D58BDB;
}
.AnyTagClassName
{
color: #D58BDB;
}
</style>
background-color css
<style>
a { background-color: #D58BDB; }
a { background-color: rgb(213,139,219); }
div.DivClassName
{
background-color: #D58BDB;
}
.BgClassName
{
background-color: #D58BDB;
}
</style>
border-color css
<style>
span { border-color: #D58BDB; }
span { border-color: rgb(213,139,219); }
td.TdClassName
{
border-color: #D58BDB;
}
.TagClassName
{
border-color: #D58BDB;
}
</style>