Shades of Shocking Pink #DB1EB5
Tints of Shocking Pink #DB1EB5
RGB
CMYK
RGB Variations
Color information
#DB1EB5 (or 0xDB1EB5) is known color: Shocking Pink. HEX triplet: DB, 1E and B5. RGB value is (219,30,181). Sum of RGB (Red+Green+Blue) = 219+30+181=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EB5 is #24E14A. Grayscale: #676767. Windows color (decimal): -2416971 or 11869915. OLE color: 11869915.
HSL color Cylindrical-coordinate representation of color #DB1EB5: hue angle of 312.06º 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 #DB1EB5 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 181 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.14 |
| HSL | 312.06º | 0.76% | 0.49% | - |
| HSV(B) | 312.06º | 0.86% | 0.86% | - |
| XYZ | 38.02 | 19.32 | 45.44 | - |
| YUV | 103.73 | 171.62 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 181 | 0 | 0.86 | 0.17 | 0.14 | 312.06 | 0.76 | 0.49 |
| Hex | DB | 1E | B5 | 0 | 56 | 11 | E | 138 | 4C | 31 |
| Octal | 333 | 36 | 265 | 0 | 126 | 21 | 16 | 470 | 114 | 61 |
| Binary | 11011011 | 11110 | 10110101 | 0 | 1010110 | 10001 | 1110 | 100111000 | 1001100 | 110001 |
Color Harmonies of #DB1EB5
Complementary color
Monochromatic Colors of #DB1EB5
Black with #DB1EB5
Text Example
Text Example
White with #DB1EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EB5; }
p { color: rgb(219,30,181); }
H1.HeaderClassName
{
color: #DB1EB5;
}
.AnyTagClassName
{
color: #DB1EB5;
}
</style>
background-color css
<style>
a { background-color: #DB1EB5; }
a { background-color: rgb(219,30,181); }
div.DivClassName
{
background-color: #DB1EB5;
}
.BgClassName
{
background-color: #DB1EB5;
}
</style>
border-color css
<style>
span { border-color: #DB1EB5; }
span { border-color: rgb(219,30,181); }
td.TdClassName
{
border-color: #DB1EB5;
}
.TagClassName
{
border-color: #DB1EB5;
}
</style>