Shades of Rose Bud Cherry #80215D
Tints of Rose Bud Cherry #80215D
RGB
CMYK
RGB Variations
Color information
#80215D (or 0x80215D) is known color: Rose Bud Cherry. HEX triplet: 80, 21 and 5D. RGB value is (128,33,93). Sum of RGB (Red+Green+Blue) = 128+33+93=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80215D is #7FDEA2. Grayscale: #444444. Windows color (decimal): -8380067 or 6103424. OLE color: 6103424.
HSL color Cylindrical-coordinate representation of color #80215D: hue angle of 322.11º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80215D is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 93 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.50 |
| HSL | 322.11º | 0.59% | 0.32% | - |
| HSV(B) | 322.11º | 0.74% | 0.5% | - |
| XYZ | 11.42 | 6.47 | 11 | - |
| YUV | 68.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 93 | 0 | 0.74 | 0.27 | 0.50 | 322.11 | 0.59 | 0.32 |
| Hex | 80 | 21 | 5D | 0 | 4A | 1B | 32 | 142 | 3B | 20 |
| Octal | 200 | 41 | 135 | 0 | 112 | 33 | 62 | 502 | 73 | 40 |
| Binary | 10000000 | 100001 | 1011101 | 0 | 1001010 | 11011 | 110010 | 101000010 | 111011 | 100000 |
Color Harmonies of #80215D
Complementary color
Monochromatic Colors of #80215D
Black with #80215D
Text Example
Text Example
White with #80215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80215D; }
p { color: rgb(128,33,93); }
H1.HeaderClassName
{
color: #80215D;
}
.AnyTagClassName
{
color: #80215D;
}
</style>
background-color css
<style>
a { background-color: #80215D; }
a { background-color: rgb(128,33,93); }
div.DivClassName
{
background-color: #80215D;
}
.BgClassName
{
background-color: #80215D;
}
</style>
border-color css
<style>
span { border-color: #80215D; }
span { border-color: rgb(128,33,93); }
td.TdClassName
{
border-color: #80215D;
}
.TagClassName
{
border-color: #80215D;
}
</style>