Shades of Shocking Pink #DB22BB
Tints of Shocking Pink #DB22BB
RGB
CMYK
RGB Variations
Color information
#DB22BB (or 0xDB22BB) is known color: Shocking Pink. HEX triplet: DB, 22 and BB. RGB value is (219,34,187). Sum of RGB (Red+Green+Blue) = 219+34+187=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22BB is #24DD44. Grayscale: #6A6A6A. Windows color (decimal): -2415941 or 12264155. OLE color: 12264155.
HSL color Cylindrical-coordinate representation of color #DB22BB: hue angle of 310.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22BB is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 187 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 310.38º | 0.73% | 0.5% | - |
| HSV(B) | 310.38º | 0.84% | 0.86% | - |
| XYZ | 38.76 | 19.79 | 48.79 | - |
| YUV | 106.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 187 | 0 | 0.84 | 0.15 | 0.14 | 310.38 | 0.73 | 0.5 |
| Hex | DB | 22 | BB | 0 | 54 | F | E | 136 | 49 | 32 |
| Octal | 333 | 42 | 273 | 0 | 124 | 17 | 16 | 466 | 111 | 62 |
| Binary | 11011011 | 100010 | 10111011 | 0 | 1010100 | 1111 | 1110 | 100110110 | 1001001 | 110010 |
Color Harmonies of #DB22BB
Complementary color
Monochromatic Colors of #DB22BB
Black with #DB22BB
Text Example
Text Example
White with #DB22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22BB; }
p { color: rgb(219,34,187); }
H1.HeaderClassName
{
color: #DB22BB;
}
.AnyTagClassName
{
color: #DB22BB;
}
</style>
background-color css
<style>
a { background-color: #DB22BB; }
a { background-color: rgb(219,34,187); }
div.DivClassName
{
background-color: #DB22BB;
}
.BgClassName
{
background-color: #DB22BB;
}
</style>
border-color css
<style>
span { border-color: #DB22BB; }
span { border-color: rgb(219,34,187); }
td.TdClassName
{
border-color: #DB22BB;
}
.TagClassName
{
border-color: #DB22BB;
}
</style>