Shades of Shocking Pink #DE20BF
Tints of Shocking Pink #DE20BF
RGB
CMYK
RGB Variations
Color information
#DE20BF (or 0xDE20BF) is known color: Shocking Pink. HEX triplet: DE, 20 and BF. RGB value is (222,32,191). Sum of RGB (Red+Green+Blue) = 222+32+191=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE20BF is #21DF40. Grayscale: #6A6A6A. Windows color (decimal): -2219841 or 12525790. OLE color: 12525790.
HSL color Cylindrical-coordinate representation of color #DE20BF: hue angle of 309.79º 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 #DE20BF is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 191 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.13 |
| HSL | 309.79º | 0.75% | 0.5% | - |
| HSV(B) | 309.79º | 0.86% | 0.87% | - |
| XYZ | 40.04 | 20.32 | 51.1 | - |
| YUV | 106.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 191 | 0 | 0.86 | 0.14 | 0.13 | 309.79 | 0.75 | 0.5 |
| Hex | DE | 20 | BF | 0 | 56 | E | D | 136 | 4B | 32 |
| Octal | 336 | 40 | 277 | 0 | 126 | 16 | 15 | 466 | 113 | 62 |
| Binary | 11011110 | 100000 | 10111111 | 0 | 1010110 | 1110 | 1101 | 100110110 | 1001011 | 110010 |
Color Harmonies of #DE20BF
Complementary color
Monochromatic Colors of #DE20BF
Black with #DE20BF
Text Example
Text Example
White with #DE20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE20BF; }
p { color: rgb(222,32,191); }
H1.HeaderClassName
{
color: #DE20BF;
}
.AnyTagClassName
{
color: #DE20BF;
}
</style>
background-color css
<style>
a { background-color: #DE20BF; }
a { background-color: rgb(222,32,191); }
div.DivClassName
{
background-color: #DE20BF;
}
.BgClassName
{
background-color: #DE20BF;
}
</style>
border-color css
<style>
span { border-color: #DE20BF; }
span { border-color: rgb(222,32,191); }
td.TdClassName
{
border-color: #DE20BF;
}
.TagClassName
{
border-color: #DE20BF;
}
</style>