Shades of Rose Bud Cherry #8D215E
Tints of Rose Bud Cherry #8D215E
RGB
CMYK
RGB Variations
Color information
#8D215E (or 0x8D215E) is known color: Rose Bud Cherry. HEX triplet: 8D, 21 and 5E. RGB value is (141,33,94). Sum of RGB (Red+Green+Blue) = 141+33+94=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D215E is #72DEA1. Grayscale: #484848. Windows color (decimal): -7528098 or 6168973. OLE color: 6168973.
HSL color Cylindrical-coordinate representation of color #8D215E: hue angle of 326.11º 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 #8D215E is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 94 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.45 |
| HSL | 326.11º | 0.62% | 0.34% | - |
| HSV(B) | 326.11º | 0.77% | 0.55% | - |
| XYZ | 13.55 | 7.56 | 11.33 | - |
| YUV | 72.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 94 | 0 | 0.77 | 0.33 | 0.45 | 326.11 | 0.62 | 0.34 |
| Hex | 8D | 21 | 5E | 0 | 4D | 21 | 2D | 146 | 3E | 22 |
| Octal | 215 | 41 | 136 | 0 | 115 | 41 | 55 | 506 | 76 | 42 |
| Binary | 10001101 | 100001 | 1011110 | 0 | 1001101 | 100001 | 101101 | 101000110 | 111110 | 100010 |
Color Harmonies of #8D215E
Complementary color
Monochromatic Colors of #8D215E
Black with #8D215E
Text Example
Text Example
White with #8D215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D215E; }
p { color: rgb(141,33,94); }
H1.HeaderClassName
{
color: #8D215E;
}
.AnyTagClassName
{
color: #8D215E;
}
</style>
background-color css
<style>
a { background-color: #8D215E; }
a { background-color: rgb(141,33,94); }
div.DivClassName
{
background-color: #8D215E;
}
.BgClassName
{
background-color: #8D215E;
}
</style>
border-color css
<style>
span { border-color: #8D215E; }
span { border-color: rgb(141,33,94); }
td.TdClassName
{
border-color: #8D215E;
}
.TagClassName
{
border-color: #8D215E;
}
</style>