Shades of Spicy Pink #FF2DB2
Tints of Spicy Pink #FF2DB2
RGB
CMYK
RGB Variations
Color information
#FF2DB2 (or 0xFF2DB2) is known color: Spicy Pink. HEX triplet: FF, 2D and B2. RGB value is (255,45,178). Sum of RGB (Red+Green+Blue) = 255+45+178=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2DB2 is #00D24D. Grayscale: #7A7A7A. Windows color (decimal): -53838 or 11677183. OLE color: 11677183.
HSL color Cylindrical-coordinate representation of color #FF2DB2: hue angle of 322º 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 #FF2DB2 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 178 | - |
| CMYK | 0 | 0.82 | 0.30 | 0 |
| HSL | 322º | 1% | 0.59% | - |
| HSV(B) | 322º | 0.82% | 1% | - |
| XYZ | 50.21 | 26.35 | 44.56 | - |
| YUV | 122.95 | 159.07 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 178 | 0 | 0.82 | 0.30 | 0 | 322 | 1 | 0.59 |
| Hex | FF | 2D | B2 | 0 | 52 | 1E | 0 | 142 | 64 | 3B |
| Octal | 377 | 55 | 262 | 0 | 122 | 36 | 0 | 502 | 144 | 73 |
| Binary | 11111111 | 101101 | 10110010 | 0 | 1010010 | 11110 | 0 | 101000010 | 1100100 | 111011 |
Color Harmonies of #FF2DB2
Complementary color
Monochromatic Colors of #FF2DB2
Black with #FF2DB2
Text Example
Text Example
White with #FF2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DB2; }
p { color: rgb(255,45,178); }
H1.HeaderClassName
{
color: #FF2DB2;
}
.AnyTagClassName
{
color: #FF2DB2;
}
</style>
background-color css
<style>
a { background-color: #FF2DB2; }
a { background-color: rgb(255,45,178); }
div.DivClassName
{
background-color: #FF2DB2;
}
.BgClassName
{
background-color: #FF2DB2;
}
</style>
border-color css
<style>
span { border-color: #FF2DB2; }
span { border-color: rgb(255,45,178); }
td.TdClassName
{
border-color: #FF2DB2;
}
.TagClassName
{
border-color: #FF2DB2;
}
</style>