Shades of Plum #D58BDF
Tints of Plum #D58BDF
RGB
CMYK
RGB Variations
Color information
#D58BDF (or 0xD58BDF) is known color: Plum. HEX triplet: D5, 8B and DF. RGB value is (213,139,223). Sum of RGB (Red+Green+Blue) = 213+139+223=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BDF is #2A7420. Grayscale: #AAAAAA. Windows color (decimal): -2782241 or 14650325. OLE color: 14650325.
HSL color Cylindrical-coordinate representation of color #D58BDF: hue angle of 292.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58BDF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 139 | 223 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 292.86º | 0.57% | 0.71% | - |
| HSV(B) | 292.86º | 0.38% | 0.87% | - |
| XYZ | 49.99 | 37.94 | 74.5 | - |
| YUV | 170.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 223 | 0.04 | 0.38 | 0 | 0.13 | 292.86 | 0.57 | 0.71 |
| Hex | D5 | 8B | DF | 4 | 26 | 0 | D | 125 | 39 | 47 |
| Octal | 325 | 213 | 337 | 4 | 46 | 0 | 15 | 445 | 71 | 107 |
| Binary | 11010101 | 10001011 | 11011111 | 100 | 100110 | 0 | 1101 | 100100101 | 111001 | 1000111 |
Color Harmonies of #D58BDF
Complementary color
Monochromatic Colors of #D58BDF
Black with #D58BDF
Text Example
Text Example
White with #D58BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BDF; }
p { color: rgb(213,139,223); }
H1.HeaderClassName
{
color: #D58BDF;
}
.AnyTagClassName
{
color: #D58BDF;
}
</style>
background-color css
<style>
a { background-color: #D58BDF; }
a { background-color: rgb(213,139,223); }
div.DivClassName
{
background-color: #D58BDF;
}
.BgClassName
{
background-color: #D58BDF;
}
</style>
border-color css
<style>
span { border-color: #D58BDF; }
span { border-color: rgb(213,139,223); }
td.TdClassName
{
border-color: #D58BDF;
}
.TagClassName
{
border-color: #D58BDF;
}
</style>