Shades of Shocking Pink #DC20BC
Tints of Shocking Pink #DC20BC
RGB
CMYK
RGB Variations
Color information
#DC20BC (or 0xDC20BC) is known color: Shocking Pink. HEX triplet: DC, 20 and BC. RGB value is (220,32,188). Sum of RGB (Red+Green+Blue) = 220+32+188=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20BC is #23DF43. Grayscale: #696969. Windows color (decimal): -2350916 or 12329180. OLE color: 12329180.
HSL color Cylindrical-coordinate representation of color #DC20BC: hue angle of 310.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20BC is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 188 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.14 |
| HSL | 310.21º | 0.75% | 0.49% | - |
| HSV(B) | 310.21º | 0.85% | 0.86% | - |
| XYZ | 39.11 | 19.88 | 49.35 | - |
| YUV | 106 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 188 | 0 | 0.85 | 0.15 | 0.14 | 310.21 | 0.75 | 0.49 |
| Hex | DC | 20 | BC | 0 | 55 | F | E | 136 | 4B | 31 |
| Octal | 334 | 40 | 274 | 0 | 125 | 17 | 16 | 466 | 113 | 61 |
| Binary | 11011100 | 100000 | 10111100 | 0 | 1010101 | 1111 | 1110 | 100110110 | 1001011 | 110001 |
Color Harmonies of #DC20BC
Complementary color
Monochromatic Colors of #DC20BC
Black with #DC20BC
Text Example
Text Example
White with #DC20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20BC; }
p { color: rgb(220,32,188); }
H1.HeaderClassName
{
color: #DC20BC;
}
.AnyTagClassName
{
color: #DC20BC;
}
</style>
background-color css
<style>
a { background-color: #DC20BC; }
a { background-color: rgb(220,32,188); }
div.DivClassName
{
background-color: #DC20BC;
}
.BgClassName
{
background-color: #DC20BC;
}
</style>
border-color css
<style>
span { border-color: #DC20BC; }
span { border-color: rgb(220,32,188); }
td.TdClassName
{
border-color: #DC20BC;
}
.TagClassName
{
border-color: #DC20BC;
}
</style>