Shades of Plum #D58BD7
Tints of Plum #D58BD7
RGB
CMYK
RGB Variations
Color information
#D58BD7 (or 0xD58BD7) is known color: Plum. HEX triplet: D5, 8B and D7. RGB value is (213,139,215). Sum of RGB (Red+Green+Blue) = 213+139+215=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #D58BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BD7 is #2A7428. Grayscale: #A9A9A9. Windows color (decimal): -2782249 or 14126037. OLE color: 14126037.
HSL color Cylindrical-coordinate representation of color #D58BD7: hue angle of 298.42º degrees, saturation: 0.49, 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 #D58BD7 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 215 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.16 |
| HSL | 298.42º | 0.49% | 0.69% | - |
| HSV(B) | 298.42º | 0.35% | 0.84% | - |
| XYZ | 48.94 | 37.52 | 68.95 | - |
| YUV | 169.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 215 | 0.01 | 0.35 | 0 | 0.16 | 298.42 | 0.49 | 0.69 |
| Hex | D5 | 8B | D7 | 1 | 23 | 0 | 10 | 12A | 31 | 45 |
| Octal | 325 | 213 | 327 | 1 | 43 | 0 | 20 | 452 | 61 | 105 |
| Binary | 11010101 | 10001011 | 11010111 | 1 | 100011 | 0 | 10000 | 100101010 | 110001 | 1000101 |
Color Harmonies of #D58BD7
Complementary color
Monochromatic Colors of #D58BD7
Black with #D58BD7
Text Example
Text Example
White with #D58BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BD7; }
p { color: rgb(213,139,215); }
H1.HeaderClassName
{
color: #D58BD7;
}
.AnyTagClassName
{
color: #D58BD7;
}
</style>
background-color css
<style>
a { background-color: #D58BD7; }
a { background-color: rgb(213,139,215); }
div.DivClassName
{
background-color: #D58BD7;
}
.BgClassName
{
background-color: #D58BD7;
}
</style>
border-color css
<style>
span { border-color: #D58BD7; }
span { border-color: rgb(213,139,215); }
td.TdClassName
{
border-color: #D58BD7;
}
.TagClassName
{
border-color: #D58BD7;
}
</style>