Shades of Deep Pink #FD0884
Tints of Deep Pink #FD0884
RGB
CMYK
RGB Variations
Color information
#FD0884 (or 0xFD0884) is known color: Deep Pink. HEX triplet: FD, 08 and 84. RGB value is (253,8,132). Sum of RGB (Red+Green+Blue) = 253+8+132=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0884 is #02F77B. Grayscale: #5F5F5F. Windows color (decimal): -194428 or 8653053. OLE color: 8653053.
HSL color Cylindrical-coordinate representation of color #FD0884: hue angle of 329.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0884 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.01 |
| HSL | 329.63º | 0.98% | 0.51% | - |
| HSV(B) | 329.63º | 0.97% | 0.99% | - |
| XYZ | 44.76 | 22.72 | 23.86 | - |
| YUV | 95.39 | 148.67 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 132 | 0 | 0.97 | 0.48 | 0.01 | 329.63 | 0.98 | 0.51 |
| Hex | FD | 8 | 84 | 0 | 61 | 30 | 1 | 14A | 62 | 33 |
| Octal | 375 | 10 | 204 | 0 | 141 | 60 | 1 | 512 | 142 | 63 |
| Binary | 11111101 | 1000 | 10000100 | 0 | 1100001 | 110000 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FD0884
Complementary color
Monochromatic Colors of #FD0884
Black with #FD0884
Text Example
Text Example
White with #FD0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0884; }
p { color: rgb(253,8,132); }
H1.HeaderClassName
{
color: #FD0884;
}
.AnyTagClassName
{
color: #FD0884;
}
</style>
background-color css
<style>
a { background-color: #FD0884; }
a { background-color: rgb(253,8,132); }
div.DivClassName
{
background-color: #FD0884;
}
.BgClassName
{
background-color: #FD0884;
}
</style>
border-color css
<style>
span { border-color: #FD0884; }
span { border-color: rgb(253,8,132); }
td.TdClassName
{
border-color: #FD0884;
}
.TagClassName
{
border-color: #FD0884;
}
</style>