Shades of Deep Pink #FF2183
Tints of Deep Pink #FF2183
RGB
CMYK
RGB Variations
Color information
#FF2183 (or 0xFF2183) is known color: Deep Pink. HEX triplet: FF, 21 and 83. RGB value is (255,33,131). Sum of RGB (Red+Green+Blue) = 255+33+131=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2183 is #00DE7C. Grayscale: #6E6E6E. Windows color (decimal): -56957 or 8593919. OLE color: 8593919.
HSL color Cylindrical-coordinate representation of color #FF2183: hue angle of 333.51º 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 #FF2183 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 131 | - |
| CMYK | 0 | 0.87 | 0.49 | 0 |
| HSL | 333.51º | 1% | 0.56% | - |
| HSV(B) | 333.51º | 0.87% | 1% | - |
| XYZ | 45.88 | 23.99 | 23.68 | - |
| YUV | 110.55 | 139.55 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 131 | 0 | 0.87 | 0.49 | 0 | 333.51 | 1 | 0.56 |
| Hex | FF | 21 | 83 | 0 | 57 | 31 | 0 | 14E | 64 | 38 |
| Octal | 377 | 41 | 203 | 0 | 127 | 61 | 0 | 516 | 144 | 70 |
| Binary | 11111111 | 100001 | 10000011 | 0 | 1010111 | 110001 | 0 | 101001110 | 1100100 | 111000 |
Color Harmonies of #FF2183
Complementary color
Monochromatic Colors of #FF2183
Black with #FF2183
Text Example
Text Example
White with #FF2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2183; }
p { color: rgb(255,33,131); }
H1.HeaderClassName
{
color: #FF2183;
}
.AnyTagClassName
{
color: #FF2183;
}
</style>
background-color css
<style>
a { background-color: #FF2183; }
a { background-color: rgb(255,33,131); }
div.DivClassName
{
background-color: #FF2183;
}
.BgClassName
{
background-color: #FF2183;
}
</style>
border-color css
<style>
span { border-color: #FF2183; }
span { border-color: rgb(255,33,131); }
td.TdClassName
{
border-color: #FF2183;
}
.TagClassName
{
border-color: #FF2183;
}
</style>