Shades of Spicy Pink #DF1BA6
Tints of Spicy Pink #DF1BA6
RGB
CMYK
RGB Variations
Color information
#DF1BA6 (or 0xDF1BA6) is known color: Spicy Pink. HEX triplet: DF, 1B and A6. RGB value is (223,27,166). Sum of RGB (Red+Green+Blue) = 223+27+166=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1BA6 is #20E459. Grayscale: #656565. Windows color (decimal): -2155610 or 10886111. OLE color: 10886111.
HSL color Cylindrical-coordinate representation of color #DF1BA6: hue angle of 317.45º 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 #DF1BA6 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 166 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.13 |
| HSL | 317.45º | 0.78% | 0.49% | - |
| HSV(B) | 317.45º | 0.88% | 0.87% | - |
| XYZ | 37.71 | 19.23 | 37.8 | - |
| YUV | 101.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 166 | 0 | 0.88 | 0.26 | 0.13 | 317.45 | 0.78 | 0.49 |
| Hex | DF | 1B | A6 | 0 | 58 | 1A | D | 13D | 4E | 31 |
| Octal | 337 | 33 | 246 | 0 | 130 | 32 | 15 | 475 | 116 | 61 |
| Binary | 11011111 | 11011 | 10100110 | 0 | 1011000 | 11010 | 1101 | 100111101 | 1001110 | 110001 |
Color Harmonies of #DF1BA6
Complementary color
Monochromatic Colors of #DF1BA6
Black with #DF1BA6
Text Example
Text Example
White with #DF1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BA6; }
p { color: rgb(223,27,166); }
H1.HeaderClassName
{
color: #DF1BA6;
}
.AnyTagClassName
{
color: #DF1BA6;
}
</style>
background-color css
<style>
a { background-color: #DF1BA6; }
a { background-color: rgb(223,27,166); }
div.DivClassName
{
background-color: #DF1BA6;
}
.BgClassName
{
background-color: #DF1BA6;
}
</style>
border-color css
<style>
span { border-color: #DF1BA6; }
span { border-color: rgb(223,27,166); }
td.TdClassName
{
border-color: #DF1BA6;
}
.TagClassName
{
border-color: #DF1BA6;
}
</style>