Shades of Rose Bud Cherry #8D205B
Tints of Rose Bud Cherry #8D205B
RGB
CMYK
RGB Variations
Color information
#8D205B (or 0x8D205B) is known color: Rose Bud Cherry. HEX triplet: 8D, 20 and 5B. RGB value is (141,32,91). Sum of RGB (Red+Green+Blue) = 141+32+91=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D205B is #72DFA4. Grayscale: #474747. Windows color (decimal): -7528357 or 5972109. OLE color: 5972109.
HSL color Cylindrical-coordinate representation of color #8D205B: hue angle of 327.52º degrees, saturation: 0.63, 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 #8D205B is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 91 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.45 |
| HSL | 327.52º | 0.63% | 0.34% | - |
| HSV(B) | 327.52º | 0.77% | 0.55% | - |
| XYZ | 13.39 | 7.45 | 10.63 | - |
| YUV | 71.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 91 | 0 | 0.77 | 0.35 | 0.45 | 327.52 | 0.63 | 0.34 |
| Hex | 8D | 20 | 5B | 0 | 4D | 23 | 2D | 148 | 3F | 22 |
| Octal | 215 | 40 | 133 | 0 | 115 | 43 | 55 | 510 | 77 | 42 |
| Binary | 10001101 | 100000 | 1011011 | 0 | 1001101 | 100011 | 101101 | 101001000 | 111111 | 100010 |
Color Harmonies of #8D205B
Complementary color
Monochromatic Colors of #8D205B
Black with #8D205B
Text Example
Text Example
White with #8D205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D205B; }
p { color: rgb(141,32,91); }
H1.HeaderClassName
{
color: #8D205B;
}
.AnyTagClassName
{
color: #8D205B;
}
</style>
background-color css
<style>
a { background-color: #8D205B; }
a { background-color: rgb(141,32,91); }
div.DivClassName
{
background-color: #8D205B;
}
.BgClassName
{
background-color: #8D205B;
}
</style>
border-color css
<style>
span { border-color: #8D205B; }
span { border-color: rgb(141,32,91); }
td.TdClassName
{
border-color: #8D205B;
}
.TagClassName
{
border-color: #8D205B;
}
</style>