Shades of Spicy Pink #DF26B1
Tints of Spicy Pink #DF26B1
RGB
CMYK
RGB Variations
Color information
#DF26B1 (or 0xDF26B1) is known color: Spicy Pink. HEX triplet: DF, 26 and B1. RGB value is (223,38,177). Sum of RGB (Red+Green+Blue) = 223+38+177=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26B1 is #20D94E. Grayscale: #6C6C6C. Windows color (decimal): -2152783 or 11609823. OLE color: 11609823.
HSL color Cylindrical-coordinate representation of color #DF26B1: hue angle of 314.92º 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 #DF26B1 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 177 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.13 |
| HSL | 314.92º | 0.74% | 0.51% | - |
| HSV(B) | 314.92º | 0.83% | 0.87% | - |
| XYZ | 39.06 | 20.25 | 43.44 | - |
| YUV | 109.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 177 | 0 | 0.83 | 0.21 | 0.13 | 314.92 | 0.74 | 0.51 |
| Hex | DF | 26 | B1 | 0 | 53 | 15 | D | 13B | 4A | 33 |
| Octal | 337 | 46 | 261 | 0 | 123 | 25 | 15 | 473 | 112 | 63 |
| Binary | 11011111 | 100110 | 10110001 | 0 | 1010011 | 10101 | 1101 | 100111011 | 1001010 | 110011 |
Color Harmonies of #DF26B1
Complementary color
Monochromatic Colors of #DF26B1
Black with #DF26B1
Text Example
Text Example
White with #DF26B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26B1; }
p { color: rgb(223,38,177); }
H1.HeaderClassName
{
color: #DF26B1;
}
.AnyTagClassName
{
color: #DF26B1;
}
</style>
background-color css
<style>
a { background-color: #DF26B1; }
a { background-color: rgb(223,38,177); }
div.DivClassName
{
background-color: #DF26B1;
}
.BgClassName
{
background-color: #DF26B1;
}
</style>
border-color css
<style>
span { border-color: #DF26B1; }
span { border-color: rgb(223,38,177); }
td.TdClassName
{
border-color: #DF26B1;
}
.TagClassName
{
border-color: #DF26B1;
}
</style>