Shades of Shocking Pink #DB12B4
Tints of Shocking Pink #DB12B4
RGB
CMYK
RGB Variations
Color information
#DB12B4 (or 0xDB12B4) is known color: Shocking Pink. HEX triplet: DB, 12 and B4. RGB value is (219,18,180). Sum of RGB (Red+Green+Blue) = 219+18+180=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12B4 is #24ED4B. Grayscale: #606060. Windows color (decimal): -2420044 or 11801307. OLE color: 11801307.
HSL color Cylindrical-coordinate representation of color #DB12B4: hue angle of 311.64º 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 #DB12B4 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 180 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.14 |
| HSL | 311.64º | 0.85% | 0.46% | - |
| HSV(B) | 311.64º | 0.92% | 0.86% | - |
| XYZ | 37.67 | 18.79 | 44.82 | - |
| YUV | 96.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 180 | 0 | 0.92 | 0.18 | 0.14 | 311.64 | 0.85 | 0.46 |
| Hex | DB | 12 | B4 | 0 | 5C | 12 | E | 138 | 55 | 2E |
| Octal | 333 | 22 | 264 | 0 | 134 | 22 | 16 | 470 | 125 | 56 |
| Binary | 11011011 | 10010 | 10110100 | 0 | 1011100 | 10010 | 1110 | 100111000 | 1010101 | 101110 |
Color Harmonies of #DB12B4
Complementary color
Monochromatic Colors of #DB12B4
Black with #DB12B4
Text Example
Text Example
White with #DB12B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12B4; }
p { color: rgb(219,18,180); }
H1.HeaderClassName
{
color: #DB12B4;
}
.AnyTagClassName
{
color: #DB12B4;
}
</style>
background-color css
<style>
a { background-color: #DB12B4; }
a { background-color: rgb(219,18,180); }
div.DivClassName
{
background-color: #DB12B4;
}
.BgClassName
{
background-color: #DB12B4;
}
</style>
border-color css
<style>
span { border-color: #DB12B4; }
span { border-color: rgb(219,18,180); }
td.TdClassName
{
border-color: #DB12B4;
}
.TagClassName
{
border-color: #DB12B4;
}
</style>