Shades of Rose Bud Cherry #8F205D
Tints of Rose Bud Cherry #8F205D
RGB
CMYK
RGB Variations
Color information
#8F205D (or 0x8F205D) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 5D. RGB value is (143,32,93). Sum of RGB (Red+Green+Blue) = 143+32+93=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F205D is #70DFA2. Grayscale: #484848. Windows color (decimal): -7397283 or 6103183. OLE color: 6103183.
HSL color Cylindrical-coordinate representation of color #8F205D: hue angle of 327.03º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F205D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 93 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.44 |
| HSL | 327.03º | 0.63% | 0.34% | - |
| HSV(B) | 327.03º | 0.78% | 0.56% | - |
| XYZ | 13.82 | 7.66 | 11.11 | - |
| YUV | 72.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 93 | 0 | 0.78 | 0.35 | 0.44 | 327.03 | 0.63 | 0.34 |
| Hex | 8F | 20 | 5D | 0 | 4E | 23 | 2C | 147 | 3F | 22 |
| Octal | 217 | 40 | 135 | 0 | 116 | 43 | 54 | 507 | 77 | 42 |
| Binary | 10001111 | 100000 | 1011101 | 0 | 1001110 | 100011 | 101100 | 101000111 | 111111 | 100010 |
Color Harmonies of #8F205D
Complementary color
Monochromatic Colors of #8F205D
Black with #8F205D
Text Example
Text Example
White with #8F205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F205D; }
p { color: rgb(143,32,93); }
H1.HeaderClassName
{
color: #8F205D;
}
.AnyTagClassName
{
color: #8F205D;
}
</style>
background-color css
<style>
a { background-color: #8F205D; }
a { background-color: rgb(143,32,93); }
div.DivClassName
{
background-color: #8F205D;
}
.BgClassName
{
background-color: #8F205D;
}
</style>
border-color css
<style>
span { border-color: #8F205D; }
span { border-color: rgb(143,32,93); }
td.TdClassName
{
border-color: #8F205D;
}
.TagClassName
{
border-color: #8F205D;
}
</style>