Shades of Spicy Pink #DE19B0
Tints of Spicy Pink #DE19B0
RGB
CMYK
RGB Variations
Color information
#DE19B0 (or 0xDE19B0) is known color: Spicy Pink. HEX triplet: DE, 19 and B0. RGB value is (222,25,176). Sum of RGB (Red+Green+Blue) = 222+25+176=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE19B0 is #21E64F. Grayscale: #646464. Windows color (decimal): -2221648 or 11540958. OLE color: 11540958.
HSL color Cylindrical-coordinate representation of color #DE19B0: hue angle of 314.01º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19B0 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 176 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.13 |
| HSL | 314.01º | 0.8% | 0.48% | - |
| HSV(B) | 314.01º | 0.89% | 0.87% | - |
| XYZ | 38.31 | 19.36 | 42.79 | - |
| YUV | 101.12 | 170.27 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 176 | 0 | 0.89 | 0.21 | 0.13 | 314.01 | 0.8 | 0.48 |
| Hex | DE | 19 | B0 | 0 | 59 | 15 | D | 13A | 50 | 30 |
| Octal | 336 | 31 | 260 | 0 | 131 | 25 | 15 | 472 | 120 | 60 |
| Binary | 11011110 | 11001 | 10110000 | 0 | 1011001 | 10101 | 1101 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DE19B0
Complementary color
Monochromatic Colors of #DE19B0
Black with #DE19B0
Text Example
Text Example
White with #DE19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19B0; }
p { color: rgb(222,25,176); }
H1.HeaderClassName
{
color: #DE19B0;
}
.AnyTagClassName
{
color: #DE19B0;
}
</style>
background-color css
<style>
a { background-color: #DE19B0; }
a { background-color: rgb(222,25,176); }
div.DivClassName
{
background-color: #DE19B0;
}
.BgClassName
{
background-color: #DE19B0;
}
</style>
border-color css
<style>
span { border-color: #DE19B0; }
span { border-color: rgb(222,25,176); }
td.TdClassName
{
border-color: #DE19B0;
}
.TagClassName
{
border-color: #DE19B0;
}
</style>