Shades of Deep Pink #FF2182
Tints of Deep Pink #FF2182
RGB
CMYK
RGB Variations
Color information
#FF2182 (or 0xFF2182) is known color: Deep Pink. HEX triplet: FF, 21 and 82. RGB value is (255,33,130). Sum of RGB (Red+Green+Blue) = 255+33+130=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2182 is #00DE7D. Grayscale: #6E6E6E. Windows color (decimal): -56958 or 8528383. OLE color: 8528383.
HSL color Cylindrical-coordinate representation of color #FF2182: hue angle of 333.78º 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 #FF2182 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 130 | - |
| CMYK | 0 | 0.87 | 0.49 | 0 |
| HSL | 333.78º | 1% | 0.56% | - |
| HSV(B) | 333.78º | 0.87% | 1% | - |
| XYZ | 45.81 | 23.96 | 23.33 | - |
| YUV | 110.44 | 139.05 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 130 | 0 | 0.87 | 0.49 | 0 | 333.78 | 1 | 0.56 |
| Hex | FF | 21 | 82 | 0 | 57 | 31 | 0 | 14E | 64 | 38 |
| Octal | 377 | 41 | 202 | 0 | 127 | 61 | 0 | 516 | 144 | 70 |
| Binary | 11111111 | 100001 | 10000010 | 0 | 1010111 | 110001 | 0 | 101001110 | 1100100 | 111000 |
Color Harmonies of #FF2182
Complementary color
Monochromatic Colors of #FF2182
Black with #FF2182
Text Example
Text Example
White with #FF2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2182; }
p { color: rgb(255,33,130); }
H1.HeaderClassName
{
color: #FF2182;
}
.AnyTagClassName
{
color: #FF2182;
}
</style>
background-color css
<style>
a { background-color: #FF2182; }
a { background-color: rgb(255,33,130); }
div.DivClassName
{
background-color: #FF2182;
}
.BgClassName
{
background-color: #FF2182;
}
</style>
border-color css
<style>
span { border-color: #FF2182; }
span { border-color: rgb(255,33,130); }
td.TdClassName
{
border-color: #FF2182;
}
.TagClassName
{
border-color: #FF2182;
}
</style>