Shades of Shocking Pink #DC10B7
Tints of Shocking Pink #DC10B7
RGB
CMYK
RGB Variations
Color information
#DC10B7 (or 0xDC10B7) is known color: Shocking Pink. HEX triplet: DC, 10 and B7. RGB value is (220,16,183). Sum of RGB (Red+Green+Blue) = 220+16+183=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10B7 is #23EF48. Grayscale: #5F5F5F. Windows color (decimal): -2355017 or 11997404. OLE color: 11997404.
HSL color Cylindrical-coordinate representation of color #DC10B7: hue angle of 310.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10B7 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 183 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.14 |
| HSL | 310.88º | 0.86% | 0.46% | - |
| HSV(B) | 310.88º | 0.93% | 0.86% | - |
| XYZ | 38.25 | 19.01 | 46.45 | - |
| YUV | 96.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 183 | 0 | 0.93 | 0.17 | 0.14 | 310.88 | 0.86 | 0.46 |
| Hex | DC | 10 | B7 | 0 | 5D | 11 | E | 137 | 56 | 2E |
| Octal | 334 | 20 | 267 | 0 | 135 | 21 | 16 | 467 | 126 | 56 |
| Binary | 11011100 | 10000 | 10110111 | 0 | 1011101 | 10001 | 1110 | 100110111 | 1010110 | 101110 |
Color Harmonies of #DC10B7
Complementary color
Monochromatic Colors of #DC10B7
Black with #DC10B7
Text Example
Text Example
White with #DC10B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10B7; }
p { color: rgb(220,16,183); }
H1.HeaderClassName
{
color: #DC10B7;
}
.AnyTagClassName
{
color: #DC10B7;
}
</style>
background-color css
<style>
a { background-color: #DC10B7; }
a { background-color: rgb(220,16,183); }
div.DivClassName
{
background-color: #DC10B7;
}
.BgClassName
{
background-color: #DC10B7;
}
</style>
border-color css
<style>
span { border-color: #DC10B7; }
span { border-color: rgb(220,16,183); }
td.TdClassName
{
border-color: #DC10B7;
}
.TagClassName
{
border-color: #DC10B7;
}
</style>