Shades of Deep Pink #FF2382
Tints of Deep Pink #FF2382
RGB
CMYK
RGB Variations
Color information
#FF2382 (or 0xFF2382) is known color: Deep Pink. HEX triplet: FF, 23 and 82. RGB value is (255,35,130). Sum of RGB (Red+Green+Blue) = 255+35+130=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2382 is #00DC7D. Grayscale: #6F6F6F. Windows color (decimal): -56446 or 8528895. OLE color: 8528895.
HSL color Cylindrical-coordinate representation of color #FF2382: hue angle of 334.09º 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 #FF2382 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 130 | - |
| CMYK | 0 | 0.86 | 0.49 | 0 |
| HSL | 334.09º | 1% | 0.57% | - |
| HSV(B) | 334.09º | 0.86% | 1% | - |
| XYZ | 45.87 | 24.07 | 23.35 | - |
| YUV | 111.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 130 | 0 | 0.86 | 0.49 | 0 | 334.09 | 1 | 0.57 |
| Hex | FF | 23 | 82 | 0 | 56 | 31 | 0 | 14E | 64 | 39 |
| Octal | 377 | 43 | 202 | 0 | 126 | 61 | 0 | 516 | 144 | 71 |
| Binary | 11111111 | 100011 | 10000010 | 0 | 1010110 | 110001 | 0 | 101001110 | 1100100 | 111001 |
Color Harmonies of #FF2382
Complementary color
Monochromatic Colors of #FF2382
Black with #FF2382
Text Example
Text Example
White with #FF2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2382; }
p { color: rgb(255,35,130); }
H1.HeaderClassName
{
color: #FF2382;
}
.AnyTagClassName
{
color: #FF2382;
}
</style>
background-color css
<style>
a { background-color: #FF2382; }
a { background-color: rgb(255,35,130); }
div.DivClassName
{
background-color: #FF2382;
}
.BgClassName
{
background-color: #FF2382;
}
</style>
border-color css
<style>
span { border-color: #FF2382; }
span { border-color: rgb(255,35,130); }
td.TdClassName
{
border-color: #FF2382;
}
.TagClassName
{
border-color: #FF2382;
}
</style>