Shades of Rose Bud Cherry #7F215D
Tints of Rose Bud Cherry #7F215D
RGB
CMYK
RGB Variations
Color information
#7F215D (or 0x7F215D) is known color: Rose Bud Cherry. HEX triplet: 7F, 21 and 5D. RGB value is (127,33,93). Sum of RGB (Red+Green+Blue) = 127+33+93=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F215D is #80DEA2. Grayscale: #434343. Windows color (decimal): -8445603 or 6103423. OLE color: 6103423.
HSL color Cylindrical-coordinate representation of color #7F215D: hue angle of 321.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F215D is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 93 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.50 |
| HSL | 321.7º | 0.59% | 0.31% | - |
| HSV(B) | 321.7º | 0.74% | 0.5% | - |
| XYZ | 11.27 | 6.39 | 11 | - |
| YUV | 67.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 93 | 0 | 0.74 | 0.27 | 0.50 | 321.7 | 0.59 | 0.31 |
| Hex | 7F | 21 | 5D | 0 | 4A | 1B | 32 | 142 | 3B | 1F |
| Octal | 177 | 41 | 135 | 0 | 112 | 33 | 62 | 502 | 73 | 37 |
| Binary | 1111111 | 100001 | 1011101 | 0 | 1001010 | 11011 | 110010 | 101000010 | 111011 | 11111 |
Color Harmonies of #7F215D
Complementary color
Monochromatic Colors of #7F215D
Black with #7F215D
Text Example
Text Example
White with #7F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F215D; }
p { color: rgb(127,33,93); }
H1.HeaderClassName
{
color: #7F215D;
}
.AnyTagClassName
{
color: #7F215D;
}
</style>
background-color css
<style>
a { background-color: #7F215D; }
a { background-color: rgb(127,33,93); }
div.DivClassName
{
background-color: #7F215D;
}
.BgClassName
{
background-color: #7F215D;
}
</style>
border-color css
<style>
span { border-color: #7F215D; }
span { border-color: rgb(127,33,93); }
td.TdClassName
{
border-color: #7F215D;
}
.TagClassName
{
border-color: #7F215D;
}
</style>