Shades of Shocking Pink #DB23BA
Tints of Shocking Pink #DB23BA
RGB
CMYK
RGB Variations
Color information
#DB23BA (or 0xDB23BA) is known color: Shocking Pink. HEX triplet: DB, 23 and BA. RGB value is (219,35,186). Sum of RGB (Red+Green+Blue) = 219+35+186=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23BA is #24DC45. Grayscale: #6A6A6A. Windows color (decimal): -2415686 or 12198875. OLE color: 12198875.
HSL color Cylindrical-coordinate representation of color #DB23BA: hue angle of 310.76º degrees, saturation: 0.72, 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 #DB23BA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 186 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.14 |
| HSL | 310.76º | 0.72% | 0.5% | - |
| HSV(B) | 310.76º | 0.84% | 0.86% | - |
| XYZ | 38.68 | 19.81 | 48.24 | - |
| YUV | 107.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 186 | 0 | 0.84 | 0.15 | 0.14 | 310.76 | 0.72 | 0.5 |
| Hex | DB | 23 | BA | 0 | 54 | F | E | 137 | 48 | 32 |
| Octal | 333 | 43 | 272 | 0 | 124 | 17 | 16 | 467 | 110 | 62 |
| Binary | 11011011 | 100011 | 10111010 | 0 | 1010100 | 1111 | 1110 | 100110111 | 1001000 | 110010 |
Color Harmonies of #DB23BA
Complementary color
Monochromatic Colors of #DB23BA
Black with #DB23BA
Text Example
Text Example
White with #DB23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23BA; }
p { color: rgb(219,35,186); }
H1.HeaderClassName
{
color: #DB23BA;
}
.AnyTagClassName
{
color: #DB23BA;
}
</style>
background-color css
<style>
a { background-color: #DB23BA; }
a { background-color: rgb(219,35,186); }
div.DivClassName
{
background-color: #DB23BA;
}
.BgClassName
{
background-color: #DB23BA;
}
</style>
border-color css
<style>
span { border-color: #DB23BA; }
span { border-color: rgb(219,35,186); }
td.TdClassName
{
border-color: #DB23BA;
}
.TagClassName
{
border-color: #DB23BA;
}
</style>