Shades of Flirt #7D2E5A
Tints of Flirt #7D2E5A
RGB
CMYK
RGB Variations
Color information
#7D2E5A (or 0x7D2E5A) is known color: Flirt. HEX triplet: 7D, 2E and 5A. RGB value is (125,46,90). Sum of RGB (Red+Green+Blue) = 125+46+90=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2E5A is #82D1A5. Grayscale: #4A4A4A. Windows color (decimal): -8573350 or 5910141. OLE color: 5910141.
HSL color Cylindrical-coordinate representation of color #7D2E5A: hue angle of 326.58º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D2E5A is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 46 | 90 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.51 |
| HSL | 326.58º | 0.46% | 0.34% | - |
| HSV(B) | 326.58º | 0.63% | 0.49% | - |
| XYZ | 11.28 | 7.05 | 10.44 | - |
| YUV | 74.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 90 | 0 | 0.63 | 0.28 | 0.51 | 326.58 | 0.46 | 0.34 |
| Hex | 7D | 2E | 5A | 0 | 3F | 1C | 33 | 147 | 2E | 22 |
| Octal | 175 | 56 | 132 | 0 | 77 | 34 | 63 | 507 | 56 | 42 |
| Binary | 1111101 | 101110 | 1011010 | 0 | 111111 | 11100 | 110011 | 101000111 | 101110 | 100010 |
Color Harmonies of #7D2E5A
Complementary color
Monochromatic Colors of #7D2E5A
Black with #7D2E5A
Text Example
Text Example
White with #7D2E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2E5A; }
p { color: rgb(125,46,90); }
H1.HeaderClassName
{
color: #7D2E5A;
}
.AnyTagClassName
{
color: #7D2E5A;
}
</style>
background-color css
<style>
a { background-color: #7D2E5A; }
a { background-color: rgb(125,46,90); }
div.DivClassName
{
background-color: #7D2E5A;
}
.BgClassName
{
background-color: #7D2E5A;
}
</style>
border-color css
<style>
span { border-color: #7D2E5A; }
span { border-color: rgb(125,46,90); }
td.TdClassName
{
border-color: #7D2E5A;
}
.TagClassName
{
border-color: #7D2E5A;
}
</style>