Shades of Shocking Pink #DC1EBA
Tints of Shocking Pink #DC1EBA
RGB
CMYK
RGB Variations
Color information
#DC1EBA (or 0xDC1EBA) is known color: Shocking Pink. HEX triplet: DC, 1E and BA. RGB value is (220,30,186). Sum of RGB (Red+Green+Blue) = 220+30+186=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EBA is #23E145. Grayscale: #686868. Windows color (decimal): -2351430 or 12197596. OLE color: 12197596.
HSL color Cylindrical-coordinate representation of color #DC1EBA: hue angle of 310.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EBA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 186 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.14 |
| HSL | 310.74º | 0.76% | 0.49% | - |
| HSV(B) | 310.74º | 0.86% | 0.86% | - |
| XYZ | 38.84 | 19.69 | 48.21 | - |
| YUV | 104.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 186 | 0 | 0.86 | 0.15 | 0.14 | 310.74 | 0.76 | 0.49 |
| Hex | DC | 1E | BA | 0 | 56 | F | E | 137 | 4C | 31 |
| Octal | 334 | 36 | 272 | 0 | 126 | 17 | 16 | 467 | 114 | 61 |
| Binary | 11011100 | 11110 | 10111010 | 0 | 1010110 | 1111 | 1110 | 100110111 | 1001100 | 110001 |
Color Harmonies of #DC1EBA
Complementary color
Monochromatic Colors of #DC1EBA
Black with #DC1EBA
Text Example
Text Example
White with #DC1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EBA; }
p { color: rgb(220,30,186); }
H1.HeaderClassName
{
color: #DC1EBA;
}
.AnyTagClassName
{
color: #DC1EBA;
}
</style>
background-color css
<style>
a { background-color: #DC1EBA; }
a { background-color: rgb(220,30,186); }
div.DivClassName
{
background-color: #DC1EBA;
}
.BgClassName
{
background-color: #DC1EBA;
}
</style>
border-color css
<style>
span { border-color: #DC1EBA; }
span { border-color: rgb(220,30,186); }
td.TdClassName
{
border-color: #DC1EBA;
}
.TagClassName
{
border-color: #DC1EBA;
}
</style>