Shades of Deep Pink #FF2079
Tints of Deep Pink #FF2079
RGB
CMYK
RGB Variations
Color information
#FF2079 (or 0xFF2079) is known color: Deep Pink. HEX triplet: FF, 20 and 79. RGB value is (255,32,121). Sum of RGB (Red+Green+Blue) = 255+32+121=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2079 is #00DF86. Grayscale: #6C6C6C. Windows color (decimal): -57223 or 7938303. OLE color: 7938303.
HSL color Cylindrical-coordinate representation of color #FF2079: hue angle of 336.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2079 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 121 | - |
| CMYK | 0 | 0.87 | 0.53 | 0 |
| HSL | 336.05º | 1% | 0.56% | - |
| HSV(B) | 336.05º | 0.87% | 1% | - |
| XYZ | 45.21 | 23.67 | 20.28 | - |
| YUV | 108.82 | 134.88 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 121 | 0 | 0.87 | 0.53 | 0 | 336.05 | 1 | 0.56 |
| Hex | FF | 20 | 79 | 0 | 57 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 40 | 171 | 0 | 127 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 100000 | 1111001 | 0 | 1010111 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF2079
Complementary color
Monochromatic Colors of #FF2079
Black with #FF2079
Text Example
Text Example
White with #FF2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2079; }
p { color: rgb(255,32,121); }
H1.HeaderClassName
{
color: #FF2079;
}
.AnyTagClassName
{
color: #FF2079;
}
</style>
background-color css
<style>
a { background-color: #FF2079; }
a { background-color: rgb(255,32,121); }
div.DivClassName
{
background-color: #FF2079;
}
.BgClassName
{
background-color: #FF2079;
}
</style>
border-color css
<style>
span { border-color: #FF2079; }
span { border-color: rgb(255,32,121); }
td.TdClassName
{
border-color: #FF2079;
}
.TagClassName
{
border-color: #FF2079;
}
</style>