Shades of Deep Pink #FF2078
Tints of Deep Pink #FF2078
RGB
CMYK
RGB Variations
Color information
#FF2078 (or 0xFF2078) is known color: Deep Pink. HEX triplet: FF, 20 and 78. RGB value is (255,32,120). Sum of RGB (Red+Green+Blue) = 255+32+120=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2078 is #00DF87. Grayscale: #6C6C6C. Windows color (decimal): -57224 or 7872767. OLE color: 7872767.
HSL color Cylindrical-coordinate representation of color #FF2078: hue angle of 336.32º 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 #FF2078 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 120 | - |
| CMYK | 0 | 0.87 | 0.53 | 0 |
| HSL | 336.32º | 1% | 0.56% | - |
| HSV(B) | 336.32º | 0.87% | 1% | - |
| XYZ | 45.15 | 23.65 | 19.95 | - |
| YUV | 108.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 120 | 0 | 0.87 | 0.53 | 0 | 336.32 | 1 | 0.56 |
| Hex | FF | 20 | 78 | 0 | 57 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 40 | 170 | 0 | 127 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 100000 | 1111000 | 0 | 1010111 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF2078
Complementary color
Monochromatic Colors of #FF2078
Black with #FF2078
Text Example
Text Example
White with #FF2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2078; }
p { color: rgb(255,32,120); }
H1.HeaderClassName
{
color: #FF2078;
}
.AnyTagClassName
{
color: #FF2078;
}
</style>
background-color css
<style>
a { background-color: #FF2078; }
a { background-color: rgb(255,32,120); }
div.DivClassName
{
background-color: #FF2078;
}
.BgClassName
{
background-color: #FF2078;
}
</style>
border-color css
<style>
span { border-color: #FF2078; }
span { border-color: rgb(255,32,120); }
td.TdClassName
{
border-color: #FF2078;
}
.TagClassName
{
border-color: #FF2078;
}
</style>