Shades of Deep Pink #FD2077
Tints of Deep Pink #FD2077
RGB
CMYK
RGB Variations
Color information
#FD2077 (or 0xFD2077) is known color: Deep Pink. HEX triplet: FD, 20 and 77. RGB value is (253,32,119). Sum of RGB (Red+Green+Blue) = 253+32+119=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2077 is #02DF88. Grayscale: #6B6B6B. Windows color (decimal): -188297 or 7807229. OLE color: 7807229.
HSL color Cylindrical-coordinate representation of color #FD2077: hue angle of 336.38º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2077 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.01 |
| HSL | 336.38º | 0.98% | 0.56% | - |
| HSV(B) | 336.38º | 0.87% | 0.99% | - |
| XYZ | 44.35 | 23.25 | 19.6 | - |
| YUV | 108 | 134.22 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 119 | 0 | 0.87 | 0.53 | 0.01 | 336.38 | 0.98 | 0.56 |
| Hex | FD | 20 | 77 | 0 | 57 | 35 | 1 | 150 | 62 | 38 |
| Octal | 375 | 40 | 167 | 0 | 127 | 65 | 1 | 520 | 142 | 70 |
| Binary | 11111101 | 100000 | 1110111 | 0 | 1010111 | 110101 | 1 | 101010000 | 1100010 | 111000 |
Color Harmonies of #FD2077
Complementary color
Monochromatic Colors of #FD2077
Black with #FD2077
Text Example
Text Example
White with #FD2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2077; }
p { color: rgb(253,32,119); }
H1.HeaderClassName
{
color: #FD2077;
}
.AnyTagClassName
{
color: #FD2077;
}
</style>
background-color css
<style>
a { background-color: #FD2077; }
a { background-color: rgb(253,32,119); }
div.DivClassName
{
background-color: #FD2077;
}
.BgClassName
{
background-color: #FD2077;
}
</style>
border-color css
<style>
span { border-color: #FD2077; }
span { border-color: rgb(253,32,119); }
td.TdClassName
{
border-color: #FD2077;
}
.TagClassName
{
border-color: #FD2077;
}
</style>