Shades of Shocking Pink #DB12B3
Tints of Shocking Pink #DB12B3
RGB
CMYK
RGB Variations
Color information
#DB12B3 (or 0xDB12B3) is known color: Shocking Pink. HEX triplet: DB, 12 and B3. RGB value is (219,18,179). Sum of RGB (Red+Green+Blue) = 219+18+179=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12B3 is #24ED4C. Grayscale: #606060. Windows color (decimal): -2420045 or 11735771. OLE color: 11735771.
HSL color Cylindrical-coordinate representation of color #DB12B3: hue angle of 311.94º 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 #DB12B3 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 179 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.14 |
| HSL | 311.94º | 0.85% | 0.46% | - |
| HSV(B) | 311.94º | 0.92% | 0.86% | - |
| XYZ | 37.57 | 18.75 | 44.29 | - |
| YUV | 96.45 | 174.59 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 179 | 0 | 0.92 | 0.18 | 0.14 | 311.94 | 0.85 | 0.46 |
| Hex | DB | 12 | B3 | 0 | 5C | 12 | E | 138 | 55 | 2E |
| Octal | 333 | 22 | 263 | 0 | 134 | 22 | 16 | 470 | 125 | 56 |
| Binary | 11011011 | 10010 | 10110011 | 0 | 1011100 | 10010 | 1110 | 100111000 | 1010101 | 101110 |
Color Harmonies of #DB12B3
Complementary color
Monochromatic Colors of #DB12B3
Black with #DB12B3
Text Example
Text Example
White with #DB12B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12B3; }
p { color: rgb(219,18,179); }
H1.HeaderClassName
{
color: #DB12B3;
}
.AnyTagClassName
{
color: #DB12B3;
}
</style>
background-color css
<style>
a { background-color: #DB12B3; }
a { background-color: rgb(219,18,179); }
div.DivClassName
{
background-color: #DB12B3;
}
.BgClassName
{
background-color: #DB12B3;
}
</style>
border-color css
<style>
span { border-color: #DB12B3; }
span { border-color: rgb(219,18,179); }
td.TdClassName
{
border-color: #DB12B3;
}
.TagClassName
{
border-color: #DB12B3;
}
</style>