Shades of Spicy Pink #DF26AC
Tints of Spicy Pink #DF26AC
RGB
CMYK
RGB Variations
Color information
#DF26AC (or 0xDF26AC) is known color: Spicy Pink. HEX triplet: DF, 26 and AC. RGB value is (223,38,172). Sum of RGB (Red+Green+Blue) = 223+38+172=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26AC is #20D953. Grayscale: #6C6C6C. Windows color (decimal): -2152788 or 11282143. OLE color: 11282143.
HSL color Cylindrical-coordinate representation of color #DF26AC: hue angle of 316.54º 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 #DF26AC is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 172 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.13 |
| HSL | 316.54º | 0.74% | 0.51% | - |
| HSV(B) | 316.54º | 0.83% | 0.87% | - |
| XYZ | 38.57 | 20.05 | 40.87 | - |
| YUV | 108.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 172 | 0 | 0.83 | 0.23 | 0.13 | 316.54 | 0.74 | 0.51 |
| Hex | DF | 26 | AC | 0 | 53 | 17 | D | 13D | 4A | 33 |
| Octal | 337 | 46 | 254 | 0 | 123 | 27 | 15 | 475 | 112 | 63 |
| Binary | 11011111 | 100110 | 10101100 | 0 | 1010011 | 10111 | 1101 | 100111101 | 1001010 | 110011 |
Color Harmonies of #DF26AC
Complementary color
Monochromatic Colors of #DF26AC
Black with #DF26AC
Text Example
Text Example
White with #DF26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26AC; }
p { color: rgb(223,38,172); }
H1.HeaderClassName
{
color: #DF26AC;
}
.AnyTagClassName
{
color: #DF26AC;
}
</style>
background-color css
<style>
a { background-color: #DF26AC; }
a { background-color: rgb(223,38,172); }
div.DivClassName
{
background-color: #DF26AC;
}
.BgClassName
{
background-color: #DF26AC;
}
</style>
border-color css
<style>
span { border-color: #DF26AC; }
span { border-color: rgb(223,38,172); }
td.TdClassName
{
border-color: #DF26AC;
}
.TagClassName
{
border-color: #DF26AC;
}
</style>