Shades of Plum #D58BD3
Tints of Plum #D58BD3
RGB
CMYK
RGB Variations
Color information
#D58BD3 (or 0xD58BD3) is known color: Plum. HEX triplet: D5, 8B and D3. RGB value is (213,139,211). Sum of RGB (Red+Green+Blue) = 213+139+211=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BD3 is #2A742C. Grayscale: #A9A9A9. Windows color (decimal): -2782253 or 13863893. OLE color: 13863893.
HSL color Cylindrical-coordinate representation of color #D58BD3: hue angle of 301.62º 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 #D58BD3 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 211 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.16 |
| HSL | 301.62º | 0.47% | 0.69% | - |
| HSV(B) | 301.62º | 0.35% | 0.84% | - |
| XYZ | 48.43 | 37.31 | 66.28 | - |
| YUV | 169.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 211 | 0 | 0.35 | 0.01 | 0.16 | 301.62 | 0.47 | 0.69 |
| Hex | D5 | 8B | D3 | 0 | 23 | 1 | 10 | 12E | 2F | 45 |
| Octal | 325 | 213 | 323 | 0 | 43 | 1 | 20 | 456 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11010011 | 0 | 100011 | 1 | 10000 | 100101110 | 101111 | 1000101 |
Color Harmonies of #D58BD3
Complementary color
Monochromatic Colors of #D58BD3
Black with #D58BD3
Text Example
Text Example
White with #D58BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BD3; }
p { color: rgb(213,139,211); }
H1.HeaderClassName
{
color: #D58BD3;
}
.AnyTagClassName
{
color: #D58BD3;
}
</style>
background-color css
<style>
a { background-color: #D58BD3; }
a { background-color: rgb(213,139,211); }
div.DivClassName
{
background-color: #D58BD3;
}
.BgClassName
{
background-color: #D58BD3;
}
</style>
border-color css
<style>
span { border-color: #D58BD3; }
span { border-color: rgb(213,139,211); }
td.TdClassName
{
border-color: #D58BD3;
}
.TagClassName
{
border-color: #D58BD3;
}
</style>