Shades of Shocking Pink #DE17B1
Tints of Shocking Pink #DE17B1
RGB
CMYK
RGB Variations
Color information
#DE17B1 (or 0xDE17B1) is known color: Shocking Pink. HEX triplet: DE, 17 and B1. RGB value is (222,23,177). Sum of RGB (Red+Green+Blue) = 222+23+177=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE17B1 is #21E84E. Grayscale: #636363. Windows color (decimal): -2222159 or 11605982. OLE color: 11605982.
HSL color Cylindrical-coordinate representation of color #DE17B1: hue angle of 313.57º 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 #DE17B1 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 177 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.13 |
| HSL | 313.57º | 0.81% | 0.48% | - |
| HSV(B) | 313.57º | 0.9% | 0.87% | - |
| XYZ | 38.37 | 19.32 | 43.3 | - |
| YUV | 100.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 177 | 0 | 0.90 | 0.20 | 0.13 | 313.57 | 0.81 | 0.48 |
| Hex | DE | 17 | B1 | 0 | 5A | 14 | D | 13A | 51 | 30 |
| Octal | 336 | 27 | 261 | 0 | 132 | 24 | 15 | 472 | 121 | 60 |
| Binary | 11011110 | 10111 | 10110001 | 0 | 1011010 | 10100 | 1101 | 100111010 | 1010001 | 110000 |
Color Harmonies of #DE17B1
Complementary color
Monochromatic Colors of #DE17B1
Black with #DE17B1
Text Example
Text Example
White with #DE17B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17B1; }
p { color: rgb(222,23,177); }
H1.HeaderClassName
{
color: #DE17B1;
}
.AnyTagClassName
{
color: #DE17B1;
}
</style>
background-color css
<style>
a { background-color: #DE17B1; }
a { background-color: rgb(222,23,177); }
div.DivClassName
{
background-color: #DE17B1;
}
.BgClassName
{
background-color: #DE17B1;
}
</style>
border-color css
<style>
span { border-color: #DE17B1; }
span { border-color: rgb(222,23,177); }
td.TdClassName
{
border-color: #DE17B1;
}
.TagClassName
{
border-color: #DE17B1;
}
</style>