Shades of Deep Pink #FD1D77
Tints of Deep Pink #FD1D77
RGB
CMYK
RGB Variations
Color information
#FD1D77 (or 0xFD1D77) is known color: Deep Pink. HEX triplet: FD, 1D and 77. RGB value is (253,29,119). Sum of RGB (Red+Green+Blue) = 253+29+119=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D77 is #02E288. Grayscale: #6A6A6A. Windows color (decimal): -189065 or 7806461. OLE color: 7806461.
HSL color Cylindrical-coordinate representation of color #FD1D77: hue angle of 335.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D77 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 119 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.01 |
| HSL | 335.89º | 0.98% | 0.55% | - |
| HSV(B) | 335.89º | 0.89% | 0.99% | - |
| XYZ | 44.28 | 23.09 | 19.58 | - |
| YUV | 106.24 | 135.21 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 119 | 0 | 0.89 | 0.53 | 0.01 | 335.89 | 0.98 | 0.55 |
| Hex | FD | 1D | 77 | 0 | 59 | 35 | 1 | 150 | 62 | 37 |
| Octal | 375 | 35 | 167 | 0 | 131 | 65 | 1 | 520 | 142 | 67 |
| Binary | 11111101 | 11101 | 1110111 | 0 | 1011001 | 110101 | 1 | 101010000 | 1100010 | 110111 |
Color Harmonies of #FD1D77
Complementary color
Monochromatic Colors of #FD1D77
Black with #FD1D77
Text Example
Text Example
White with #FD1D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D77; }
p { color: rgb(253,29,119); }
H1.HeaderClassName
{
color: #FD1D77;
}
.AnyTagClassName
{
color: #FD1D77;
}
</style>
background-color css
<style>
a { background-color: #FD1D77; }
a { background-color: rgb(253,29,119); }
div.DivClassName
{
background-color: #FD1D77;
}
.BgClassName
{
background-color: #FD1D77;
}
</style>
border-color css
<style>
span { border-color: #FD1D77; }
span { border-color: rgb(253,29,119); }
td.TdClassName
{
border-color: #FD1D77;
}
.TagClassName
{
border-color: #FD1D77;
}
</style>