Shades of Spicy Pink #DE26B1
Tints of Spicy Pink #DE26B1
RGB
CMYK
RGB Variations
Color information
#DE26B1 (or 0xDE26B1) is known color: Spicy Pink. HEX triplet: DE, 26 and B1. RGB value is (222,38,177). Sum of RGB (Red+Green+Blue) = 222+38+177=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE26B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE26B1 is #21D94E. Grayscale: #6C6C6C. Windows color (decimal): -2218319 or 11609822. OLE color: 11609822.
HSL color Cylindrical-coordinate representation of color #DE26B1: hue angle of 314.67º 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 #DE26B1 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 177 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.13 |
| HSL | 314.67º | 0.74% | 0.51% | - |
| HSV(B) | 314.67º | 0.83% | 0.87% | - |
| XYZ | 38.75 | 20.09 | 43.43 | - |
| YUV | 108.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 177 | 0 | 0.83 | 0.20 | 0.13 | 314.67 | 0.74 | 0.51 |
| Hex | DE | 26 | B1 | 0 | 53 | 14 | D | 13B | 4A | 33 |
| Octal | 336 | 46 | 261 | 0 | 123 | 24 | 15 | 473 | 112 | 63 |
| Binary | 11011110 | 100110 | 10110001 | 0 | 1010011 | 10100 | 1101 | 100111011 | 1001010 | 110011 |
Color Harmonies of #DE26B1
Complementary color
Monochromatic Colors of #DE26B1
Black with #DE26B1
Text Example
Text Example
White with #DE26B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE26B1; }
p { color: rgb(222,38,177); }
H1.HeaderClassName
{
color: #DE26B1;
}
.AnyTagClassName
{
color: #DE26B1;
}
</style>
background-color css
<style>
a { background-color: #DE26B1; }
a { background-color: rgb(222,38,177); }
div.DivClassName
{
background-color: #DE26B1;
}
.BgClassName
{
background-color: #DE26B1;
}
</style>
border-color css
<style>
span { border-color: #DE26B1; }
span { border-color: rgb(222,38,177); }
td.TdClassName
{
border-color: #DE26B1;
}
.TagClassName
{
border-color: #DE26B1;
}
</style>