Shades of Shocking Pink #DB1FBB
Tints of Shocking Pink #DB1FBB
RGB
CMYK
RGB Variations
Color information
#DB1FBB (or 0xDB1FBB) is known color: Shocking Pink. HEX triplet: DB, 1F and BB. RGB value is (219,31,187). Sum of RGB (Red+Green+Blue) = 219+31+187=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FBB is #24E044. Grayscale: #686868. Windows color (decimal): -2416709 or 12263387. OLE color: 12263387.
HSL color Cylindrical-coordinate representation of color #DB1FBB: hue angle of 310.21º degrees, saturation: 0.75, 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 #DB1FBB is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 187 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.14 |
| HSL | 310.21º | 0.75% | 0.49% | - |
| HSV(B) | 310.21º | 0.86% | 0.86% | - |
| XYZ | 38.67 | 19.63 | 48.76 | - |
| YUV | 105 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 187 | 0 | 0.86 | 0.15 | 0.14 | 310.21 | 0.75 | 0.49 |
| Hex | DB | 1F | BB | 0 | 56 | F | E | 136 | 4B | 31 |
| Octal | 333 | 37 | 273 | 0 | 126 | 17 | 16 | 466 | 113 | 61 |
| Binary | 11011011 | 11111 | 10111011 | 0 | 1010110 | 1111 | 1110 | 100110110 | 1001011 | 110001 |
Color Harmonies of #DB1FBB
Complementary color
Monochromatic Colors of #DB1FBB
Black with #DB1FBB
Text Example
Text Example
White with #DB1FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FBB; }
p { color: rgb(219,31,187); }
H1.HeaderClassName
{
color: #DB1FBB;
}
.AnyTagClassName
{
color: #DB1FBB;
}
</style>
background-color css
<style>
a { background-color: #DB1FBB; }
a { background-color: rgb(219,31,187); }
div.DivClassName
{
background-color: #DB1FBB;
}
.BgClassName
{
background-color: #DB1FBB;
}
</style>
border-color css
<style>
span { border-color: #DB1FBB; }
span { border-color: rgb(219,31,187); }
td.TdClassName
{
border-color: #DB1FBB;
}
.TagClassName
{
border-color: #DB1FBB;
}
</style>