Shades of Shocking Pink #DC23BC
Tints of Shocking Pink #DC23BC
RGB
CMYK
RGB Variations
Color information
#DC23BC (or 0xDC23BC) is known color: Shocking Pink. HEX triplet: DC, 23 and BC. RGB value is (220,35,188). Sum of RGB (Red+Green+Blue) = 220+35+188=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23BC is #23DC43. Grayscale: #6B6B6B. Windows color (decimal): -2350148 or 12329948. OLE color: 12329948.
HSL color Cylindrical-coordinate representation of color #DC23BC: hue angle of 310.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23BC is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 188 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 310.38º | 0.73% | 0.5% | - |
| HSV(B) | 310.38º | 0.84% | 0.86% | - |
| XYZ | 39.19 | 20.05 | 49.38 | - |
| YUV | 107.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 188 | 0 | 0.84 | 0.15 | 0.14 | 310.38 | 0.73 | 0.5 |
| Hex | DC | 23 | BC | 0 | 54 | F | E | 136 | 49 | 32 |
| Octal | 334 | 43 | 274 | 0 | 124 | 17 | 16 | 466 | 111 | 62 |
| Binary | 11011100 | 100011 | 10111100 | 0 | 1010100 | 1111 | 1110 | 100110110 | 1001001 | 110010 |
Color Harmonies of #DC23BC
Complementary color
Monochromatic Colors of #DC23BC
Black with #DC23BC
Text Example
Text Example
White with #DC23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23BC; }
p { color: rgb(220,35,188); }
H1.HeaderClassName
{
color: #DC23BC;
}
.AnyTagClassName
{
color: #DC23BC;
}
</style>
background-color css
<style>
a { background-color: #DC23BC; }
a { background-color: rgb(220,35,188); }
div.DivClassName
{
background-color: #DC23BC;
}
.BgClassName
{
background-color: #DC23BC;
}
</style>
border-color css
<style>
span { border-color: #DC23BC; }
span { border-color: rgb(220,35,188); }
td.TdClassName
{
border-color: #DC23BC;
}
.TagClassName
{
border-color: #DC23BC;
}
</style>