Shades of Spicy Pink #DF1BAA
Tints of Spicy Pink #DF1BAA
RGB
CMYK
RGB Variations
Color information
#DF1BAA (or 0xDF1BAA) is known color: Spicy Pink. HEX triplet: DF, 1B and AA. RGB value is (223,27,170). Sum of RGB (Red+Green+Blue) = 223+27+170=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1BAA is #20E455. Grayscale: #656565. Windows color (decimal): -2155606 or 11148255. OLE color: 11148255.
HSL color Cylindrical-coordinate representation of color #DF1BAA: hue angle of 316.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1BAA is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 170 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.13 |
| HSL | 316.22º | 0.78% | 0.49% | - |
| HSV(B) | 316.22º | 0.88% | 0.87% | - |
| XYZ | 38.08 | 19.37 | 39.76 | - |
| YUV | 101.91 | 166.43 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 170 | 0 | 0.88 | 0.24 | 0.13 | 316.22 | 0.78 | 0.49 |
| Hex | DF | 1B | AA | 0 | 58 | 18 | D | 13C | 4E | 31 |
| Octal | 337 | 33 | 252 | 0 | 130 | 30 | 15 | 474 | 116 | 61 |
| Binary | 11011111 | 11011 | 10101010 | 0 | 1011000 | 11000 | 1101 | 100111100 | 1001110 | 110001 |
Color Harmonies of #DF1BAA
Complementary color
Monochromatic Colors of #DF1BAA
Black with #DF1BAA
Text Example
Text Example
White with #DF1BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BAA; }
p { color: rgb(223,27,170); }
H1.HeaderClassName
{
color: #DF1BAA;
}
.AnyTagClassName
{
color: #DF1BAA;
}
</style>
background-color css
<style>
a { background-color: #DF1BAA; }
a { background-color: rgb(223,27,170); }
div.DivClassName
{
background-color: #DF1BAA;
}
.BgClassName
{
background-color: #DF1BAA;
}
</style>
border-color css
<style>
span { border-color: #DF1BAA; }
span { border-color: rgb(223,27,170); }
td.TdClassName
{
border-color: #DF1BAA;
}
.TagClassName
{
border-color: #DF1BAA;
}
</style>