Shades of Deep Pink #FD007D
Tints of Deep Pink #FD007D
RGB
CMYK
RGB Variations
Color information
#FD007D (or 0xFD007D) is known color: Deep Pink. HEX triplet: FD, 00 and 7D. RGB value is (253,0,125). Sum of RGB (Red+Green+Blue) = 253+0+125=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD007D is #02FF82. Grayscale: #595959. Windows color (decimal): -196483 or 8192253. OLE color: 8192253.
HSL color Cylindrical-coordinate representation of color #FD007D: hue angle of 330.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD007D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.51 | 0.01 |
| HSL | 330.36º | 1% | 0.5% | - |
| HSV(B) | 330.36º | 1% | 0.99% | - |
| XYZ | 44.21 | 22.36 | 21.39 | - |
| YUV | 89.9 | 147.82 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 125 | 0 | 1 | 0.51 | 0.01 | 330.36 | 1 | 0.5 |
| Hex | FD | 0 | 7D | 0 | 64 | 33 | 1 | 14A | 64 | 32 |
| Octal | 375 | 0 | 175 | 0 | 144 | 63 | 1 | 512 | 144 | 62 |
| Binary | 11111101 | 0 | 1111101 | 0 | 1100100 | 110011 | 1 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FD007D
Complementary color
Monochromatic Colors of #FD007D
Black with #FD007D
Text Example
Text Example
White with #FD007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD007D; }
p { color: rgb(253,0,125); }
H1.HeaderClassName
{
color: #FD007D;
}
.AnyTagClassName
{
color: #FD007D;
}
</style>
background-color css
<style>
a { background-color: #FD007D; }
a { background-color: rgb(253,0,125); }
div.DivClassName
{
background-color: #FD007D;
}
.BgClassName
{
background-color: #FD007D;
}
</style>
border-color css
<style>
span { border-color: #FD007D; }
span { border-color: rgb(253,0,125); }
td.TdClassName
{
border-color: #FD007D;
}
.TagClassName
{
border-color: #FD007D;
}
</style>