Shades of Spicy Pink #DE26B2
Tints of Spicy Pink #DE26B2
RGB
CMYK
RGB Variations
Color information
#DE26B2 (or 0xDE26B2) is known color: Spicy Pink. HEX triplet: DE, 26 and B2. RGB value is (222,38,178). Sum of RGB (Red+Green+Blue) = 222+38+178=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE26B2 is #21D94D. Grayscale: #6C6C6C. Windows color (decimal): -2218318 or 11675358. OLE color: 11675358.
HSL color Cylindrical-coordinate representation of color #DE26B2: hue angle of 314.35º 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 #DE26B2 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 178 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.13 |
| HSL | 314.35º | 0.74% | 0.51% | - |
| HSV(B) | 314.35º | 0.83% | 0.87% | - |
| XYZ | 38.85 | 20.13 | 43.96 | - |
| YUV | 108.98 | 166.96 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 178 | 0 | 0.83 | 0.20 | 0.13 | 314.35 | 0.74 | 0.51 |
| Hex | DE | 26 | B2 | 0 | 53 | 14 | D | 13A | 4A | 33 |
| Octal | 336 | 46 | 262 | 0 | 123 | 24 | 15 | 472 | 112 | 63 |
| Binary | 11011110 | 100110 | 10110010 | 0 | 1010011 | 10100 | 1101 | 100111010 | 1001010 | 110011 |
Color Harmonies of #DE26B2
Complementary color
Monochromatic Colors of #DE26B2
Black with #DE26B2
Text Example
Text Example
White with #DE26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE26B2; }
p { color: rgb(222,38,178); }
H1.HeaderClassName
{
color: #DE26B2;
}
.AnyTagClassName
{
color: #DE26B2;
}
</style>
background-color css
<style>
a { background-color: #DE26B2; }
a { background-color: rgb(222,38,178); }
div.DivClassName
{
background-color: #DE26B2;
}
.BgClassName
{
background-color: #DE26B2;
}
</style>
border-color css
<style>
span { border-color: #DE26B2; }
span { border-color: rgb(222,38,178); }
td.TdClassName
{
border-color: #DE26B2;
}
.TagClassName
{
border-color: #DE26B2;
}
</style>