Shades of Shocking Pink #DE13BA
Tints of Shocking Pink #DE13BA
RGB
CMYK
RGB Variations
Color information
#DE13BA (or 0xDE13BA) is known color: Shocking Pink. HEX triplet: DE, 13 and BA. RGB value is (222,19,186). Sum of RGB (Red+Green+Blue) = 222+19+186=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13BA is #21EC45. Grayscale: #626262. Windows color (decimal): -2223174 or 12194782. OLE color: 12194782.
HSL color Cylindrical-coordinate representation of color #DE13BA: hue angle of 310.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE13BA is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 186 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.13 |
| HSL | 310.64º | 0.84% | 0.47% | - |
| HSV(B) | 310.64º | 0.91% | 0.87% | - |
| XYZ | 39.22 | 19.54 | 48.16 | - |
| YUV | 98.74 | 177.25 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 186 | 0 | 0.91 | 0.16 | 0.13 | 310.64 | 0.84 | 0.47 |
| Hex | DE | 13 | BA | 0 | 5B | 10 | D | 137 | 54 | 2F |
| Octal | 336 | 23 | 272 | 0 | 133 | 20 | 15 | 467 | 124 | 57 |
| Binary | 11011110 | 10011 | 10111010 | 0 | 1011011 | 10000 | 1101 | 100110111 | 1010100 | 101111 |
Color Harmonies of #DE13BA
Complementary color
Monochromatic Colors of #DE13BA
Black with #DE13BA
Text Example
Text Example
White with #DE13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE13BA; }
p { color: rgb(222,19,186); }
H1.HeaderClassName
{
color: #DE13BA;
}
.AnyTagClassName
{
color: #DE13BA;
}
</style>
background-color css
<style>
a { background-color: #DE13BA; }
a { background-color: rgb(222,19,186); }
div.DivClassName
{
background-color: #DE13BA;
}
.BgClassName
{
background-color: #DE13BA;
}
</style>
border-color css
<style>
span { border-color: #DE13BA; }
span { border-color: rgb(222,19,186); }
td.TdClassName
{
border-color: #DE13BA;
}
.TagClassName
{
border-color: #DE13BA;
}
</style>