Shades of Flirt #7D2D5B
Tints of Flirt #7D2D5B
RGB
CMYK
RGB Variations
Color information
#7D2D5B (or 0x7D2D5B) is known color: Flirt. HEX triplet: 7D, 2D and 5B. RGB value is (125,45,91). Sum of RGB (Red+Green+Blue) = 125+45+91=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2D5B is #82D2A4. Grayscale: #4A4A4A. Windows color (decimal): -8573605 or 5975421. OLE color: 5975421.
HSL color Cylindrical-coordinate representation of color #7D2D5B: hue angle of 325.5º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D2D5B is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 45 | 91 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.51 |
| HSL | 325.5º | 0.47% | 0.33% | - |
| HSV(B) | 325.5º | 0.64% | 0.49% | - |
| XYZ | 11.28 | 6.99 | 10.65 | - |
| YUV | 74.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 91 | 0 | 0.64 | 0.27 | 0.51 | 325.5 | 0.47 | 0.33 |
| Hex | 7D | 2D | 5B | 0 | 40 | 1B | 33 | 146 | 2F | 21 |
| Octal | 175 | 55 | 133 | 0 | 100 | 33 | 63 | 506 | 57 | 41 |
| Binary | 1111101 | 101101 | 1011011 | 0 | 1000000 | 11011 | 110011 | 101000110 | 101111 | 100001 |
Color Harmonies of #7D2D5B
Complementary color
Monochromatic Colors of #7D2D5B
Black with #7D2D5B
Text Example
Text Example
White with #7D2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2D5B; }
p { color: rgb(125,45,91); }
H1.HeaderClassName
{
color: #7D2D5B;
}
.AnyTagClassName
{
color: #7D2D5B;
}
</style>
background-color css
<style>
a { background-color: #7D2D5B; }
a { background-color: rgb(125,45,91); }
div.DivClassName
{
background-color: #7D2D5B;
}
.BgClassName
{
background-color: #7D2D5B;
}
</style>
border-color css
<style>
span { border-color: #7D2D5B; }
span { border-color: rgb(125,45,91); }
td.TdClassName
{
border-color: #7D2D5B;
}
.TagClassName
{
border-color: #7D2D5B;
}
</style>