Shades of Shocking Pink #DB1EBA
Tints of Shocking Pink #DB1EBA
RGB
CMYK
RGB Variations
Color information
#DB1EBA (or 0xDB1EBA) is known color: Shocking Pink. HEX triplet: DB, 1E and BA. RGB value is (219,30,186). Sum of RGB (Red+Green+Blue) = 219+30+186=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EBA is #24E145. Grayscale: #676767. Windows color (decimal): -2416966 or 12197595. OLE color: 12197595.
HSL color Cylindrical-coordinate representation of color #DB1EBA: hue angle of 310.48º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1EBA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 186 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.14 |
| HSL | 310.48º | 0.76% | 0.49% | - |
| HSV(B) | 310.48º | 0.86% | 0.86% | - |
| XYZ | 38.54 | 19.53 | 48.19 | - |
| YUV | 104.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 186 | 0 | 0.86 | 0.15 | 0.14 | 310.48 | 0.76 | 0.49 |
| Hex | DB | 1E | BA | 0 | 56 | F | E | 136 | 4C | 31 |
| Octal | 333 | 36 | 272 | 0 | 126 | 17 | 16 | 466 | 114 | 61 |
| Binary | 11011011 | 11110 | 10111010 | 0 | 1010110 | 1111 | 1110 | 100110110 | 1001100 | 110001 |
Color Harmonies of #DB1EBA
Complementary color
Monochromatic Colors of #DB1EBA
Black with #DB1EBA
Text Example
Text Example
White with #DB1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EBA; }
p { color: rgb(219,30,186); }
H1.HeaderClassName
{
color: #DB1EBA;
}
.AnyTagClassName
{
color: #DB1EBA;
}
</style>
background-color css
<style>
a { background-color: #DB1EBA; }
a { background-color: rgb(219,30,186); }
div.DivClassName
{
background-color: #DB1EBA;
}
.BgClassName
{
background-color: #DB1EBA;
}
</style>
border-color css
<style>
span { border-color: #DB1EBA; }
span { border-color: rgb(219,30,186); }
td.TdClassName
{
border-color: #DB1EBA;
}
.TagClassName
{
border-color: #DB1EBA;
}
</style>