Shades of Shocking Pink #DE17B9
Tints of Shocking Pink #DE17B9
RGB
CMYK
RGB Variations
Color information
#DE17B9 (or 0xDE17B9) is known color: Shocking Pink. HEX triplet: DE, 17 and B9. RGB value is (222,23,185). Sum of RGB (Red+Green+Blue) = 222+23+185=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17B9 is #21E846. Grayscale: #646464. Windows color (decimal): -2222151 or 12130270. OLE color: 12130270.
HSL color Cylindrical-coordinate representation of color #DE17B9: hue angle of 311.16º 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 #DE17B9 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 185 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.13 |
| HSL | 311.16º | 0.81% | 0.48% | - |
| HSV(B) | 311.16º | 0.9% | 0.87% | - |
| XYZ | 39.19 | 19.65 | 47.63 | - |
| YUV | 100.97 | 175.43 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 185 | 0 | 0.90 | 0.17 | 0.13 | 311.16 | 0.81 | 0.48 |
| Hex | DE | 17 | B9 | 0 | 5A | 11 | D | 137 | 51 | 30 |
| Octal | 336 | 27 | 271 | 0 | 132 | 21 | 15 | 467 | 121 | 60 |
| Binary | 11011110 | 10111 | 10111001 | 0 | 1011010 | 10001 | 1101 | 100110111 | 1010001 | 110000 |
Color Harmonies of #DE17B9
Complementary color
Monochromatic Colors of #DE17B9
Black with #DE17B9
Text Example
Text Example
White with #DE17B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE17B9; }
p { color: rgb(222,23,185); }
H1.HeaderClassName
{
color: #DE17B9;
}
.AnyTagClassName
{
color: #DE17B9;
}
</style>
background-color css
<style>
a { background-color: #DE17B9; }
a { background-color: rgb(222,23,185); }
div.DivClassName
{
background-color: #DE17B9;
}
.BgClassName
{
background-color: #DE17B9;
}
</style>
border-color css
<style>
span { border-color: #DE17B9; }
span { border-color: rgb(222,23,185); }
td.TdClassName
{
border-color: #DE17B9;
}
.TagClassName
{
border-color: #DE17B9;
}
</style>