Shades of Shocking Pink #DE15B3
Tints of Shocking Pink #DE15B3
RGB
CMYK
RGB Variations
Color information
#DE15B3 (or 0xDE15B3) is known color: Shocking Pink. HEX triplet: DE, 15 and B3. RGB value is (222,21,179). Sum of RGB (Red+Green+Blue) = 222+21+179=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15B3 is #21EA4C. Grayscale: #626262. Windows color (decimal): -2222669 or 11736542. OLE color: 11736542.
HSL color Cylindrical-coordinate representation of color #DE15B3: hue angle of 312.84º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15B3 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 179 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.13 |
| HSL | 312.84º | 0.83% | 0.48% | - |
| HSV(B) | 312.84º | 0.91% | 0.87% | - |
| XYZ | 38.53 | 19.32 | 44.35 | - |
| YUV | 99.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 179 | 0 | 0.91 | 0.19 | 0.13 | 312.84 | 0.83 | 0.48 |
| Hex | DE | 15 | B3 | 0 | 5B | 13 | D | 139 | 53 | 30 |
| Octal | 336 | 25 | 263 | 0 | 133 | 23 | 15 | 471 | 123 | 60 |
| Binary | 11011110 | 10101 | 10110011 | 0 | 1011011 | 10011 | 1101 | 100111001 | 1010011 | 110000 |
Color Harmonies of #DE15B3
Complementary color
Monochromatic Colors of #DE15B3
Black with #DE15B3
Text Example
Text Example
White with #DE15B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE15B3; }
p { color: rgb(222,21,179); }
H1.HeaderClassName
{
color: #DE15B3;
}
.AnyTagClassName
{
color: #DE15B3;
}
</style>
background-color css
<style>
a { background-color: #DE15B3; }
a { background-color: rgb(222,21,179); }
div.DivClassName
{
background-color: #DE15B3;
}
.BgClassName
{
background-color: #DE15B3;
}
</style>
border-color css
<style>
span { border-color: #DE15B3; }
span { border-color: rgb(222,21,179); }
td.TdClassName
{
border-color: #DE15B3;
}
.TagClassName
{
border-color: #DE15B3;
}
</style>