Shades of Deep Pink #FF227D
Tints of Deep Pink #FF227D
RGB
CMYK
RGB Variations
Color information
#FF227D (or 0xFF227D) is known color: Deep Pink. HEX triplet: FF, 22 and 7D. RGB value is (255,34,125). Sum of RGB (Red+Green+Blue) = 255+34+125=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF227D is #00DD82. Grayscale: #6E6E6E. Windows color (decimal): -56707 or 8200959. OLE color: 8200959.
HSL color Cylindrical-coordinate representation of color #FF227D: hue angle of 335.29º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF227D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 125 | - |
| CMYK | 0 | 0.87 | 0.51 | 0 |
| HSL | 335.29º | 1% | 0.57% | - |
| HSV(B) | 335.29º | 0.87% | 1% | - |
| XYZ | 45.51 | 23.88 | 21.61 | - |
| YUV | 110.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 125 | 0 | 0.87 | 0.51 | 0 | 335.29 | 1 | 0.57 |
| Hex | FF | 22 | 7D | 0 | 57 | 33 | 0 | 14F | 64 | 39 |
| Octal | 377 | 42 | 175 | 0 | 127 | 63 | 0 | 517 | 144 | 71 |
| Binary | 11111111 | 100010 | 1111101 | 0 | 1010111 | 110011 | 0 | 101001111 | 1100100 | 111001 |
Color Harmonies of #FF227D
Complementary color
Monochromatic Colors of #FF227D
Black with #FF227D
Text Example
Text Example
White with #FF227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF227D; }
p { color: rgb(255,34,125); }
H1.HeaderClassName
{
color: #FF227D;
}
.AnyTagClassName
{
color: #FF227D;
}
</style>
background-color css
<style>
a { background-color: #FF227D; }
a { background-color: rgb(255,34,125); }
div.DivClassName
{
background-color: #FF227D;
}
.BgClassName
{
background-color: #FF227D;
}
</style>
border-color css
<style>
span { border-color: #FF227D; }
span { border-color: rgb(255,34,125); }
td.TdClassName
{
border-color: #FF227D;
}
.TagClassName
{
border-color: #FF227D;
}
</style>