Shades of Spicy Pink #DF26B9
Tints of Spicy Pink #DF26B9
RGB
CMYK
RGB Variations
Color information
#DF26B9 (or 0xDF26B9) is known color: Spicy Pink. HEX triplet: DF, 26 and B9. RGB value is (223,38,185). Sum of RGB (Red+Green+Blue) = 223+38+185=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF26B9 is #20D946. Grayscale: #6D6D6D. Windows color (decimal): -2152775 or 12134111. OLE color: 12134111.
HSL color Cylindrical-coordinate representation of color #DF26B9: hue angle of 312.32º 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 #DF26B9 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 185 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.13 |
| HSL | 312.32º | 0.74% | 0.51% | - |
| HSV(B) | 312.32º | 0.83% | 0.87% | - |
| XYZ | 39.88 | 20.58 | 47.77 | - |
| YUV | 110.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 185 | 0 | 0.83 | 0.17 | 0.13 | 312.32 | 0.74 | 0.51 |
| Hex | DF | 26 | B9 | 0 | 53 | 11 | D | 138 | 4A | 33 |
| Octal | 337 | 46 | 271 | 0 | 123 | 21 | 15 | 470 | 112 | 63 |
| Binary | 11011111 | 100110 | 10111001 | 0 | 1010011 | 10001 | 1101 | 100111000 | 1001010 | 110011 |
Color Harmonies of #DF26B9
Complementary color
Monochromatic Colors of #DF26B9
Black with #DF26B9
Text Example
Text Example
White with #DF26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26B9; }
p { color: rgb(223,38,185); }
H1.HeaderClassName
{
color: #DF26B9;
}
.AnyTagClassName
{
color: #DF26B9;
}
</style>
background-color css
<style>
a { background-color: #DF26B9; }
a { background-color: rgb(223,38,185); }
div.DivClassName
{
background-color: #DF26B9;
}
.BgClassName
{
background-color: #DF26B9;
}
</style>
border-color css
<style>
span { border-color: #DF26B9; }
span { border-color: rgb(223,38,185); }
td.TdClassName
{
border-color: #DF26B9;
}
.TagClassName
{
border-color: #DF26B9;
}
</style>