Shades of Spicy Pink #DF2AB0
Tints of Spicy Pink #DF2AB0
RGB
CMYK
RGB Variations
Color information
#DF2AB0 (or 0xDF2AB0) is known color: Spicy Pink. HEX triplet: DF, 2A and B0. RGB value is (223,42,176). Sum of RGB (Red+Green+Blue) = 223+42+176=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2AB0 is #20D54F. Grayscale: #6F6F6F. Windows color (decimal): -2151760 or 11545311. OLE color: 11545311.
HSL color Cylindrical-coordinate representation of color #DF2AB0: hue angle of 315.58º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2AB0 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 176 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.13 |
| HSL | 315.58º | 0.74% | 0.52% | - |
| HSV(B) | 315.58º | 0.81% | 0.87% | - |
| XYZ | 39.1 | 20.48 | 42.97 | - |
| YUV | 111.4 | 164.47 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 176 | 0 | 0.81 | 0.21 | 0.13 | 315.58 | 0.74 | 0.52 |
| Hex | DF | 2A | B0 | 0 | 51 | 15 | D | 13C | 4A | 34 |
| Octal | 337 | 52 | 260 | 0 | 121 | 25 | 15 | 474 | 112 | 64 |
| Binary | 11011111 | 101010 | 10110000 | 0 | 1010001 | 10101 | 1101 | 100111100 | 1001010 | 110100 |
Color Harmonies of #DF2AB0
Complementary color
Monochromatic Colors of #DF2AB0
Black with #DF2AB0
Text Example
Text Example
White with #DF2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AB0; }
p { color: rgb(223,42,176); }
H1.HeaderClassName
{
color: #DF2AB0;
}
.AnyTagClassName
{
color: #DF2AB0;
}
</style>
background-color css
<style>
a { background-color: #DF2AB0; }
a { background-color: rgb(223,42,176); }
div.DivClassName
{
background-color: #DF2AB0;
}
.BgClassName
{
background-color: #DF2AB0;
}
</style>
border-color css
<style>
span { border-color: #DF2AB0; }
span { border-color: rgb(223,42,176); }
td.TdClassName
{
border-color: #DF2AB0;
}
.TagClassName
{
border-color: #DF2AB0;
}
</style>