Shades of Shocking Pink #DE19B3
Tints of Shocking Pink #DE19B3
RGB
CMYK
RGB Variations
Color information
#DE19B3 (or 0xDE19B3) is known color: Shocking Pink. HEX triplet: DE, 19 and B3. RGB value is (222,25,179). Sum of RGB (Red+Green+Blue) = 222+25+179=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19B3 is #21E64C. Grayscale: #656565. Windows color (decimal): -2221645 or 11737566. OLE color: 11737566.
HSL color Cylindrical-coordinate representation of color #DE19B3: hue angle of 313.1º 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 #DE19B3 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 179 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.13 |
| HSL | 313.1º | 0.8% | 0.48% | - |
| HSV(B) | 313.1º | 0.89% | 0.87% | - |
| XYZ | 38.61 | 19.48 | 44.37 | - |
| YUV | 101.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 179 | 0 | 0.89 | 0.19 | 0.13 | 313.1 | 0.8 | 0.48 |
| Hex | DE | 19 | B3 | 0 | 59 | 13 | D | 139 | 50 | 30 |
| Octal | 336 | 31 | 263 | 0 | 131 | 23 | 15 | 471 | 120 | 60 |
| Binary | 11011110 | 11001 | 10110011 | 0 | 1011001 | 10011 | 1101 | 100111001 | 1010000 | 110000 |
Color Harmonies of #DE19B3
Complementary color
Monochromatic Colors of #DE19B3
Black with #DE19B3
Text Example
Text Example
White with #DE19B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19B3; }
p { color: rgb(222,25,179); }
H1.HeaderClassName
{
color: #DE19B3;
}
.AnyTagClassName
{
color: #DE19B3;
}
</style>
background-color css
<style>
a { background-color: #DE19B3; }
a { background-color: rgb(222,25,179); }
div.DivClassName
{
background-color: #DE19B3;
}
.BgClassName
{
background-color: #DE19B3;
}
</style>
border-color css
<style>
span { border-color: #DE19B3; }
span { border-color: rgb(222,25,179); }
td.TdClassName
{
border-color: #DE19B3;
}
.TagClassName
{
border-color: #DE19B3;
}
</style>