Shades of Rose Bud Cherry #8D214E
Tints of Rose Bud Cherry #8D214E
RGB
CMYK
RGB Variations
Color information
#8D214E (or 0x8D214E) is known color: Rose Bud Cherry. HEX triplet: 8D, 21 and 4E. RGB value is (141,33,78). Sum of RGB (Red+Green+Blue) = 141+33+78=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D214E is #72DEB1. Grayscale: #464646. Windows color (decimal): -7528114 or 5120397. OLE color: 5120397.
HSL color Cylindrical-coordinate representation of color #8D214E: hue angle of 335º 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 #8D214E is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 78 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.45 |
| HSL | 335º | 0.62% | 0.34% | - |
| HSV(B) | 335º | 0.77% | 0.55% | - |
| XYZ | 12.9 | 7.3 | 7.94 | - |
| YUV | 70.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 78 | 0 | 0.77 | 0.45 | 0.45 | 335 | 0.62 | 0.34 |
| Hex | 8D | 21 | 4E | 0 | 4D | 2D | 2D | 14F | 3E | 22 |
| Octal | 215 | 41 | 116 | 0 | 115 | 55 | 55 | 517 | 76 | 42 |
| Binary | 10001101 | 100001 | 1001110 | 0 | 1001101 | 101101 | 101101 | 101001111 | 111110 | 100010 |
Color Harmonies of #8D214E
Complementary color
Monochromatic Colors of #8D214E
Black with #8D214E
Text Example
Text Example
White with #8D214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D214E; }
p { color: rgb(141,33,78); }
H1.HeaderClassName
{
color: #8D214E;
}
.AnyTagClassName
{
color: #8D214E;
}
</style>
background-color css
<style>
a { background-color: #8D214E; }
a { background-color: rgb(141,33,78); }
div.DivClassName
{
background-color: #8D214E;
}
.BgClassName
{
background-color: #8D214E;
}
</style>
border-color css
<style>
span { border-color: #8D214E; }
span { border-color: rgb(141,33,78); }
td.TdClassName
{
border-color: #8D214E;
}
.TagClassName
{
border-color: #8D214E;
}
</style>