Shades of Shocking Pink #DB21BD
Tints of Shocking Pink #DB21BD
RGB
CMYK
RGB Variations
Color information
#DB21BD (or 0xDB21BD) is known color: Shocking Pink. HEX triplet: DB, 21 and BD. RGB value is (219,33,189). Sum of RGB (Red+Green+Blue) = 219+33+189=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21BD is #24DE42. Grayscale: #696969. Windows color (decimal): -2416195 or 12394971. OLE color: 12394971.
HSL color Cylindrical-coordinate representation of color #DB21BD: hue angle of 309.68º 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 #DB21BD is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 189 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.14 |
| HSL | 309.68º | 0.74% | 0.49% | - |
| HSV(B) | 309.68º | 0.85% | 0.86% | - |
| XYZ | 38.94 | 19.82 | 49.92 | - |
| YUV | 106.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 189 | 0 | 0.85 | 0.14 | 0.14 | 309.68 | 0.74 | 0.49 |
| Hex | DB | 21 | BD | 0 | 55 | E | E | 136 | 4A | 31 |
| Octal | 333 | 41 | 275 | 0 | 125 | 16 | 16 | 466 | 112 | 61 |
| Binary | 11011011 | 100001 | 10111101 | 0 | 1010101 | 1110 | 1110 | 100110110 | 1001010 | 110001 |
Color Harmonies of #DB21BD
Complementary color
Monochromatic Colors of #DB21BD
Black with #DB21BD
Text Example
Text Example
White with #DB21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21BD; }
p { color: rgb(219,33,189); }
H1.HeaderClassName
{
color: #DB21BD;
}
.AnyTagClassName
{
color: #DB21BD;
}
</style>
background-color css
<style>
a { background-color: #DB21BD; }
a { background-color: rgb(219,33,189); }
div.DivClassName
{
background-color: #DB21BD;
}
.BgClassName
{
background-color: #DB21BD;
}
</style>
border-color css
<style>
span { border-color: #DB21BD; }
span { border-color: rgb(219,33,189); }
td.TdClassName
{
border-color: #DB21BD;
}
.TagClassName
{
border-color: #DB21BD;
}
</style>