Shades of Shocking Pink #DC17B6
Tints of Shocking Pink #DC17B6
RGB
CMYK
RGB Variations
Color information
#DC17B6 (or 0xDC17B6) is known color: Shocking Pink. HEX triplet: DC, 17 and B6. RGB value is (220,23,182). Sum of RGB (Red+Green+Blue) = 220+23+182=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17B6 is #23E849. Grayscale: #636363. Windows color (decimal): -2353226 or 11933660. OLE color: 11933660.
HSL color Cylindrical-coordinate representation of color #DC17B6: hue angle of 311.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17B6 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 182 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.14 |
| HSL | 311.57º | 0.81% | 0.48% | - |
| HSV(B) | 311.57º | 0.9% | 0.86% | - |
| XYZ | 38.27 | 19.21 | 45.95 | - |
| YUV | 100.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 182 | 0 | 0.90 | 0.17 | 0.14 | 311.57 | 0.81 | 0.48 |
| Hex | DC | 17 | B6 | 0 | 5A | 11 | E | 138 | 51 | 30 |
| Octal | 334 | 27 | 266 | 0 | 132 | 21 | 16 | 470 | 121 | 60 |
| Binary | 11011100 | 10111 | 10110110 | 0 | 1011010 | 10001 | 1110 | 100111000 | 1010001 | 110000 |
Color Harmonies of #DC17B6
Complementary color
Monochromatic Colors of #DC17B6
Black with #DC17B6
Text Example
Text Example
White with #DC17B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17B6; }
p { color: rgb(220,23,182); }
H1.HeaderClassName
{
color: #DC17B6;
}
.AnyTagClassName
{
color: #DC17B6;
}
</style>
background-color css
<style>
a { background-color: #DC17B6; }
a { background-color: rgb(220,23,182); }
div.DivClassName
{
background-color: #DC17B6;
}
.BgClassName
{
background-color: #DC17B6;
}
</style>
border-color css
<style>
span { border-color: #DC17B6; }
span { border-color: rgb(220,23,182); }
td.TdClassName
{
border-color: #DC17B6;
}
.TagClassName
{
border-color: #DC17B6;
}
</style>