Shades of Shocking Pink #DE18BA
Tints of Shocking Pink #DE18BA
RGB
CMYK
RGB Variations
Color information
#DE18BA (or 0xDE18BA) is known color: Shocking Pink. HEX triplet: DE, 18 and BA. RGB value is (222,24,186). Sum of RGB (Red+Green+Blue) = 222+24+186=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18BA is #21E745. Grayscale: #656565. Windows color (decimal): -2221894 or 12196062. OLE color: 12196062.
HSL color Cylindrical-coordinate representation of color #DE18BA: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE18BA is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 186 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.13 |
| HSL | 310.91º | 0.8% | 0.48% | - |
| HSV(B) | 310.91º | 0.89% | 0.87% | - |
| XYZ | 39.31 | 19.73 | 48.19 | - |
| YUV | 101.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 186 | 0 | 0.89 | 0.16 | 0.13 | 310.91 | 0.8 | 0.48 |
| Hex | DE | 18 | BA | 0 | 59 | 10 | D | 137 | 50 | 30 |
| Octal | 336 | 30 | 272 | 0 | 131 | 20 | 15 | 467 | 120 | 60 |
| Binary | 11011110 | 11000 | 10111010 | 0 | 1011001 | 10000 | 1101 | 100110111 | 1010000 | 110000 |
Color Harmonies of #DE18BA
Complementary color
Monochromatic Colors of #DE18BA
Black with #DE18BA
Text Example
Text Example
White with #DE18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18BA; }
p { color: rgb(222,24,186); }
H1.HeaderClassName
{
color: #DE18BA;
}
.AnyTagClassName
{
color: #DE18BA;
}
</style>
background-color css
<style>
a { background-color: #DE18BA; }
a { background-color: rgb(222,24,186); }
div.DivClassName
{
background-color: #DE18BA;
}
.BgClassName
{
background-color: #DE18BA;
}
</style>
border-color css
<style>
span { border-color: #DE18BA; }
span { border-color: rgb(222,24,186); }
td.TdClassName
{
border-color: #DE18BA;
}
.TagClassName
{
border-color: #DE18BA;
}
</style>