Shades of Shocking Pink #DE19BD
Tints of Shocking Pink #DE19BD
RGB
CMYK
RGB Variations
Color information
#DE19BD (or 0xDE19BD) is known color: Shocking Pink. HEX triplet: DE, 19 and BD. RGB value is (222,25,189). Sum of RGB (Red+Green+Blue) = 222+25+189=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19BD is #21E642. Grayscale: #666666. Windows color (decimal): -2221635 or 12392926. OLE color: 12392926.
HSL color Cylindrical-coordinate representation of color #DE19BD: hue angle of 310.05º 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 #DE19BD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 189 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.13 |
| HSL | 310.05º | 0.8% | 0.48% | - |
| HSV(B) | 310.05º | 0.89% | 0.87% | - |
| XYZ | 39.66 | 19.9 | 49.89 | - |
| YUV | 102.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 189 | 0 | 0.89 | 0.15 | 0.13 | 310.05 | 0.8 | 0.48 |
| Hex | DE | 19 | BD | 0 | 59 | F | D | 136 | 50 | 30 |
| Octal | 336 | 31 | 275 | 0 | 131 | 17 | 15 | 466 | 120 | 60 |
| Binary | 11011110 | 11001 | 10111101 | 0 | 1011001 | 1111 | 1101 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DE19BD
Complementary color
Monochromatic Colors of #DE19BD
Black with #DE19BD
Text Example
Text Example
White with #DE19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19BD; }
p { color: rgb(222,25,189); }
H1.HeaderClassName
{
color: #DE19BD;
}
.AnyTagClassName
{
color: #DE19BD;
}
</style>
background-color css
<style>
a { background-color: #DE19BD; }
a { background-color: rgb(222,25,189); }
div.DivClassName
{
background-color: #DE19BD;
}
.BgClassName
{
background-color: #DE19BD;
}
</style>
border-color css
<style>
span { border-color: #DE19BD; }
span { border-color: rgb(222,25,189); }
td.TdClassName
{
border-color: #DE19BD;
}
.TagClassName
{
border-color: #DE19BD;
}
</style>