Shades of Rose Bud Cherry #8F2D5E
Tints of Rose Bud Cherry #8F2D5E
RGB
CMYK
RGB Variations
Color information
#8F2D5E (or 0x8F2D5E) is known color: Rose Bud Cherry. HEX triplet: 8F, 2D and 5E. RGB value is (143,45,94). Sum of RGB (Red+Green+Blue) = 143+45+94=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2D5E is #70D2A1. Grayscale: #4F4F4F. Windows color (decimal): -7393954 or 6172047. OLE color: 6172047.
HSL color Cylindrical-coordinate representation of color #8F2D5E: hue angle of 330º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D5E is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 94 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.44 |
| HSL | 330º | 0.52% | 0.37% | - |
| HSV(B) | 330º | 0.69% | 0.56% | - |
| XYZ | 14.29 | 8.52 | 11.48 | - |
| YUV | 79.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 94 | 0 | 0.69 | 0.34 | 0.44 | 330 | 0.52 | 0.37 |
| Hex | 8F | 2D | 5E | 0 | 45 | 22 | 2C | 14A | 34 | 25 |
| Octal | 217 | 55 | 136 | 0 | 105 | 42 | 54 | 512 | 64 | 45 |
| Binary | 10001111 | 101101 | 1011110 | 0 | 1000101 | 100010 | 101100 | 101001010 | 110100 | 100101 |
Color Harmonies of #8F2D5E
Complementary color
Monochromatic Colors of #8F2D5E
Black with #8F2D5E
Text Example
Text Example
White with #8F2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D5E; }
p { color: rgb(143,45,94); }
H1.HeaderClassName
{
color: #8F2D5E;
}
.AnyTagClassName
{
color: #8F2D5E;
}
</style>
background-color css
<style>
a { background-color: #8F2D5E; }
a { background-color: rgb(143,45,94); }
div.DivClassName
{
background-color: #8F2D5E;
}
.BgClassName
{
background-color: #8F2D5E;
}
</style>
border-color css
<style>
span { border-color: #8F2D5E; }
span { border-color: rgb(143,45,94); }
td.TdClassName
{
border-color: #8F2D5E;
}
.TagClassName
{
border-color: #8F2D5E;
}
</style>