Shades of Shocking Pink #DE18BD
Tints of Shocking Pink #DE18BD
RGB
CMYK
RGB Variations
Color information
#DE18BD (or 0xDE18BD) is known color: Shocking Pink. HEX triplet: DE, 18 and BD. RGB value is (222,24,189). Sum of RGB (Red+Green+Blue) = 222+24+189=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE18BD is #21E742. Grayscale: #656565. Windows color (decimal): -2221891 or 12392670. OLE color: 12392670.
HSL color Cylindrical-coordinate representation of color #DE18BD: hue angle of 310º 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 #DE18BD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 189 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.13 |
| HSL | 310º | 0.8% | 0.48% | - |
| HSV(B) | 310º | 0.89% | 0.87% | - |
| XYZ | 39.64 | 19.86 | 49.89 | - |
| YUV | 102.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 189 | 0 | 0.89 | 0.15 | 0.13 | 310 | 0.8 | 0.48 |
| Hex | DE | 18 | BD | 0 | 59 | F | D | 136 | 50 | 30 |
| Octal | 336 | 30 | 275 | 0 | 131 | 17 | 15 | 466 | 120 | 60 |
| Binary | 11011110 | 11000 | 10111101 | 0 | 1011001 | 1111 | 1101 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DE18BD
Complementary color
Monochromatic Colors of #DE18BD
Black with #DE18BD
Text Example
Text Example
White with #DE18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18BD; }
p { color: rgb(222,24,189); }
H1.HeaderClassName
{
color: #DE18BD;
}
.AnyTagClassName
{
color: #DE18BD;
}
</style>
background-color css
<style>
a { background-color: #DE18BD; }
a { background-color: rgb(222,24,189); }
div.DivClassName
{
background-color: #DE18BD;
}
.BgClassName
{
background-color: #DE18BD;
}
</style>
border-color css
<style>
span { border-color: #DE18BD; }
span { border-color: rgb(222,24,189); }
td.TdClassName
{
border-color: #DE18BD;
}
.TagClassName
{
border-color: #DE18BD;
}
</style>