Shades of Rose Bud Cherry #8D225D
Tints of Rose Bud Cherry #8D225D
RGB
CMYK
RGB Variations
Color information
#8D225D (or 0x8D225D) is known color: Rose Bud Cherry. HEX triplet: 8D, 22 and 5D. RGB value is (141,34,93). Sum of RGB (Red+Green+Blue) = 141+34+93=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D225D is #72DDA2. Grayscale: #484848. Windows color (decimal): -7527843 or 6103693. OLE color: 6103693.
HSL color Cylindrical-coordinate representation of color #8D225D: hue angle of 326.92º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D225D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 93 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.45 |
| HSL | 326.92º | 0.61% | 0.34% | - |
| HSV(B) | 326.92º | 0.76% | 0.55% | - |
| XYZ | 13.53 | 7.6 | 11.11 | - |
| YUV | 72.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 93 | 0 | 0.76 | 0.34 | 0.45 | 326.92 | 0.61 | 0.34 |
| Hex | 8D | 22 | 5D | 0 | 4C | 22 | 2D | 147 | 3D | 22 |
| Octal | 215 | 42 | 135 | 0 | 114 | 42 | 55 | 507 | 75 | 42 |
| Binary | 10001101 | 100010 | 1011101 | 0 | 1001100 | 100010 | 101101 | 101000111 | 111101 | 100010 |
Color Harmonies of #8D225D
Complementary color
Monochromatic Colors of #8D225D
Black with #8D225D
Text Example
Text Example
White with #8D225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D225D; }
p { color: rgb(141,34,93); }
H1.HeaderClassName
{
color: #8D225D;
}
.AnyTagClassName
{
color: #8D225D;
}
</style>
background-color css
<style>
a { background-color: #8D225D; }
a { background-color: rgb(141,34,93); }
div.DivClassName
{
background-color: #8D225D;
}
.BgClassName
{
background-color: #8D225D;
}
</style>
border-color css
<style>
span { border-color: #8D225D; }
span { border-color: rgb(141,34,93); }
td.TdClassName
{
border-color: #8D225D;
}
.TagClassName
{
border-color: #8D225D;
}
</style>