Shades of Shocking Pink #DB10B5
Tints of Shocking Pink #DB10B5
RGB
CMYK
RGB Variations
Color information
#DB10B5 (or 0xDB10B5) is known color: Shocking Pink. HEX triplet: DB, 10 and B5. RGB value is (219,16,181). Sum of RGB (Red+Green+Blue) = 219+16+181=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10B5 is #24EF4A. Grayscale: #5F5F5F. Windows color (decimal): -2420555 or 11866331. OLE color: 11866331.
HSL color Cylindrical-coordinate representation of color #DB10B5: hue angle of 311.23º 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 #DB10B5 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 181 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.14 |
| HSL | 311.23º | 0.86% | 0.46% | - |
| HSV(B) | 311.23º | 0.93% | 0.86% | - |
| XYZ | 37.74 | 18.77 | 45.35 | - |
| YUV | 95.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 181 | 0 | 0.93 | 0.17 | 0.14 | 311.23 | 0.86 | 0.46 |
| Hex | DB | 10 | B5 | 0 | 5D | 11 | E | 137 | 56 | 2E |
| Octal | 333 | 20 | 265 | 0 | 135 | 21 | 16 | 467 | 126 | 56 |
| Binary | 11011011 | 10000 | 10110101 | 0 | 1011101 | 10001 | 1110 | 100110111 | 1010110 | 101110 |
Color Harmonies of #DB10B5
Complementary color
Monochromatic Colors of #DB10B5
Black with #DB10B5
Text Example
Text Example
White with #DB10B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10B5; }
p { color: rgb(219,16,181); }
H1.HeaderClassName
{
color: #DB10B5;
}
.AnyTagClassName
{
color: #DB10B5;
}
</style>
background-color css
<style>
a { background-color: #DB10B5; }
a { background-color: rgb(219,16,181); }
div.DivClassName
{
background-color: #DB10B5;
}
.BgClassName
{
background-color: #DB10B5;
}
</style>
border-color css
<style>
span { border-color: #DB10B5; }
span { border-color: rgb(219,16,181); }
td.TdClassName
{
border-color: #DB10B5;
}
.TagClassName
{
border-color: #DB10B5;
}
</style>