Shades of Shocking Pink #DC17BD
Tints of Shocking Pink #DC17BD
RGB
CMYK
RGB Variations
Color information
#DC17BD (or 0xDC17BD) is known color: Shocking Pink. HEX triplet: DC, 17 and BD. RGB value is (220,23,189). Sum of RGB (Red+Green+Blue) = 220+23+189=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17BD is #23E842. Grayscale: #646464. Windows color (decimal): -2353219 or 12392412. OLE color: 12392412.
HSL color Cylindrical-coordinate representation of color #DC17BD: hue angle of 309.44º 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 #DC17BD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.14 |
| HSL | 309.44º | 0.81% | 0.48% | - |
| HSV(B) | 309.44º | 0.9% | 0.86% | - |
| XYZ | 39.01 | 19.5 | 49.85 | - |
| YUV | 100.83 | 177.77 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 189 | 0 | 0.90 | 0.14 | 0.14 | 309.44 | 0.81 | 0.48 |
| Hex | DC | 17 | BD | 0 | 5A | E | E | 135 | 51 | 30 |
| Octal | 334 | 27 | 275 | 0 | 132 | 16 | 16 | 465 | 121 | 60 |
| Binary | 11011100 | 10111 | 10111101 | 0 | 1011010 | 1110 | 1110 | 100110101 | 1010001 | 110000 |
Color Harmonies of #DC17BD
Complementary color
Monochromatic Colors of #DC17BD
Black with #DC17BD
Text Example
Text Example
White with #DC17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17BD; }
p { color: rgb(220,23,189); }
H1.HeaderClassName
{
color: #DC17BD;
}
.AnyTagClassName
{
color: #DC17BD;
}
</style>
background-color css
<style>
a { background-color: #DC17BD; }
a { background-color: rgb(220,23,189); }
div.DivClassName
{
background-color: #DC17BD;
}
.BgClassName
{
background-color: #DC17BD;
}
</style>
border-color css
<style>
span { border-color: #DC17BD; }
span { border-color: rgb(220,23,189); }
td.TdClassName
{
border-color: #DC17BD;
}
.TagClassName
{
border-color: #DC17BD;
}
</style>