Shades of Shocking Pink #DA1EBC
Tints of Shocking Pink #DA1EBC
RGB
CMYK
RGB Variations
Color information
#DA1EBC (or 0xDA1EBC) is known color: Shocking Pink. HEX triplet: DA, 1E and BC. RGB value is (218,30,188). Sum of RGB (Red+Green+Blue) = 218+30+188=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1EBC is #25E143. Grayscale: #676767. Windows color (decimal): -2482500 or 12328666. OLE color: 12328666.
HSL color Cylindrical-coordinate representation of color #DA1EBC: hue angle of 309.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1EBC is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 188 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.15 |
| HSL | 309.57º | 0.76% | 0.49% | - |
| HSV(B) | 309.57º | 0.86% | 0.85% | - |
| XYZ | 38.45 | 19.46 | 49.31 | - |
| YUV | 104.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 188 | 0 | 0.86 | 0.14 | 0.15 | 309.57 | 0.76 | 0.49 |
| Hex | DA | 1E | BC | 0 | 56 | E | F | 136 | 4C | 31 |
| Octal | 332 | 36 | 274 | 0 | 126 | 16 | 17 | 466 | 114 | 61 |
| Binary | 11011010 | 11110 | 10111100 | 0 | 1010110 | 1110 | 1111 | 100110110 | 1001100 | 110001 |
Color Harmonies of #DA1EBC
Complementary color
Monochromatic Colors of #DA1EBC
Black with #DA1EBC
Text Example
Text Example
White with #DA1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EBC; }
p { color: rgb(218,30,188); }
H1.HeaderClassName
{
color: #DA1EBC;
}
.AnyTagClassName
{
color: #DA1EBC;
}
</style>
background-color css
<style>
a { background-color: #DA1EBC; }
a { background-color: rgb(218,30,188); }
div.DivClassName
{
background-color: #DA1EBC;
}
.BgClassName
{
background-color: #DA1EBC;
}
</style>
border-color css
<style>
span { border-color: #DA1EBC; }
span { border-color: rgb(218,30,188); }
td.TdClassName
{
border-color: #DA1EBC;
}
.TagClassName
{
border-color: #DA1EBC;
}
</style>