Shades of Spicy Pink #DC19B0
Tints of Spicy Pink #DC19B0
RGB
CMYK
RGB Variations
Color information
#DC19B0 (or 0xDC19B0) is known color: Spicy Pink. HEX triplet: DC, 19 and B0. RGB value is (220,25,176). Sum of RGB (Red+Green+Blue) = 220+25+176=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC19B0 is #23E64F. Grayscale: #646464. Windows color (decimal): -2352720 or 11540956. OLE color: 11540956.
HSL color Cylindrical-coordinate representation of color #DC19B0: hue angle of 313.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19B0 is Cyan = 0, Magento = 0.89, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 176 | - |
| CMYK | 0 | 0.89 | 0.2 | 0.14 |
| HSL | 313.54º | 0.8% | 0.48% | - |
| HSV(B) | 313.54º | 0.89% | 0.86% | - |
| XYZ | 37.7 | 19.05 | 42.76 | - |
| YUV | 100.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 176 | 0 | 0.89 | 0.2 | 0.14 | 313.54 | 0.8 | 0.48 |
| Hex | DC | 19 | B0 | 0 | 59 | 14 | E | 13A | 50 | 30 |
| Octal | 334 | 31 | 260 | 0 | 131 | 24 | 16 | 472 | 120 | 60 |
| Binary | 11011100 | 11001 | 10110000 | 0 | 1011001 | 10100 | 1110 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DC19B0
Complementary color
Monochromatic Colors of #DC19B0
Black with #DC19B0
Text Example
Text Example
White with #DC19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19B0; }
p { color: rgb(220,25,176); }
H1.HeaderClassName
{
color: #DC19B0;
}
.AnyTagClassName
{
color: #DC19B0;
}
</style>
background-color css
<style>
a { background-color: #DC19B0; }
a { background-color: rgb(220,25,176); }
div.DivClassName
{
background-color: #DC19B0;
}
.BgClassName
{
background-color: #DC19B0;
}
</style>
border-color css
<style>
span { border-color: #DC19B0; }
span { border-color: rgb(220,25,176); }
td.TdClassName
{
border-color: #DC19B0;
}
.TagClassName
{
border-color: #DC19B0;
}
</style>