Shades of Deep Pink #FF2179
Tints of Deep Pink #FF2179
RGB
CMYK
RGB Variations
Color information
#FF2179 (or 0xFF2179) is known color: Deep Pink. HEX triplet: FF, 21 and 79. RGB value is (255,33,121). Sum of RGB (Red+Green+Blue) = 255+33+121=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2179 is #00DE86. Grayscale: #6D6D6D. Windows color (decimal): -56967 or 7938559. OLE color: 7938559.
HSL color Cylindrical-coordinate representation of color #FF2179: hue angle of 336.22º 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 #FF2179 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 121 | - |
| CMYK | 0 | 0.87 | 0.53 | 0 |
| HSL | 336.22º | 1% | 0.56% | - |
| HSV(B) | 336.22º | 0.87% | 1% | - |
| XYZ | 45.24 | 23.73 | 20.29 | - |
| YUV | 109.41 | 134.55 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 121 | 0 | 0.87 | 0.53 | 0 | 336.22 | 1 | 0.56 |
| Hex | FF | 21 | 79 | 0 | 57 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 41 | 171 | 0 | 127 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 100001 | 1111001 | 0 | 1010111 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF2179
Complementary color
Monochromatic Colors of #FF2179
Black with #FF2179
Text Example
Text Example
White with #FF2179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2179; }
p { color: rgb(255,33,121); }
H1.HeaderClassName
{
color: #FF2179;
}
.AnyTagClassName
{
color: #FF2179;
}
</style>
background-color css
<style>
a { background-color: #FF2179; }
a { background-color: rgb(255,33,121); }
div.DivClassName
{
background-color: #FF2179;
}
.BgClassName
{
background-color: #FF2179;
}
</style>
border-color css
<style>
span { border-color: #FF2179; }
span { border-color: rgb(255,33,121); }
td.TdClassName
{
border-color: #FF2179;
}
.TagClassName
{
border-color: #FF2179;
}
</style>