Shades of Plum #D58BDD
Tints of Plum #D58BDD
RGB
CMYK
RGB Variations
Color information
#D58BDD (or 0xD58BDD) is known color: Plum. HEX triplet: D5, 8B and DD. RGB value is (213,139,221). Sum of RGB (Red+Green+Blue) = 213+139+221=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BDD is #2A7422. Grayscale: #AAAAAA. Windows color (decimal): -2782243 or 14519253. OLE color: 14519253.
HSL color Cylindrical-coordinate representation of color #D58BDD: hue angle of 294.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58BDD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 139 | 221 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.13 |
| HSL | 294.15º | 0.55% | 0.71% | - |
| HSV(B) | 294.15º | 0.37% | 0.87% | - |
| XYZ | 49.72 | 37.83 | 73.09 | - |
| YUV | 170.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 221 | 0.04 | 0.37 | 0 | 0.13 | 294.15 | 0.55 | 0.71 |
| Hex | D5 | 8B | DD | 4 | 25 | 0 | D | 126 | 37 | 47 |
| Octal | 325 | 213 | 335 | 4 | 45 | 0 | 15 | 446 | 67 | 107 |
| Binary | 11010101 | 10001011 | 11011101 | 100 | 100101 | 0 | 1101 | 100100110 | 110111 | 1000111 |
Color Harmonies of #D58BDD
Complementary color
Monochromatic Colors of #D58BDD
Black with #D58BDD
Text Example
Text Example
White with #D58BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BDD; }
p { color: rgb(213,139,221); }
H1.HeaderClassName
{
color: #D58BDD;
}
.AnyTagClassName
{
color: #D58BDD;
}
</style>
background-color css
<style>
a { background-color: #D58BDD; }
a { background-color: rgb(213,139,221); }
div.DivClassName
{
background-color: #D58BDD;
}
.BgClassName
{
background-color: #D58BDD;
}
</style>
border-color css
<style>
span { border-color: #D58BDD; }
span { border-color: rgb(213,139,221); }
td.TdClassName
{
border-color: #D58BDD;
}
.TagClassName
{
border-color: #D58BDD;
}
</style>