Shades of Shocking Pink #DC11B7
Tints of Shocking Pink #DC11B7
RGB
CMYK
RGB Variations
Color information
#DC11B7 (or 0xDC11B7) is known color: Shocking Pink. HEX triplet: DC, 11 and B7. RGB value is (220,17,183). Sum of RGB (Red+Green+Blue) = 220+17+183=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11B7 is #23EE48. Grayscale: #606060. Windows color (decimal): -2354761 or 11997660. OLE color: 11997660.
HSL color Cylindrical-coordinate representation of color #DC11B7: hue angle of 310.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11B7 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 183 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.14 |
| HSL | 310.94º | 0.86% | 0.46% | - |
| HSV(B) | 310.94º | 0.92% | 0.86% | - |
| XYZ | 38.26 | 19.04 | 46.46 | - |
| YUV | 96.62 | 176.75 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 183 | 0 | 0.92 | 0.17 | 0.14 | 310.94 | 0.86 | 0.46 |
| Hex | DC | 11 | B7 | 0 | 5C | 11 | E | 137 | 56 | 2E |
| Octal | 334 | 21 | 267 | 0 | 134 | 21 | 16 | 467 | 126 | 56 |
| Binary | 11011100 | 10001 | 10110111 | 0 | 1011100 | 10001 | 1110 | 100110111 | 1010110 | 101110 |
Color Harmonies of #DC11B7
Complementary color
Monochromatic Colors of #DC11B7
Black with #DC11B7
Text Example
Text Example
White with #DC11B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11B7; }
p { color: rgb(220,17,183); }
H1.HeaderClassName
{
color: #DC11B7;
}
.AnyTagClassName
{
color: #DC11B7;
}
</style>
background-color css
<style>
a { background-color: #DC11B7; }
a { background-color: rgb(220,17,183); }
div.DivClassName
{
background-color: #DC11B7;
}
.BgClassName
{
background-color: #DC11B7;
}
</style>
border-color css
<style>
span { border-color: #DC11B7; }
span { border-color: rgb(220,17,183); }
td.TdClassName
{
border-color: #DC11B7;
}
.TagClassName
{
border-color: #DC11B7;
}
</style>