Shades of Shocking Pink #DB20B7
Tints of Shocking Pink #DB20B7
RGB
CMYK
RGB Variations
Color information
#DB20B7 (or 0xDB20B7) is known color: Shocking Pink. HEX triplet: DB, 20 and B7. RGB value is (219,32,183). Sum of RGB (Red+Green+Blue) = 219+32+183=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20B7 is #24DF48. Grayscale: #686868. Windows color (decimal): -2416457 or 12001499. OLE color: 12001499.
HSL color Cylindrical-coordinate representation of color #DB20B7: hue angle of 311.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB20B7 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 32 | 183 | - |
CMYK | 0 | 0.85 | 0.16 | 0.14 |
HSL | 311.55º | 0.75% | 0.49% | - |
HSV(B) | 311.55º | 0.85% | 0.86% | - |
XYZ | 38.28 | 19.51 | 46.55 | - |
YUV | 105.13 | 171.95 | 209.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 32 | 183 | 0 | 0.85 | 0.16 | 0.14 | 311.55 | 0.75 | 0.49 |
Hex | DB | 20 | B7 | 0 | 55 | 10 | E | 138 | 4B | 31 |
Octal | 333 | 40 | 267 | 0 | 125 | 20 | 16 | 470 | 113 | 61 |
Binary | 11011011 | 100000 | 10110111 | 0 | 1010101 | 10000 | 1110 | 100111000 | 1001011 | 110001 |
Color Harmonies of #DB20B7
Complementary color
Monochromatic Colors of #DB20B7
Black with #DB20B7
Text Example
Text Example
White with #DB20B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20B7; }
p { color: rgb(219,32,183); }
H1.HeaderClassName
{
color: #DB20B7;
}
.AnyTagClassName
{
color: #DB20B7;
}
</style>
background-color css
<style>
a { background-color: #DB20B7; }
a { background-color: rgb(219,32,183); }
div.DivClassName
{
background-color: #DB20B7;
}
.BgClassName
{
background-color: #DB20B7;
}
</style>
border-color css
<style>
span { border-color: #DB20B7; }
span { border-color: rgb(219,32,183); }
td.TdClassName
{
border-color: #DB20B7;
}
.TagClassName
{
border-color: #DB20B7;
}
</style>