Shades of Shocking Pink #DE17BD
Tints of Shocking Pink #DE17BD
RGB
CMYK
RGB Variations
Color information
#DE17BD (or 0xDE17BD) is known color: Shocking Pink. HEX triplet: DE, 17 and BD. RGB value is (222,23,189). Sum of RGB (Red+Green+Blue) = 222+23+189=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17BD is #21E842. Grayscale: #646464. Windows color (decimal): -2222147 or 12392414. OLE color: 12392414.
HSL color Cylindrical-coordinate representation of color #DE17BD: hue angle of 309.95º 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 #DE17BD is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.13 |
| HSL | 309.95º | 0.81% | 0.48% | - |
| HSV(B) | 309.95º | 0.9% | 0.87% | - |
| XYZ | 39.62 | 19.82 | 49.88 | - |
| YUV | 101.43 | 177.43 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 189 | 0 | 0.90 | 0.15 | 0.13 | 309.95 | 0.81 | 0.48 |
| Hex | DE | 17 | BD | 0 | 5A | F | D | 136 | 51 | 30 |
| Octal | 336 | 27 | 275 | 0 | 132 | 17 | 15 | 466 | 121 | 60 |
| Binary | 11011110 | 10111 | 10111101 | 0 | 1011010 | 1111 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DE17BD
Complementary color
Monochromatic Colors of #DE17BD
Black with #DE17BD
Text Example
Text Example
White with #DE17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17BD; }
p { color: rgb(222,23,189); }
H1.HeaderClassName
{
color: #DE17BD;
}
.AnyTagClassName
{
color: #DE17BD;
}
</style>
background-color css
<style>
a { background-color: #DE17BD; }
a { background-color: rgb(222,23,189); }
div.DivClassName
{
background-color: #DE17BD;
}
.BgClassName
{
background-color: #DE17BD;
}
</style>
border-color css
<style>
span { border-color: #DE17BD; }
span { border-color: rgb(222,23,189); }
td.TdClassName
{
border-color: #DE17BD;
}
.TagClassName
{
border-color: #DE17BD;
}
</style>