Shades of Shocking Pink #DC0FB6
Tints of Shocking Pink #DC0FB6
RGB
CMYK
RGB Variations
Color information
#DC0FB6 (or 0xDC0FB6) is known color: Shocking Pink. HEX triplet: DC, 0F and B6. RGB value is (220,15,182). Sum of RGB (Red+Green+Blue) = 220+15+182=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FB6 is #23F049. Grayscale: #5E5E5E. Windows color (decimal): -2355274 or 11931612. OLE color: 11931612.
HSL color Cylindrical-coordinate representation of color #DC0FB6: hue angle of 311.12º degrees, saturation: 0.87, 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 #DC0FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 182 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.14 |
| HSL | 311.12º | 0.87% | 0.46% | - |
| HSV(B) | 311.12º | 0.93% | 0.86% | - |
| XYZ | 38.13 | 18.93 | 45.9 | - |
| YUV | 95.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 182 | 0 | 0.93 | 0.17 | 0.14 | 311.12 | 0.87 | 0.46 |
| Hex | DC | F | B6 | 0 | 5D | 11 | E | 137 | 57 | 2E |
| Octal | 334 | 17 | 266 | 0 | 135 | 21 | 16 | 467 | 127 | 56 |
| Binary | 11011100 | 1111 | 10110110 | 0 | 1011101 | 10001 | 1110 | 100110111 | 1010111 | 101110 |
Color Harmonies of #DC0FB6
Complementary color
Monochromatic Colors of #DC0FB6
Black with #DC0FB6
Text Example
Text Example
White with #DC0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FB6; }
p { color: rgb(220,15,182); }
H1.HeaderClassName
{
color: #DC0FB6;
}
.AnyTagClassName
{
color: #DC0FB6;
}
</style>
background-color css
<style>
a { background-color: #DC0FB6; }
a { background-color: rgb(220,15,182); }
div.DivClassName
{
background-color: #DC0FB6;
}
.BgClassName
{
background-color: #DC0FB6;
}
</style>
border-color css
<style>
span { border-color: #DC0FB6; }
span { border-color: rgb(220,15,182); }
td.TdClassName
{
border-color: #DC0FB6;
}
.TagClassName
{
border-color: #DC0FB6;
}
</style>