Shades of Spicy Pink #DF1AAC
Tints of Spicy Pink #DF1AAC
RGB
CMYK
RGB Variations
Color information
#DF1AAC (or 0xDF1AAC) is known color: Spicy Pink. HEX triplet: DF, 1A and AC. RGB value is (223,26,172). Sum of RGB (Red+Green+Blue) = 223+26+172=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1AAC is #20E553. Grayscale: #656565. Windows color (decimal): -2155860 or 11279071. OLE color: 11279071.
HSL color Cylindrical-coordinate representation of color #DF1AAC: hue angle of 315.53º degrees, saturation: 0.79, 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 #DF1AAC is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 172 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.13 |
| HSL | 315.53º | 0.79% | 0.49% | - |
| HSV(B) | 315.53º | 0.88% | 0.87% | - |
| XYZ | 38.25 | 19.41 | 40.76 | - |
| YUV | 101.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 172 | 0 | 0.88 | 0.23 | 0.13 | 315.53 | 0.79 | 0.49 |
| Hex | DF | 1A | AC | 0 | 58 | 17 | D | 13C | 4F | 31 |
| Octal | 337 | 32 | 254 | 0 | 130 | 27 | 15 | 474 | 117 | 61 |
| Binary | 11011111 | 11010 | 10101100 | 0 | 1011000 | 10111 | 1101 | 100111100 | 1001111 | 110001 |
Color Harmonies of #DF1AAC
Complementary color
Monochromatic Colors of #DF1AAC
Black with #DF1AAC
Text Example
Text Example
White with #DF1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AAC; }
p { color: rgb(223,26,172); }
H1.HeaderClassName
{
color: #DF1AAC;
}
.AnyTagClassName
{
color: #DF1AAC;
}
</style>
background-color css
<style>
a { background-color: #DF1AAC; }
a { background-color: rgb(223,26,172); }
div.DivClassName
{
background-color: #DF1AAC;
}
.BgClassName
{
background-color: #DF1AAC;
}
</style>
border-color css
<style>
span { border-color: #DF1AAC; }
span { border-color: rgb(223,26,172); }
td.TdClassName
{
border-color: #DF1AAC;
}
.TagClassName
{
border-color: #DF1AAC;
}
</style>