Shades of Shocking Pink #DC1EB7
Tints of Shocking Pink #DC1EB7
RGB
CMYK
RGB Variations
Color information
#DC1EB7 (or 0xDC1EB7) is known color: Shocking Pink. HEX triplet: DC, 1E and B7. RGB value is (220,30,183). Sum of RGB (Red+Green+Blue) = 220+30+183=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EB7 is #23E148. Grayscale: #676767. Windows color (decimal): -2351433 or 12000988. OLE color: 12000988.
HSL color Cylindrical-coordinate representation of color #DC1EB7: hue angle of 311.68º 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 #DC1EB7 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 183 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.14 |
| HSL | 311.68º | 0.76% | 0.49% | - |
| HSV(B) | 311.68º | 0.86% | 0.86% | - |
| XYZ | 38.53 | 19.56 | 46.55 | - |
| YUV | 104.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 183 | 0 | 0.86 | 0.17 | 0.14 | 311.68 | 0.76 | 0.49 |
| Hex | DC | 1E | B7 | 0 | 56 | 11 | E | 138 | 4C | 31 |
| Octal | 334 | 36 | 267 | 0 | 126 | 21 | 16 | 470 | 114 | 61 |
| Binary | 11011100 | 11110 | 10110111 | 0 | 1010110 | 10001 | 1110 | 100111000 | 1001100 | 110001 |
Color Harmonies of #DC1EB7
Complementary color
Monochromatic Colors of #DC1EB7
Black with #DC1EB7
Text Example
Text Example
White with #DC1EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EB7; }
p { color: rgb(220,30,183); }
H1.HeaderClassName
{
color: #DC1EB7;
}
.AnyTagClassName
{
color: #DC1EB7;
}
</style>
background-color css
<style>
a { background-color: #DC1EB7; }
a { background-color: rgb(220,30,183); }
div.DivClassName
{
background-color: #DC1EB7;
}
.BgClassName
{
background-color: #DC1EB7;
}
</style>
border-color css
<style>
span { border-color: #DC1EB7; }
span { border-color: rgb(220,30,183); }
td.TdClassName
{
border-color: #DC1EB7;
}
.TagClassName
{
border-color: #DC1EB7;
}
</style>