Shades of Shocking Pink #DB22BE
Tints of Shocking Pink #DB22BE
RGB
CMYK
RGB Variations
Color information
#DB22BE (or 0xDB22BE) is known color: Shocking Pink. HEX triplet: DB, 22 and BE. RGB value is (219,34,190). Sum of RGB (Red+Green+Blue) = 219+34+190=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22BE is #24DD41. Grayscale: #6A6A6A. Windows color (decimal): -2415938 or 12460763. OLE color: 12460763.
HSL color Cylindrical-coordinate representation of color #DB22BE: hue angle of 309.41º 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 #DB22BE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 190 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.14 |
| HSL | 309.41º | 0.73% | 0.5% | - |
| HSV(B) | 309.41º | 0.84% | 0.86% | - |
| XYZ | 39.08 | 19.92 | 50.5 | - |
| YUV | 107.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 190 | 0 | 0.84 | 0.13 | 0.14 | 309.41 | 0.73 | 0.5 |
| Hex | DB | 22 | BE | 0 | 54 | D | E | 135 | 49 | 32 |
| Octal | 333 | 42 | 276 | 0 | 124 | 15 | 16 | 465 | 111 | 62 |
| Binary | 11011011 | 100010 | 10111110 | 0 | 1010100 | 1101 | 1110 | 100110101 | 1001001 | 110010 |
Color Harmonies of #DB22BE
Complementary color
Monochromatic Colors of #DB22BE
Black with #DB22BE
Text Example
Text Example
White with #DB22BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22BE; }
p { color: rgb(219,34,190); }
H1.HeaderClassName
{
color: #DB22BE;
}
.AnyTagClassName
{
color: #DB22BE;
}
</style>
background-color css
<style>
a { background-color: #DB22BE; }
a { background-color: rgb(219,34,190); }
div.DivClassName
{
background-color: #DB22BE;
}
.BgClassName
{
background-color: #DB22BE;
}
</style>
border-color css
<style>
span { border-color: #DB22BE; }
span { border-color: rgb(219,34,190); }
td.TdClassName
{
border-color: #DB22BE;
}
.TagClassName
{
border-color: #DB22BE;
}
</style>