Shades of Shocking Pink #DE17BC
Tints of Shocking Pink #DE17BC
RGB
CMYK
RGB Variations
Color information
#DE17BC (or 0xDE17BC) is known color: Shocking Pink. HEX triplet: DE, 17 and BC. RGB value is (222,23,188). Sum of RGB (Red+Green+Blue) = 222+23+188=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17BC is #21E843. Grayscale: #646464. Windows color (decimal): -2222148 or 12326878. OLE color: 12326878.
HSL color Cylindrical-coordinate representation of color #DE17BC: hue angle of 310.25º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE17BC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 188 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.13 |
| HSL | 310.25º | 0.81% | 0.48% | - |
| HSV(B) | 310.25º | 0.9% | 0.87% | - |
| XYZ | 39.51 | 19.77 | 49.31 | - |
| YUV | 101.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 188 | 0 | 0.90 | 0.15 | 0.13 | 310.25 | 0.81 | 0.48 |
| Hex | DE | 17 | BC | 0 | 5A | F | D | 136 | 51 | 30 |
| Octal | 336 | 27 | 274 | 0 | 132 | 17 | 15 | 466 | 121 | 60 |
| Binary | 11011110 | 10111 | 10111100 | 0 | 1011010 | 1111 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DE17BC
Complementary color
Monochromatic Colors of #DE17BC
Black with #DE17BC
Text Example
Text Example
White with #DE17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17BC; }
p { color: rgb(222,23,188); }
H1.HeaderClassName
{
color: #DE17BC;
}
.AnyTagClassName
{
color: #DE17BC;
}
</style>
background-color css
<style>
a { background-color: #DE17BC; }
a { background-color: rgb(222,23,188); }
div.DivClassName
{
background-color: #DE17BC;
}
.BgClassName
{
background-color: #DE17BC;
}
</style>
border-color css
<style>
span { border-color: #DE17BC; }
span { border-color: rgb(222,23,188); }
td.TdClassName
{
border-color: #DE17BC;
}
.TagClassName
{
border-color: #DE17BC;
}
</style>