Shades of Deep Pink #FF207D
Tints of Deep Pink #FF207D
RGB
CMYK
RGB Variations
Color information
#FF207D (or 0xFF207D) is known color: Deep Pink. HEX triplet: FF, 20 and 7D. RGB value is (255,32,125). Sum of RGB (Red+Green+Blue) = 255+32+125=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF207D is #00DF82. Grayscale: #6D6D6D. Windows color (decimal): -57219 or 8200447. OLE color: 8200447.
HSL color Cylindrical-coordinate representation of color #FF207D: hue angle of 334.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF207D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 125 | - |
| CMYK | 0 | 0.87 | 0.51 | 0 |
| HSL | 334.98º | 1% | 0.56% | - |
| HSV(B) | 334.98º | 0.87% | 1% | - |
| XYZ | 45.46 | 23.77 | 21.59 | - |
| YUV | 109.28 | 136.88 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 125 | 0 | 0.87 | 0.51 | 0 | 334.98 | 1 | 0.56 |
| Hex | FF | 20 | 7D | 0 | 57 | 33 | 0 | 14F | 64 | 38 |
| Octal | 377 | 40 | 175 | 0 | 127 | 63 | 0 | 517 | 144 | 70 |
| Binary | 11111111 | 100000 | 1111101 | 0 | 1010111 | 110011 | 0 | 101001111 | 1100100 | 111000 |
Color Harmonies of #FF207D
Complementary color
Monochromatic Colors of #FF207D
Black with #FF207D
Text Example
Text Example
White with #FF207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF207D; }
p { color: rgb(255,32,125); }
H1.HeaderClassName
{
color: #FF207D;
}
.AnyTagClassName
{
color: #FF207D;
}
</style>
background-color css
<style>
a { background-color: #FF207D; }
a { background-color: rgb(255,32,125); }
div.DivClassName
{
background-color: #FF207D;
}
.BgClassName
{
background-color: #FF207D;
}
</style>
border-color css
<style>
span { border-color: #FF207D; }
span { border-color: rgb(255,32,125); }
td.TdClassName
{
border-color: #FF207D;
}
.TagClassName
{
border-color: #FF207D;
}
</style>