Shades of Deep Pink #FF2080
Tints of Deep Pink #FF2080
RGB
CMYK
RGB Variations
Color information
#FF2080 (or 0xFF2080) is known color: Deep Pink. HEX triplet: FF, 20 and 80. RGB value is (255,32,128). Sum of RGB (Red+Green+Blue) = 255+32+128=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2080 is #00DF7F. Grayscale: #6D6D6D. Windows color (decimal): -57216 or 8397055. OLE color: 8397055.
HSL color Cylindrical-coordinate representation of color #FF2080: hue angle of 334.17º 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 #FF2080 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 128 | - |
| CMYK | 0 | 0.87 | 0.50 | 0 |
| HSL | 334.17º | 1% | 0.56% | - |
| HSV(B) | 334.17º | 0.87% | 1% | - |
| XYZ | 45.65 | 23.85 | 22.62 | - |
| YUV | 109.62 | 138.38 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 128 | 0 | 0.87 | 0.50 | 0 | 334.17 | 1 | 0.56 |
| Hex | FF | 20 | 80 | 0 | 57 | 32 | 0 | 14E | 64 | 38 |
| Octal | 377 | 40 | 200 | 0 | 127 | 62 | 0 | 516 | 144 | 70 |
| Binary | 11111111 | 100000 | 10000000 | 0 | 1010111 | 110010 | 0 | 101001110 | 1100100 | 111000 |
Color Harmonies of #FF2080
Complementary color
Monochromatic Colors of #FF2080
Black with #FF2080
Text Example
Text Example
White with #FF2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2080; }
p { color: rgb(255,32,128); }
H1.HeaderClassName
{
color: #FF2080;
}
.AnyTagClassName
{
color: #FF2080;
}
</style>
background-color css
<style>
a { background-color: #FF2080; }
a { background-color: rgb(255,32,128); }
div.DivClassName
{
background-color: #FF2080;
}
.BgClassName
{
background-color: #FF2080;
}
</style>
border-color css
<style>
span { border-color: #FF2080; }
span { border-color: rgb(255,32,128); }
td.TdClassName
{
border-color: #FF2080;
}
.TagClassName
{
border-color: #FF2080;
}
</style>