Shades of Shocking Pink #DE20BC
Tints of Shocking Pink #DE20BC
RGB
CMYK
RGB Variations
Color information
#DE20BC (or 0xDE20BC) is known color: Shocking Pink. HEX triplet: DE, 20 and BC. RGB value is (222,32,188). Sum of RGB (Red+Green+Blue) = 222+32+188=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE20BC is #21DF43. Grayscale: #6A6A6A. Windows color (decimal): -2219844 or 12329182. OLE color: 12329182.
HSL color Cylindrical-coordinate representation of color #DE20BC: hue angle of 310.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE20BC is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 188 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.13 |
| HSL | 310.74º | 0.75% | 0.5% | - |
| HSV(B) | 310.74º | 0.86% | 0.87% | - |
| XYZ | 39.72 | 20.19 | 49.38 | - |
| YUV | 106.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 188 | 0 | 0.86 | 0.15 | 0.13 | 310.74 | 0.75 | 0.5 |
| Hex | DE | 20 | BC | 0 | 56 | F | D | 137 | 4B | 32 |
| Octal | 336 | 40 | 274 | 0 | 126 | 17 | 15 | 467 | 113 | 62 |
| Binary | 11011110 | 100000 | 10111100 | 0 | 1010110 | 1111 | 1101 | 100110111 | 1001011 | 110010 |
Color Harmonies of #DE20BC
Complementary color
Monochromatic Colors of #DE20BC
Black with #DE20BC
Text Example
Text Example
White with #DE20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE20BC; }
p { color: rgb(222,32,188); }
H1.HeaderClassName
{
color: #DE20BC;
}
.AnyTagClassName
{
color: #DE20BC;
}
</style>
background-color css
<style>
a { background-color: #DE20BC; }
a { background-color: rgb(222,32,188); }
div.DivClassName
{
background-color: #DE20BC;
}
.BgClassName
{
background-color: #DE20BC;
}
</style>
border-color css
<style>
span { border-color: #DE20BC; }
span { border-color: rgb(222,32,188); }
td.TdClassName
{
border-color: #DE20BC;
}
.TagClassName
{
border-color: #DE20BC;
}
</style>