Shades of Deep Pink #FD0D84
Tints of Deep Pink #FD0D84
RGB
CMYK
RGB Variations
Color information
#FD0D84 (or 0xFD0D84) is known color: Deep Pink. HEX triplet: FD, 0D and 84. RGB value is (253,13,132). Sum of RGB (Red+Green+Blue) = 253+13+132=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0D84 is #02F27B. Grayscale: #626262. Windows color (decimal): -193148 or 8654333. OLE color: 8654333.
HSL color Cylindrical-coordinate representation of color #FD0D84: hue angle of 330.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D84 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 132 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.01 |
| HSL | 330.25º | 0.98% | 0.52% | - |
| HSV(B) | 330.25º | 0.95% | 0.99% | - |
| XYZ | 44.82 | 22.84 | 23.88 | - |
| YUV | 98.33 | 147.01 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 132 | 0 | 0.95 | 0.48 | 0.01 | 330.25 | 0.98 | 0.52 |
| Hex | FD | D | 84 | 0 | 5F | 30 | 1 | 14A | 62 | 34 |
| Octal | 375 | 15 | 204 | 0 | 137 | 60 | 1 | 512 | 142 | 64 |
| Binary | 11111101 | 1101 | 10000100 | 0 | 1011111 | 110000 | 1 | 101001010 | 1100010 | 110100 |
Color Harmonies of #FD0D84
Complementary color
Monochromatic Colors of #FD0D84
Black with #FD0D84
Text Example
Text Example
White with #FD0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D84; }
p { color: rgb(253,13,132); }
H1.HeaderClassName
{
color: #FD0D84;
}
.AnyTagClassName
{
color: #FD0D84;
}
</style>
background-color css
<style>
a { background-color: #FD0D84; }
a { background-color: rgb(253,13,132); }
div.DivClassName
{
background-color: #FD0D84;
}
.BgClassName
{
background-color: #FD0D84;
}
</style>
border-color css
<style>
span { border-color: #FD0D84; }
span { border-color: rgb(253,13,132); }
td.TdClassName
{
border-color: #FD0D84;
}
.TagClassName
{
border-color: #FD0D84;
}
</style>