Shades of Deep Pink #FF2483
Tints of Deep Pink #FF2483
RGB
CMYK
RGB Variations
Color information
#FF2483 (or 0xFF2483) is known color: Deep Pink. HEX triplet: FF, 24 and 83. RGB value is (255,36,131). Sum of RGB (Red+Green+Blue) = 255+36+131=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2483 is #00DB7C. Grayscale: #707070. Windows color (decimal): -56189 or 8594687. OLE color: 8594687.
HSL color Cylindrical-coordinate representation of color #FF2483: hue angle of 333.97º 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 #FF2483 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 131 | - |
| CMYK | 0 | 0.86 | 0.49 | 0 |
| HSL | 333.97º | 1% | 0.57% | - |
| HSV(B) | 333.97º | 0.86% | 1% | - |
| XYZ | 45.97 | 24.16 | 23.71 | - |
| YUV | 112.31 | 138.55 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 131 | 0 | 0.86 | 0.49 | 0 | 333.97 | 1 | 0.57 |
| Hex | FF | 24 | 83 | 0 | 56 | 31 | 0 | 14E | 64 | 39 |
| Octal | 377 | 44 | 203 | 0 | 126 | 61 | 0 | 516 | 144 | 71 |
| Binary | 11111111 | 100100 | 10000011 | 0 | 1010110 | 110001 | 0 | 101001110 | 1100100 | 111001 |
Color Harmonies of #FF2483
Complementary color
Monochromatic Colors of #FF2483
Black with #FF2483
Text Example
Text Example
White with #FF2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2483; }
p { color: rgb(255,36,131); }
H1.HeaderClassName
{
color: #FF2483;
}
.AnyTagClassName
{
color: #FF2483;
}
</style>
background-color css
<style>
a { background-color: #FF2483; }
a { background-color: rgb(255,36,131); }
div.DivClassName
{
background-color: #FF2483;
}
.BgClassName
{
background-color: #FF2483;
}
</style>
border-color css
<style>
span { border-color: #FF2483; }
span { border-color: rgb(255,36,131); }
td.TdClassName
{
border-color: #FF2483;
}
.TagClassName
{
border-color: #FF2483;
}
</style>