Shades of Spicy Pink #DF26AB
Tints of Spicy Pink #DF26AB
RGB
CMYK
RGB Variations
Color information
#DF26AB (or 0xDF26AB) is known color: Spicy Pink. HEX triplet: DF, 26 and AB. RGB value is (223,38,171). Sum of RGB (Red+Green+Blue) = 223+38+171=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26AB is #20D954. Grayscale: #6C6C6C. Windows color (decimal): -2152789 or 11216607. OLE color: 11216607.
HSL color Cylindrical-coordinate representation of color #DF26AB: hue angle of 316.86º 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 #DF26AB is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 171 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.13 |
| HSL | 316.86º | 0.74% | 0.51% | - |
| HSV(B) | 316.86º | 0.83% | 0.87% | - |
| XYZ | 38.48 | 20.01 | 40.36 | - |
| YUV | 108.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 171 | 0 | 0.83 | 0.23 | 0.13 | 316.86 | 0.74 | 0.51 |
| Hex | DF | 26 | AB | 0 | 53 | 17 | D | 13D | 4A | 33 |
| Octal | 337 | 46 | 253 | 0 | 123 | 27 | 15 | 475 | 112 | 63 |
| Binary | 11011111 | 100110 | 10101011 | 0 | 1010011 | 10111 | 1101 | 100111101 | 1001010 | 110011 |
Color Harmonies of #DF26AB
Complementary color
Monochromatic Colors of #DF26AB
Black with #DF26AB
Text Example
Text Example
White with #DF26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26AB; }
p { color: rgb(223,38,171); }
H1.HeaderClassName
{
color: #DF26AB;
}
.AnyTagClassName
{
color: #DF26AB;
}
</style>
background-color css
<style>
a { background-color: #DF26AB; }
a { background-color: rgb(223,38,171); }
div.DivClassName
{
background-color: #DF26AB;
}
.BgClassName
{
background-color: #DF26AB;
}
</style>
border-color css
<style>
span { border-color: #DF26AB; }
span { border-color: rgb(223,38,171); }
td.TdClassName
{
border-color: #DF26AB;
}
.TagClassName
{
border-color: #DF26AB;
}
</style>