Shades of Shocking Pink #DB21B7
Tints of Shocking Pink #DB21B7
RGB
CMYK
RGB Variations
Color information
#DB21B7 (or 0xDB21B7) is known color: Shocking Pink. HEX triplet: DB, 21 and B7. RGB value is (219,33,183). Sum of RGB (Red+Green+Blue) = 219+33+183=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21B7 is #24DE48. Grayscale: #696969. Windows color (decimal): -2416201 or 12001755. OLE color: 12001755.
HSL color Cylindrical-coordinate representation of color #DB21B7: hue angle of 311.61º degrees, saturation: 0.74, 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 #DB21B7 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 183 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.14 |
| HSL | 311.61º | 0.74% | 0.49% | - |
| HSV(B) | 311.61º | 0.85% | 0.86% | - |
| XYZ | 38.3 | 19.57 | 46.56 | - |
| YUV | 105.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 183 | 0 | 0.85 | 0.16 | 0.14 | 311.61 | 0.74 | 0.49 |
| Hex | DB | 21 | B7 | 0 | 55 | 10 | E | 138 | 4A | 31 |
| Octal | 333 | 41 | 267 | 0 | 125 | 20 | 16 | 470 | 112 | 61 |
| Binary | 11011011 | 100001 | 10110111 | 0 | 1010101 | 10000 | 1110 | 100111000 | 1001010 | 110001 |
Color Harmonies of #DB21B7
Complementary color
Monochromatic Colors of #DB21B7
Black with #DB21B7
Text Example
Text Example
White with #DB21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21B7; }
p { color: rgb(219,33,183); }
H1.HeaderClassName
{
color: #DB21B7;
}
.AnyTagClassName
{
color: #DB21B7;
}
</style>
background-color css
<style>
a { background-color: #DB21B7; }
a { background-color: rgb(219,33,183); }
div.DivClassName
{
background-color: #DB21B7;
}
.BgClassName
{
background-color: #DB21B7;
}
</style>
border-color css
<style>
span { border-color: #DB21B7; }
span { border-color: rgb(219,33,183); }
td.TdClassName
{
border-color: #DB21B7;
}
.TagClassName
{
border-color: #DB21B7;
}
</style>