Shades of Shocking Pink #DC19BC
Tints of Shocking Pink #DC19BC
RGB
CMYK
RGB Variations
Color information
#DC19BC (or 0xDC19BC) is known color: Shocking Pink. HEX triplet: DC, 19 and BC. RGB value is (220,25,188). Sum of RGB (Red+Green+Blue) = 220+25+188=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19BC is #23E643. Grayscale: #656565. Windows color (decimal): -2352708 or 12327388. OLE color: 12327388.
HSL color Cylindrical-coordinate representation of color #DC19BC: hue angle of 309.85º 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 #DC19BC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.14 |
| HSL | 309.85º | 0.8% | 0.48% | - |
| HSV(B) | 309.85º | 0.89% | 0.86% | - |
| XYZ | 38.94 | 19.54 | 49.3 | - |
| YUV | 101.89 | 176.6 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 188 | 0 | 0.89 | 0.15 | 0.14 | 309.85 | 0.8 | 0.48 |
| Hex | DC | 19 | BC | 0 | 59 | F | E | 136 | 50 | 30 |
| Octal | 334 | 31 | 274 | 0 | 131 | 17 | 16 | 466 | 120 | 60 |
| Binary | 11011100 | 11001 | 10111100 | 0 | 1011001 | 1111 | 1110 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DC19BC
Complementary color
Monochromatic Colors of #DC19BC
Black with #DC19BC
Text Example
Text Example
White with #DC19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19BC; }
p { color: rgb(220,25,188); }
H1.HeaderClassName
{
color: #DC19BC;
}
.AnyTagClassName
{
color: #DC19BC;
}
</style>
background-color css
<style>
a { background-color: #DC19BC; }
a { background-color: rgb(220,25,188); }
div.DivClassName
{
background-color: #DC19BC;
}
.BgClassName
{
background-color: #DC19BC;
}
</style>
border-color css
<style>
span { border-color: #DC19BC; }
span { border-color: rgb(220,25,188); }
td.TdClassName
{
border-color: #DC19BC;
}
.TagClassName
{
border-color: #DC19BC;
}
</style>