Shades of Rose Bud Cherry #8D2157
Tints of Rose Bud Cherry #8D2157
RGB
CMYK
RGB Variations
Color information
#8D2157 (or 0x8D2157) is known color: Rose Bud Cherry. HEX triplet: 8D, 21 and 57. RGB value is (141,33,87). Sum of RGB (Red+Green+Blue) = 141+33+87=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2157 is #72DEA8. Grayscale: #474747. Windows color (decimal): -7528105 or 5710221. OLE color: 5710221.
HSL color Cylindrical-coordinate representation of color #8D2157: hue angle of 330º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2157 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 87 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.45 |
| HSL | 330º | 0.62% | 0.34% | - |
| HSV(B) | 330º | 0.77% | 0.55% | - |
| XYZ | 13.25 | 7.44 | 9.75 | - |
| YUV | 71.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 87 | 0 | 0.77 | 0.38 | 0.45 | 330 | 0.62 | 0.34 |
| Hex | 8D | 21 | 57 | 0 | 4D | 26 | 2D | 14A | 3E | 22 |
| Octal | 215 | 41 | 127 | 0 | 115 | 46 | 55 | 512 | 76 | 42 |
| Binary | 10001101 | 100001 | 1010111 | 0 | 1001101 | 100110 | 101101 | 101001010 | 111110 | 100010 |
Color Harmonies of #8D2157
Complementary color
Monochromatic Colors of #8D2157
Black with #8D2157
Text Example
Text Example
White with #8D2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2157; }
p { color: rgb(141,33,87); }
H1.HeaderClassName
{
color: #8D2157;
}
.AnyTagClassName
{
color: #8D2157;
}
</style>
background-color css
<style>
a { background-color: #8D2157; }
a { background-color: rgb(141,33,87); }
div.DivClassName
{
background-color: #8D2157;
}
.BgClassName
{
background-color: #8D2157;
}
</style>
border-color css
<style>
span { border-color: #8D2157; }
span { border-color: rgb(141,33,87); }
td.TdClassName
{
border-color: #8D2157;
}
.TagClassName
{
border-color: #8D2157;
}
</style>