Shades of Deep Pink #FF2289
Tints of Deep Pink #FF2289
RGB
CMYK
RGB Variations
Color information
#FF2289 (or 0xFF2289) is known color: Deep Pink. HEX triplet: FF, 22 and 89. RGB value is (255,34,137). Sum of RGB (Red+Green+Blue) = 255+34+137=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2289 is #00DD76. Grayscale: #6F6F6F. Windows color (decimal): -56695 or 8987391. OLE color: 8987391.
HSL color Cylindrical-coordinate representation of color #FF2289: hue angle of 332.04º 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 #FF2289 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 137 | - |
| CMYK | 0 | 0.87 | 0.46 | 0 |
| HSL | 332.04º | 1% | 0.57% | - |
| HSV(B) | 332.04º | 0.87% | 1% | - |
| XYZ | 46.33 | 24.21 | 25.9 | - |
| YUV | 111.82 | 142.22 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 137 | 0 | 0.87 | 0.46 | 0 | 332.04 | 1 | 0.57 |
| Hex | FF | 22 | 89 | 0 | 57 | 2E | 0 | 14C | 64 | 39 |
| Octal | 377 | 42 | 211 | 0 | 127 | 56 | 0 | 514 | 144 | 71 |
| Binary | 11111111 | 100010 | 10001001 | 0 | 1010111 | 101110 | 0 | 101001100 | 1100100 | 111001 |
Color Harmonies of #FF2289
Complementary color
Monochromatic Colors of #FF2289
Black with #FF2289
Text Example
Text Example
White with #FF2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2289; }
p { color: rgb(255,34,137); }
H1.HeaderClassName
{
color: #FF2289;
}
.AnyTagClassName
{
color: #FF2289;
}
</style>
background-color css
<style>
a { background-color: #FF2289; }
a { background-color: rgb(255,34,137); }
div.DivClassName
{
background-color: #FF2289;
}
.BgClassName
{
background-color: #FF2289;
}
</style>
border-color css
<style>
span { border-color: #FF2289; }
span { border-color: rgb(255,34,137); }
td.TdClassName
{
border-color: #FF2289;
}
.TagClassName
{
border-color: #FF2289;
}
</style>