Shades of Spicy Pink #FF2DB7
Tints of Spicy Pink #FF2DB7
RGB
CMYK
RGB Variations
Color information
#FF2DB7 (or 0xFF2DB7) is known color: Spicy Pink. HEX triplet: FF, 2D and B7. RGB value is (255,45,183). Sum of RGB (Red+Green+Blue) = 255+45+183=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DB7 is #00D248. Grayscale: #7B7B7B. Windows color (decimal): -53833 or 12004863. OLE color: 12004863.
HSL color Cylindrical-coordinate representation of color #FF2DB7: hue angle of 320.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2DB7 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 183 | - |
| CMYK | 0 | 0.82 | 0.28 | 0 |
| HSL | 320.57º | 1% | 0.59% | - |
| HSV(B) | 320.57º | 0.82% | 1% | - |
| XYZ | 50.73 | 26.56 | 47.25 | - |
| YUV | 123.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 183 | 0 | 0.82 | 0.28 | 0 | 320.57 | 1 | 0.59 |
| Hex | FF | 2D | B7 | 0 | 52 | 1C | 0 | 141 | 64 | 3B |
| Octal | 377 | 55 | 267 | 0 | 122 | 34 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 101101 | 10110111 | 0 | 1010010 | 11100 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF2DB7
Complementary color
Monochromatic Colors of #FF2DB7
Black with #FF2DB7
Text Example
Text Example
White with #FF2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DB7; }
p { color: rgb(255,45,183); }
H1.HeaderClassName
{
color: #FF2DB7;
}
.AnyTagClassName
{
color: #FF2DB7;
}
</style>
background-color css
<style>
a { background-color: #FF2DB7; }
a { background-color: rgb(255,45,183); }
div.DivClassName
{
background-color: #FF2DB7;
}
.BgClassName
{
background-color: #FF2DB7;
}
</style>
border-color css
<style>
span { border-color: #FF2DB7; }
span { border-color: rgb(255,45,183); }
td.TdClassName
{
border-color: #FF2DB7;
}
.TagClassName
{
border-color: #FF2DB7;
}
</style>