Shades of Shocking Pink #DC19BE
Tints of Shocking Pink #DC19BE
RGB
CMYK
RGB Variations
Color information
#DC19BE (or 0xDC19BE) is known color: Shocking Pink. HEX triplet: DC, 19 and BE. RGB value is (220,25,190). Sum of RGB (Red+Green+Blue) = 220+25+190=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19BE is #23E641. Grayscale: #656565. Windows color (decimal): -2352706 or 12458460. OLE color: 12458460.
HSL color Cylindrical-coordinate representation of color #DC19BE: hue angle of 309.23º 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 #DC19BE is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 190 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.14 |
| HSL | 309.23º | 0.8% | 0.48% | - |
| HSV(B) | 309.23º | 0.89% | 0.86% | - |
| XYZ | 39.16 | 19.63 | 50.44 | - |
| YUV | 102.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 190 | 0 | 0.89 | 0.14 | 0.14 | 309.23 | 0.8 | 0.48 |
| Hex | DC | 19 | BE | 0 | 59 | E | E | 135 | 50 | 30 |
| Octal | 334 | 31 | 276 | 0 | 131 | 16 | 16 | 465 | 120 | 60 |
| Binary | 11011100 | 11001 | 10111110 | 0 | 1011001 | 1110 | 1110 | 100110101 | 1010000 | 110000 |
Color Harmonies of #DC19BE
Complementary color
Monochromatic Colors of #DC19BE
Black with #DC19BE
Text Example
Text Example
White with #DC19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19BE; }
p { color: rgb(220,25,190); }
H1.HeaderClassName
{
color: #DC19BE;
}
.AnyTagClassName
{
color: #DC19BE;
}
</style>
background-color css
<style>
a { background-color: #DC19BE; }
a { background-color: rgb(220,25,190); }
div.DivClassName
{
background-color: #DC19BE;
}
.BgClassName
{
background-color: #DC19BE;
}
</style>
border-color css
<style>
span { border-color: #DC19BE; }
span { border-color: rgb(220,25,190); }
td.TdClassName
{
border-color: #DC19BE;
}
.TagClassName
{
border-color: #DC19BE;
}
</style>