Shades of Shocking Pink #DB22BA
Tints of Shocking Pink #DB22BA
RGB
CMYK
RGB Variations
Color information
#DB22BA (or 0xDB22BA) is known color: Shocking Pink. HEX triplet: DB, 22 and BA. RGB value is (219,34,186). Sum of RGB (Red+Green+Blue) = 219+34+186=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22BA is #24DD45. Grayscale: #6A6A6A. Windows color (decimal): -2415942 or 12198619. OLE color: 12198619.
HSL color Cylindrical-coordinate representation of color #DB22BA: hue angle of 310.7º 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 #DB22BA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 186 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 310.7º | 0.73% | 0.5% | - |
| HSV(B) | 310.7º | 0.84% | 0.86% | - |
| XYZ | 38.65 | 19.75 | 48.23 | - |
| YUV | 106.64 | 172.79 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 186 | 0 | 0.84 | 0.15 | 0.14 | 310.7 | 0.73 | 0.5 |
| Hex | DB | 22 | BA | 0 | 54 | F | E | 137 | 49 | 32 |
| Octal | 333 | 42 | 272 | 0 | 124 | 17 | 16 | 467 | 111 | 62 |
| Binary | 11011011 | 100010 | 10111010 | 0 | 1010100 | 1111 | 1110 | 100110111 | 1001001 | 110010 |
Color Harmonies of #DB22BA
Complementary color
Monochromatic Colors of #DB22BA
Black with #DB22BA
Text Example
Text Example
White with #DB22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22BA; }
p { color: rgb(219,34,186); }
H1.HeaderClassName
{
color: #DB22BA;
}
.AnyTagClassName
{
color: #DB22BA;
}
</style>
background-color css
<style>
a { background-color: #DB22BA; }
a { background-color: rgb(219,34,186); }
div.DivClassName
{
background-color: #DB22BA;
}
.BgClassName
{
background-color: #DB22BA;
}
</style>
border-color css
<style>
span { border-color: #DB22BA; }
span { border-color: rgb(219,34,186); }
td.TdClassName
{
border-color: #DB22BA;
}
.TagClassName
{
border-color: #DB22BA;
}
</style>