Shades of Rose Bud Cherry #8D2D5E
Tints of Rose Bud Cherry #8D2D5E
RGB
CMYK
RGB Variations
Color information
#8D2D5E (or 0x8D2D5E) is known color: Rose Bud Cherry. HEX triplet: 8D, 2D and 5E. RGB value is (141,45,94). Sum of RGB (Red+Green+Blue) = 141+45+94=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D5E is #72D2A1. Grayscale: #4F4F4F. Windows color (decimal): -7525026 or 6172045. OLE color: 6172045.
HSL color Cylindrical-coordinate representation of color #8D2D5E: hue angle of 329.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D5E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 94 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.45 |
| HSL | 329.38º | 0.52% | 0.36% | - |
| HSV(B) | 329.38º | 0.68% | 0.55% | - |
| XYZ | 13.94 | 8.35 | 11.47 | - |
| YUV | 79.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 94 | 0 | 0.68 | 0.33 | 0.45 | 329.38 | 0.52 | 0.36 |
| Hex | 8D | 2D | 5E | 0 | 44 | 21 | 2D | 149 | 34 | 24 |
| Octal | 215 | 55 | 136 | 0 | 104 | 41 | 55 | 511 | 64 | 44 |
| Binary | 10001101 | 101101 | 1011110 | 0 | 1000100 | 100001 | 101101 | 101001001 | 110100 | 100100 |
Color Harmonies of #8D2D5E
Complementary color
Monochromatic Colors of #8D2D5E
Black with #8D2D5E
Text Example
Text Example
White with #8D2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D5E; }
p { color: rgb(141,45,94); }
H1.HeaderClassName
{
color: #8D2D5E;
}
.AnyTagClassName
{
color: #8D2D5E;
}
</style>
background-color css
<style>
a { background-color: #8D2D5E; }
a { background-color: rgb(141,45,94); }
div.DivClassName
{
background-color: #8D2D5E;
}
.BgClassName
{
background-color: #8D2D5E;
}
</style>
border-color css
<style>
span { border-color: #8D2D5E; }
span { border-color: rgb(141,45,94); }
td.TdClassName
{
border-color: #8D2D5E;
}
.TagClassName
{
border-color: #8D2D5E;
}
</style>