Shades of Plum #D58BD0
Tints of Plum #D58BD0
RGB
CMYK
RGB Variations
Color information
#D58BD0 (or 0xD58BD0) is known color: Plum. HEX triplet: D5, 8B and D0. RGB value is (213,139,208). Sum of RGB (Red+Green+Blue) = 213+139+208=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BD0 is #2A742F. Grayscale: #A8A8A8. Windows color (decimal): -2782256 or 13667285. OLE color: 13667285.
HSL color Cylindrical-coordinate representation of color #D58BD0: hue angle of 304.05º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BD0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 208 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.16 |
| HSL | 304.05º | 0.47% | 0.69% | - |
| HSV(B) | 304.05º | 0.35% | 0.84% | - |
| XYZ | 48.06 | 37.17 | 64.32 | - |
| YUV | 168.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 208 | 0 | 0.35 | 0.02 | 0.16 | 304.05 | 0.47 | 0.69 |
| Hex | D5 | 8B | D0 | 0 | 23 | 2 | 10 | 130 | 2F | 45 |
| Octal | 325 | 213 | 320 | 0 | 43 | 2 | 20 | 460 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11010000 | 0 | 100011 | 10 | 10000 | 100110000 | 101111 | 1000101 |
Color Harmonies of #D58BD0
Complementary color
Monochromatic Colors of #D58BD0
Black with #D58BD0
Text Example
Text Example
White with #D58BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BD0; }
p { color: rgb(213,139,208); }
H1.HeaderClassName
{
color: #D58BD0;
}
.AnyTagClassName
{
color: #D58BD0;
}
</style>
background-color css
<style>
a { background-color: #D58BD0; }
a { background-color: rgb(213,139,208); }
div.DivClassName
{
background-color: #D58BD0;
}
.BgClassName
{
background-color: #D58BD0;
}
</style>
border-color css
<style>
span { border-color: #D58BD0; }
span { border-color: rgb(213,139,208); }
td.TdClassName
{
border-color: #D58BD0;
}
.TagClassName
{
border-color: #D58BD0;
}
</style>