Shades of Deep Pink #FF1D77
Tints of Deep Pink #FF1D77
RGB
CMYK
RGB Variations
Color information
#FF1D77 (or 0xFF1D77) is known color: Deep Pink. HEX triplet: FF, 1D and 77. RGB value is (255,29,119). Sum of RGB (Red+Green+Blue) = 255+29+119=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D77 is #00E288. Grayscale: #6A6A6A. Windows color (decimal): -57993 or 7806463. OLE color: 7806463.
HSL color Cylindrical-coordinate representation of color #FF1D77: hue angle of 336.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D77 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 119 | - |
| CMYK | 0 | 0.89 | 0.53 | 0 |
| HSL | 336.11º | 1% | 0.56% | - |
| HSV(B) | 336.11º | 0.89% | 1% | - |
| XYZ | 45.01 | 23.47 | 19.61 | - |
| YUV | 106.83 | 134.87 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 119 | 0 | 0.89 | 0.53 | 0 | 336.11 | 1 | 0.56 |
| Hex | FF | 1D | 77 | 0 | 59 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 35 | 167 | 0 | 131 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 11101 | 1110111 | 0 | 1011001 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF1D77
Complementary color
Monochromatic Colors of #FF1D77
Black with #FF1D77
Text Example
Text Example
White with #FF1D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D77; }
p { color: rgb(255,29,119); }
H1.HeaderClassName
{
color: #FF1D77;
}
.AnyTagClassName
{
color: #FF1D77;
}
</style>
background-color css
<style>
a { background-color: #FF1D77; }
a { background-color: rgb(255,29,119); }
div.DivClassName
{
background-color: #FF1D77;
}
.BgClassName
{
background-color: #FF1D77;
}
</style>
border-color css
<style>
span { border-color: #FF1D77; }
span { border-color: rgb(255,29,119); }
td.TdClassName
{
border-color: #FF1D77;
}
.TagClassName
{
border-color: #FF1D77;
}
</style>