Shades of Shocking Pink #DC12B9
Tints of Shocking Pink #DC12B9
RGB
CMYK
RGB Variations
Color information
#DC12B9 (or 0xDC12B9) is known color: Shocking Pink. HEX triplet: DC, 12 and B9. RGB value is (220,18,185). Sum of RGB (Red+Green+Blue) = 220+18+185=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12B9 is #23ED46. Grayscale: #606060. Windows color (decimal): -2354503 or 12128988. OLE color: 12128988.
HSL color Cylindrical-coordinate representation of color #DC12B9: hue angle of 310.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12B9 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 185 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.14 |
| HSL | 310.4º | 0.85% | 0.47% | - |
| HSV(B) | 310.4º | 0.92% | 0.86% | - |
| XYZ | 38.49 | 19.15 | 47.57 | - |
| YUV | 97.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 185 | 0 | 0.92 | 0.16 | 0.14 | 310.4 | 0.85 | 0.47 |
| Hex | DC | 12 | B9 | 0 | 5C | 10 | E | 136 | 55 | 2F |
| Octal | 334 | 22 | 271 | 0 | 134 | 20 | 16 | 466 | 125 | 57 |
| Binary | 11011100 | 10010 | 10111001 | 0 | 1011100 | 10000 | 1110 | 100110110 | 1010101 | 101111 |
Color Harmonies of #DC12B9
Complementary color
Monochromatic Colors of #DC12B9
Black with #DC12B9
Text Example
Text Example
White with #DC12B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12B9; }
p { color: rgb(220,18,185); }
H1.HeaderClassName
{
color: #DC12B9;
}
.AnyTagClassName
{
color: #DC12B9;
}
</style>
background-color css
<style>
a { background-color: #DC12B9; }
a { background-color: rgb(220,18,185); }
div.DivClassName
{
background-color: #DC12B9;
}
.BgClassName
{
background-color: #DC12B9;
}
</style>
border-color css
<style>
span { border-color: #DC12B9; }
span { border-color: rgb(220,18,185); }
td.TdClassName
{
border-color: #DC12B9;
}
.TagClassName
{
border-color: #DC12B9;
}
</style>