Shades of Shocking Pink #DE19B7
Tints of Shocking Pink #DE19B7
RGB
CMYK
RGB Variations
Color information
#DE19B7 (or 0xDE19B7) is known color: Shocking Pink. HEX triplet: DE, 19 and B7. RGB value is (222,25,183). Sum of RGB (Red+Green+Blue) = 222+25+183=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19B7 is #21E648. Grayscale: #656565. Windows color (decimal): -2221641 or 11999710. OLE color: 11999710.
HSL color Cylindrical-coordinate representation of color #DE19B7: hue angle of 311.88º 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 #DE19B7 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 183 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.13 |
| HSL | 311.88º | 0.8% | 0.48% | - |
| HSV(B) | 311.88º | 0.89% | 0.87% | - |
| XYZ | 39.02 | 19.64 | 46.53 | - |
| YUV | 101.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 183 | 0 | 0.89 | 0.18 | 0.13 | 311.88 | 0.8 | 0.48 |
| Hex | DE | 19 | B7 | 0 | 59 | 12 | D | 138 | 50 | 30 |
| Octal | 336 | 31 | 267 | 0 | 131 | 22 | 15 | 470 | 120 | 60 |
| Binary | 11011110 | 11001 | 10110111 | 0 | 1011001 | 10010 | 1101 | 100111000 | 1010000 | 110000 |
Color Harmonies of #DE19B7
Complementary color
Monochromatic Colors of #DE19B7
Black with #DE19B7
Text Example
Text Example
White with #DE19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19B7; }
p { color: rgb(222,25,183); }
H1.HeaderClassName
{
color: #DE19B7;
}
.AnyTagClassName
{
color: #DE19B7;
}
</style>
background-color css
<style>
a { background-color: #DE19B7; }
a { background-color: rgb(222,25,183); }
div.DivClassName
{
background-color: #DE19B7;
}
.BgClassName
{
background-color: #DE19B7;
}
</style>
border-color css
<style>
span { border-color: #DE19B7; }
span { border-color: rgb(222,25,183); }
td.TdClassName
{
border-color: #DE19B7;
}
.TagClassName
{
border-color: #DE19B7;
}
</style>