Shades of Deep Pink #FD277D
Tints of Deep Pink #FD277D
RGB
CMYK
RGB Variations
Color information
#FD277D (or 0xFD277D) is known color: Deep Pink. HEX triplet: FD, 27 and 7D. RGB value is (253,39,125). Sum of RGB (Red+Green+Blue) = 253+39+125=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD277D is #02D882. Grayscale: #707070. Windows color (decimal): -186499 or 8202237. OLE color: 8202237.
HSL color Cylindrical-coordinate representation of color #FD277D: hue angle of 335.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD277D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 125 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.01 |
| HSL | 335.89º | 0.98% | 0.57% | - |
| HSV(B) | 335.89º | 0.85% | 0.99% | - |
| XYZ | 44.94 | 23.81 | 21.63 | - |
| YUV | 112.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 125 | 0 | 0.85 | 0.51 | 0.01 | 335.89 | 0.98 | 0.57 |
| Hex | FD | 27 | 7D | 0 | 55 | 33 | 1 | 150 | 62 | 39 |
| Octal | 375 | 47 | 175 | 0 | 125 | 63 | 1 | 520 | 142 | 71 |
| Binary | 11111101 | 100111 | 1111101 | 0 | 1010101 | 110011 | 1 | 101010000 | 1100010 | 111001 |
Color Harmonies of #FD277D
Complementary color
Monochromatic Colors of #FD277D
Black with #FD277D
Text Example
Text Example
White with #FD277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD277D; }
p { color: rgb(253,39,125); }
H1.HeaderClassName
{
color: #FD277D;
}
.AnyTagClassName
{
color: #FD277D;
}
</style>
background-color css
<style>
a { background-color: #FD277D; }
a { background-color: rgb(253,39,125); }
div.DivClassName
{
background-color: #FD277D;
}
.BgClassName
{
background-color: #FD277D;
}
</style>
border-color css
<style>
span { border-color: #FD277D; }
span { border-color: rgb(253,39,125); }
td.TdClassName
{
border-color: #FD277D;
}
.TagClassName
{
border-color: #FD277D;
}
</style>