Shades of Shocking Pink #DC19B4
Tints of Shocking Pink #DC19B4
RGB
CMYK
RGB Variations
Color information
#DC19B4 (or 0xDC19B4) is known color: Shocking Pink. HEX triplet: DC, 19 and B4. RGB value is (220,25,180). Sum of RGB (Red+Green+Blue) = 220+25+180=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19B4 is #23E64B. Grayscale: #646464. Windows color (decimal): -2352716 or 11803100. OLE color: 11803100.
HSL color Cylindrical-coordinate representation of color #DC19B4: hue angle of 312.31º 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 #DC19B4 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 180 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.14 |
| HSL | 312.31º | 0.8% | 0.48% | - |
| HSV(B) | 312.31º | 0.89% | 0.86% | - |
| XYZ | 38.1 | 19.21 | 44.88 | - |
| YUV | 100.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 180 | 0 | 0.89 | 0.18 | 0.14 | 312.31 | 0.8 | 0.48 |
| Hex | DC | 19 | B4 | 0 | 59 | 12 | E | 138 | 50 | 30 |
| Octal | 334 | 31 | 264 | 0 | 131 | 22 | 16 | 470 | 120 | 60 |
| Binary | 11011100 | 11001 | 10110100 | 0 | 1011001 | 10010 | 1110 | 100111000 | 1010000 | 110000 |
Color Harmonies of #DC19B4
Complementary color
Monochromatic Colors of #DC19B4
Black with #DC19B4
Text Example
Text Example
White with #DC19B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19B4; }
p { color: rgb(220,25,180); }
H1.HeaderClassName
{
color: #DC19B4;
}
.AnyTagClassName
{
color: #DC19B4;
}
</style>
background-color css
<style>
a { background-color: #DC19B4; }
a { background-color: rgb(220,25,180); }
div.DivClassName
{
background-color: #DC19B4;
}
.BgClassName
{
background-color: #DC19B4;
}
</style>
border-color css
<style>
span { border-color: #DC19B4; }
span { border-color: rgb(220,25,180); }
td.TdClassName
{
border-color: #DC19B4;
}
.TagClassName
{
border-color: #DC19B4;
}
</style>