Shades of Deep Pink #FF2389
Tints of Deep Pink #FF2389
RGB
CMYK
RGB Variations
Color information
#FF2389 (or 0xFF2389) is known color: Deep Pink. HEX triplet: FF, 23 and 89. RGB value is (255,35,137). Sum of RGB (Red+Green+Blue) = 255+35+137=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2389 is #00DC76. Grayscale: #707070. Windows color (decimal): -56439 or 8987647. OLE color: 8987647.
HSL color Cylindrical-coordinate representation of color #FF2389: hue angle of 332.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2389 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 137 | - |
| CMYK | 0 | 0.86 | 0.46 | 0 |
| HSL | 332.18º | 1% | 0.57% | - |
| HSV(B) | 332.18º | 0.86% | 1% | - |
| XYZ | 46.36 | 24.27 | 25.91 | - |
| YUV | 112.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 137 | 0 | 0.86 | 0.46 | 0 | 332.18 | 1 | 0.57 |
| Hex | FF | 23 | 89 | 0 | 56 | 2E | 0 | 14C | 64 | 39 |
| Octal | 377 | 43 | 211 | 0 | 126 | 56 | 0 | 514 | 144 | 71 |
| Binary | 11111111 | 100011 | 10001001 | 0 | 1010110 | 101110 | 0 | 101001100 | 1100100 | 111001 |
Color Harmonies of #FF2389
Complementary color
Monochromatic Colors of #FF2389
Black with #FF2389
Text Example
Text Example
White with #FF2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2389; }
p { color: rgb(255,35,137); }
H1.HeaderClassName
{
color: #FF2389;
}
.AnyTagClassName
{
color: #FF2389;
}
</style>
background-color css
<style>
a { background-color: #FF2389; }
a { background-color: rgb(255,35,137); }
div.DivClassName
{
background-color: #FF2389;
}
.BgClassName
{
background-color: #FF2389;
}
</style>
border-color css
<style>
span { border-color: #FF2389; }
span { border-color: rgb(255,35,137); }
td.TdClassName
{
border-color: #FF2389;
}
.TagClassName
{
border-color: #FF2389;
}
</style>