Shades of Shocking Pink #DE14BD
Tints of Shocking Pink #DE14BD
RGB
CMYK
RGB Variations
Color information
#DE14BD (or 0xDE14BD) is known color: Shocking Pink. HEX triplet: DE, 14 and BD. RGB value is (222,20,189). Sum of RGB (Red+Green+Blue) = 222+20+189=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE14BD is #21EB42. Grayscale: #636363. Windows color (decimal): -2222915 or 12391646. OLE color: 12391646.
HSL color Cylindrical-coordinate representation of color #DE14BD: hue angle of 309.8º degrees, saturation: 0.83, 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 #DE14BD is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.13 |
| HSL | 309.8º | 0.83% | 0.47% | - |
| HSV(B) | 309.8º | 0.91% | 0.87% | - |
| XYZ | 39.56 | 19.7 | 49.86 | - |
| YUV | 99.66 | 178.42 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 189 | 0 | 0.91 | 0.15 | 0.13 | 309.8 | 0.83 | 0.47 |
| Hex | DE | 14 | BD | 0 | 5B | F | D | 136 | 53 | 2F |
| Octal | 336 | 24 | 275 | 0 | 133 | 17 | 15 | 466 | 123 | 57 |
| Binary | 11011110 | 10100 | 10111101 | 0 | 1011011 | 1111 | 1101 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DE14BD
Complementary color
Monochromatic Colors of #DE14BD
Black with #DE14BD
Text Example
Text Example
White with #DE14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE14BD; }
p { color: rgb(222,20,189); }
H1.HeaderClassName
{
color: #DE14BD;
}
.AnyTagClassName
{
color: #DE14BD;
}
</style>
background-color css
<style>
a { background-color: #DE14BD; }
a { background-color: rgb(222,20,189); }
div.DivClassName
{
background-color: #DE14BD;
}
.BgClassName
{
background-color: #DE14BD;
}
</style>
border-color css
<style>
span { border-color: #DE14BD; }
span { border-color: rgb(222,20,189); }
td.TdClassName
{
border-color: #DE14BD;
}
.TagClassName
{
border-color: #DE14BD;
}
</style>