Shades of Shocking Pink #DB10B2
Tints of Shocking Pink #DB10B2
RGB
CMYK
RGB Variations
Color information
#DB10B2 (or 0xDB10B2) is known color: Shocking Pink. HEX triplet: DB, 10 and B2. RGB value is (219,16,178). Sum of RGB (Red+Green+Blue) = 219+16+178=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10B2 is #24EF4D. Grayscale: #5E5E5E. Windows color (decimal): -2420558 or 11669723. OLE color: 11669723.
HSL color Cylindrical-coordinate representation of color #DB10B2: hue angle of 312.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10B2 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 178 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.14 |
| HSL | 312.12º | 0.86% | 0.46% | - |
| HSV(B) | 312.12º | 0.93% | 0.86% | - |
| XYZ | 37.43 | 18.65 | 43.75 | - |
| YUV | 95.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 178 | 0 | 0.93 | 0.19 | 0.14 | 312.12 | 0.86 | 0.46 |
| Hex | DB | 10 | B2 | 0 | 5D | 13 | E | 138 | 56 | 2E |
| Octal | 333 | 20 | 262 | 0 | 135 | 23 | 16 | 470 | 126 | 56 |
| Binary | 11011011 | 10000 | 10110010 | 0 | 1011101 | 10011 | 1110 | 100111000 | 1010110 | 101110 |
Color Harmonies of #DB10B2
Complementary color
Monochromatic Colors of #DB10B2
Black with #DB10B2
Text Example
Text Example
White with #DB10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10B2; }
p { color: rgb(219,16,178); }
H1.HeaderClassName
{
color: #DB10B2;
}
.AnyTagClassName
{
color: #DB10B2;
}
</style>
background-color css
<style>
a { background-color: #DB10B2; }
a { background-color: rgb(219,16,178); }
div.DivClassName
{
background-color: #DB10B2;
}
.BgClassName
{
background-color: #DB10B2;
}
</style>
border-color css
<style>
span { border-color: #DB10B2; }
span { border-color: rgb(219,16,178); }
td.TdClassName
{
border-color: #DB10B2;
}
.TagClassName
{
border-color: #DB10B2;
}
</style>