Shades of Rose Bud Cherry #8D2564
Tints of Rose Bud Cherry #8D2564
RGB
CMYK
RGB Variations
Color information
#8D2564 (or 0x8D2564) is known color: Rose Bud Cherry. HEX triplet: 8D, 25 and 64. RGB value is (141,37,100). Sum of RGB (Red+Green+Blue) = 141+37+100=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2564 is #72DA9B. Grayscale: #4B4B4B. Windows color (decimal): -7527068 or 6563213. OLE color: 6563213.
HSL color Cylindrical-coordinate representation of color #8D2564: hue angle of 323.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2564 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 100 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.45 |
| HSL | 323.65º | 0.58% | 0.35% | - |
| HSV(B) | 323.65º | 0.74% | 0.55% | - |
| XYZ | 13.95 | 7.91 | 12.85 | - |
| YUV | 75.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 100 | 0 | 0.74 | 0.29 | 0.45 | 323.65 | 0.58 | 0.35 |
| Hex | 8D | 25 | 64 | 0 | 4A | 1D | 2D | 144 | 3A | 23 |
| Octal | 215 | 45 | 144 | 0 | 112 | 35 | 55 | 504 | 72 | 43 |
| Binary | 10001101 | 100101 | 1100100 | 0 | 1001010 | 11101 | 101101 | 101000100 | 111010 | 100011 |
Color Harmonies of #8D2564
Complementary color
Monochromatic Colors of #8D2564
Black with #8D2564
Text Example
Text Example
White with #8D2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2564; }
p { color: rgb(141,37,100); }
H1.HeaderClassName
{
color: #8D2564;
}
.AnyTagClassName
{
color: #8D2564;
}
</style>
background-color css
<style>
a { background-color: #8D2564; }
a { background-color: rgb(141,37,100); }
div.DivClassName
{
background-color: #8D2564;
}
.BgClassName
{
background-color: #8D2564;
}
</style>
border-color css
<style>
span { border-color: #8D2564; }
span { border-color: rgb(141,37,100); }
td.TdClassName
{
border-color: #8D2564;
}
.TagClassName
{
border-color: #8D2564;
}
</style>