Shades of Rose Bud Cherry #8D2E60
Tints of Rose Bud Cherry #8D2E60
RGB
CMYK
RGB Variations
Color information
#8D2E60 (or 0x8D2E60) is known color: Rose Bud Cherry. HEX triplet: 8D, 2E and 60. RGB value is (141,46,96). Sum of RGB (Red+Green+Blue) = 141+46+96=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2E60 is #72D19F. Grayscale: #505050. Windows color (decimal): -7524768 or 6303373. OLE color: 6303373.
HSL color Cylindrical-coordinate representation of color #8D2E60: hue angle of 328.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2E60 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 46 | 96 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.45 |
| HSL | 328.42º | 0.51% | 0.37% | - |
| HSV(B) | 328.42º | 0.67% | 0.55% | - |
| XYZ | 14.07 | 8.46 | 11.96 | - |
| YUV | 80.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 96 | 0 | 0.67 | 0.32 | 0.45 | 328.42 | 0.51 | 0.37 |
| Hex | 8D | 2E | 60 | 0 | 43 | 20 | 2D | 148 | 33 | 25 |
| Octal | 215 | 56 | 140 | 0 | 103 | 40 | 55 | 510 | 63 | 45 |
| Binary | 10001101 | 101110 | 1100000 | 0 | 1000011 | 100000 | 101101 | 101001000 | 110011 | 100101 |
Color Harmonies of #8D2E60
Complementary color
Monochromatic Colors of #8D2E60
Black with #8D2E60
Text Example
Text Example
White with #8D2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2E60; }
p { color: rgb(141,46,96); }
H1.HeaderClassName
{
color: #8D2E60;
}
.AnyTagClassName
{
color: #8D2E60;
}
</style>
background-color css
<style>
a { background-color: #8D2E60; }
a { background-color: rgb(141,46,96); }
div.DivClassName
{
background-color: #8D2E60;
}
.BgClassName
{
background-color: #8D2E60;
}
</style>
border-color css
<style>
span { border-color: #8D2E60; }
span { border-color: rgb(141,46,96); }
td.TdClassName
{
border-color: #8D2E60;
}
.TagClassName
{
border-color: #8D2E60;
}
</style>