Shades of Shocking Pink #DB22B7
Tints of Shocking Pink #DB22B7
RGB
CMYK
RGB Variations
Color information
#DB22B7 (or 0xDB22B7) is known color: Shocking Pink. HEX triplet: DB, 22 and B7. RGB value is (219,34,183). Sum of RGB (Red+Green+Blue) = 219+34+183=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22B7 is #24DD48. Grayscale: #696969. Windows color (decimal): -2415945 or 12002011. OLE color: 12002011.
HSL color Cylindrical-coordinate representation of color #DB22B7: hue angle of 311.68º 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 #DB22B7 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 183 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.14 |
| HSL | 311.68º | 0.73% | 0.5% | - |
| HSV(B) | 311.68º | 0.84% | 0.86% | - |
| XYZ | 38.33 | 19.62 | 46.57 | - |
| YUV | 106.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 183 | 0 | 0.84 | 0.16 | 0.14 | 311.68 | 0.73 | 0.5 |
| Hex | DB | 22 | B7 | 0 | 54 | 10 | E | 138 | 49 | 32 |
| Octal | 333 | 42 | 267 | 0 | 124 | 20 | 16 | 470 | 111 | 62 |
| Binary | 11011011 | 100010 | 10110111 | 0 | 1010100 | 10000 | 1110 | 100111000 | 1001001 | 110010 |
Color Harmonies of #DB22B7
Complementary color
Monochromatic Colors of #DB22B7
Black with #DB22B7
Text Example
Text Example
White with #DB22B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22B7; }
p { color: rgb(219,34,183); }
H1.HeaderClassName
{
color: #DB22B7;
}
.AnyTagClassName
{
color: #DB22B7;
}
</style>
background-color css
<style>
a { background-color: #DB22B7; }
a { background-color: rgb(219,34,183); }
div.DivClassName
{
background-color: #DB22B7;
}
.BgClassName
{
background-color: #DB22B7;
}
</style>
border-color css
<style>
span { border-color: #DB22B7; }
span { border-color: rgb(219,34,183); }
td.TdClassName
{
border-color: #DB22B7;
}
.TagClassName
{
border-color: #DB22B7;
}
</style>