Shades of Shocking Pink #DB1EBE
Tints of Shocking Pink #DB1EBE
RGB
CMYK
RGB Variations
Color information
#DB1EBE (or 0xDB1EBE) is known color: Shocking Pink. HEX triplet: DB, 1E and BE. RGB value is (219,30,190). Sum of RGB (Red+Green+Blue) = 219+30+190=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EBE is #24E141. Grayscale: #686868. Windows color (decimal): -2416962 or 12459739. OLE color: 12459739.
HSL color Cylindrical-coordinate representation of color #DB1EBE: hue angle of 309.21º 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 #DB1EBE is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 190 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.14 |
| HSL | 309.21º | 0.76% | 0.49% | - |
| HSV(B) | 309.21º | 0.86% | 0.86% | - |
| XYZ | 38.97 | 19.71 | 50.46 | - |
| YUV | 104.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 190 | 0 | 0.86 | 0.13 | 0.14 | 309.21 | 0.76 | 0.49 |
| Hex | DB | 1E | BE | 0 | 56 | D | E | 135 | 4C | 31 |
| Octal | 333 | 36 | 276 | 0 | 126 | 15 | 16 | 465 | 114 | 61 |
| Binary | 11011011 | 11110 | 10111110 | 0 | 1010110 | 1101 | 1110 | 100110101 | 1001100 | 110001 |
Color Harmonies of #DB1EBE
Complementary color
Monochromatic Colors of #DB1EBE
Black with #DB1EBE
Text Example
Text Example
White with #DB1EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EBE; }
p { color: rgb(219,30,190); }
H1.HeaderClassName
{
color: #DB1EBE;
}
.AnyTagClassName
{
color: #DB1EBE;
}
</style>
background-color css
<style>
a { background-color: #DB1EBE; }
a { background-color: rgb(219,30,190); }
div.DivClassName
{
background-color: #DB1EBE;
}
.BgClassName
{
background-color: #DB1EBE;
}
</style>
border-color css
<style>
span { border-color: #DB1EBE; }
span { border-color: rgb(219,30,190); }
td.TdClassName
{
border-color: #DB1EBE;
}
.TagClassName
{
border-color: #DB1EBE;
}
</style>