Shades of Deep Pink #FD1D8E
Tints of Deep Pink #FD1D8E
RGB
CMYK
RGB Variations
Color information
#FD1D8E (or 0xFD1D8E) is known color: Deep Pink. HEX triplet: FD, 1D and 8E. RGB value is (253,29,142). Sum of RGB (Red+Green+Blue) = 253+29+142=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1D8E is #02E271. Grayscale: #6C6C6C. Windows color (decimal): -189042 or 9313789. OLE color: 9313789.
HSL color Cylindrical-coordinate representation of color #FD1D8E: hue angle of 329.73º 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 #FD1D8E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 142 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.01 |
| HSL | 329.73º | 0.98% | 0.55% | - |
| HSV(B) | 329.73º | 0.89% | 0.99% | - |
| XYZ | 45.83 | 23.71 | 27.75 | - |
| YUV | 108.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 142 | 0 | 0.89 | 0.44 | 0.01 | 329.73 | 0.98 | 0.55 |
| Hex | FD | 1D | 8E | 0 | 59 | 2C | 1 | 14A | 62 | 37 |
| Octal | 375 | 35 | 216 | 0 | 131 | 54 | 1 | 512 | 142 | 67 |
| Binary | 11111101 | 11101 | 10001110 | 0 | 1011001 | 101100 | 1 | 101001010 | 1100010 | 110111 |
Color Harmonies of #FD1D8E
Complementary color
Monochromatic Colors of #FD1D8E
Black with #FD1D8E
Text Example
Text Example
White with #FD1D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D8E; }
p { color: rgb(253,29,142); }
H1.HeaderClassName
{
color: #FD1D8E;
}
.AnyTagClassName
{
color: #FD1D8E;
}
</style>
background-color css
<style>
a { background-color: #FD1D8E; }
a { background-color: rgb(253,29,142); }
div.DivClassName
{
background-color: #FD1D8E;
}
.BgClassName
{
background-color: #FD1D8E;
}
</style>
border-color css
<style>
span { border-color: #FD1D8E; }
span { border-color: rgb(253,29,142); }
td.TdClassName
{
border-color: #FD1D8E;
}
.TagClassName
{
border-color: #FD1D8E;
}
</style>