Shades of Spicy Pink #DF26AA
Tints of Spicy Pink #DF26AA
RGB
CMYK
RGB Variations
Color information
#DF26AA (or 0xDF26AA) is known color: Spicy Pink. HEX triplet: DF, 26 and AA. RGB value is (223,38,170). Sum of RGB (Red+Green+Blue) = 223+38+170=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26AA is #20D955. Grayscale: #6C6C6C. Windows color (decimal): -2152790 or 11151071. OLE color: 11151071.
HSL color Cylindrical-coordinate representation of color #DF26AA: hue angle of 317.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF26AA is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 170 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.13 |
| HSL | 317.19º | 0.74% | 0.51% | - |
| HSV(B) | 317.19º | 0.83% | 0.87% | - |
| XYZ | 38.38 | 19.98 | 39.86 | - |
| YUV | 108.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 170 | 0 | 0.83 | 0.24 | 0.13 | 317.19 | 0.74 | 0.51 |
| Hex | DF | 26 | AA | 0 | 53 | 18 | D | 13D | 4A | 33 |
| Octal | 337 | 46 | 252 | 0 | 123 | 30 | 15 | 475 | 112 | 63 |
| Binary | 11011111 | 100110 | 10101010 | 0 | 1010011 | 11000 | 1101 | 100111101 | 1001010 | 110011 |
Color Harmonies of #DF26AA
Complementary color
Monochromatic Colors of #DF26AA
Black with #DF26AA
Text Example
Text Example
White with #DF26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26AA; }
p { color: rgb(223,38,170); }
H1.HeaderClassName
{
color: #DF26AA;
}
.AnyTagClassName
{
color: #DF26AA;
}
</style>
background-color css
<style>
a { background-color: #DF26AA; }
a { background-color: rgb(223,38,170); }
div.DivClassName
{
background-color: #DF26AA;
}
.BgClassName
{
background-color: #DF26AA;
}
</style>
border-color css
<style>
span { border-color: #DF26AA; }
span { border-color: rgb(223,38,170); }
td.TdClassName
{
border-color: #DF26AA;
}
.TagClassName
{
border-color: #DF26AA;
}
</style>