Shades of Shocking Pink #DB12B7
Tints of Shocking Pink #DB12B7
RGB
CMYK
RGB Variations
Color information
#DB12B7 (or 0xDB12B7) is known color: Shocking Pink. HEX triplet: DB, 12 and B7. RGB value is (219,18,183). Sum of RGB (Red+Green+Blue) = 219+18+183=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12B7 is #24ED48. Grayscale: #606060. Windows color (decimal): -2420041 or 11997915. OLE color: 11997915.
HSL color Cylindrical-coordinate representation of color #DB12B7: hue angle of 310.75º degrees, saturation: 0.85, 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 #DB12B7 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 183 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.14 |
| HSL | 310.75º | 0.85% | 0.46% | - |
| HSV(B) | 310.75º | 0.92% | 0.86% | - |
| XYZ | 37.98 | 18.91 | 46.45 | - |
| YUV | 96.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 183 | 0 | 0.92 | 0.16 | 0.14 | 310.75 | 0.85 | 0.46 |
| Hex | DB | 12 | B7 | 0 | 5C | 10 | E | 137 | 55 | 2E |
| Octal | 333 | 22 | 267 | 0 | 134 | 20 | 16 | 467 | 125 | 56 |
| Binary | 11011011 | 10010 | 10110111 | 0 | 1011100 | 10000 | 1110 | 100110111 | 1010101 | 101110 |
Color Harmonies of #DB12B7
Complementary color
Monochromatic Colors of #DB12B7
Black with #DB12B7
Text Example
Text Example
White with #DB12B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12B7; }
p { color: rgb(219,18,183); }
H1.HeaderClassName
{
color: #DB12B7;
}
.AnyTagClassName
{
color: #DB12B7;
}
</style>
background-color css
<style>
a { background-color: #DB12B7; }
a { background-color: rgb(219,18,183); }
div.DivClassName
{
background-color: #DB12B7;
}
.BgClassName
{
background-color: #DB12B7;
}
</style>
border-color css
<style>
span { border-color: #DB12B7; }
span { border-color: rgb(219,18,183); }
td.TdClassName
{
border-color: #DB12B7;
}
.TagClassName
{
border-color: #DB12B7;
}
</style>