Shades of Deep Pink #FF2187
Tints of Deep Pink #FF2187
RGB
CMYK
RGB Variations
Color information
#FF2187 (or 0xFF2187) is known color: Deep Pink. HEX triplet: FF, 21 and 87. RGB value is (255,33,135). Sum of RGB (Red+Green+Blue) = 255+33+135=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2187 is #00DE78. Grayscale: #6E6E6E. Windows color (decimal): -56953 or 8856063. OLE color: 8856063.
HSL color Cylindrical-coordinate representation of color #FF2187: hue angle of 332.43º 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 #FF2187 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 135 | - |
| CMYK | 0 | 0.87 | 0.47 | 0 |
| HSL | 332.43º | 1% | 0.56% | - |
| HSV(B) | 332.43º | 0.87% | 1% | - |
| XYZ | 46.16 | 24.1 | 25.14 | - |
| YUV | 111.01 | 141.55 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 135 | 0 | 0.87 | 0.47 | 0 | 332.43 | 1 | 0.56 |
| Hex | FF | 21 | 87 | 0 | 57 | 2F | 0 | 14C | 64 | 38 |
| Octal | 377 | 41 | 207 | 0 | 127 | 57 | 0 | 514 | 144 | 70 |
| Binary | 11111111 | 100001 | 10000111 | 0 | 1010111 | 101111 | 0 | 101001100 | 1100100 | 111000 |
Color Harmonies of #FF2187
Complementary color
Monochromatic Colors of #FF2187
Black with #FF2187
Text Example
Text Example
White with #FF2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2187; }
p { color: rgb(255,33,135); }
H1.HeaderClassName
{
color: #FF2187;
}
.AnyTagClassName
{
color: #FF2187;
}
</style>
background-color css
<style>
a { background-color: #FF2187; }
a { background-color: rgb(255,33,135); }
div.DivClassName
{
background-color: #FF2187;
}
.BgClassName
{
background-color: #FF2187;
}
</style>
border-color css
<style>
span { border-color: #FF2187; }
span { border-color: rgb(255,33,135); }
td.TdClassName
{
border-color: #FF2187;
}
.TagClassName
{
border-color: #FF2187;
}
</style>