Shades of Shocking Pink #DB25BA
Tints of Shocking Pink #DB25BA
RGB
CMYK
RGB Variations
Color information
#DB25BA (or 0xDB25BA) is known color: Shocking Pink. HEX triplet: DB, 25 and BA. RGB value is (219,37,186). Sum of RGB (Red+Green+Blue) = 219+37+186=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25BA is #24DA45. Grayscale: #6B6B6B. Windows color (decimal): -2415174 or 12199387. OLE color: 12199387.
HSL color Cylindrical-coordinate representation of color #DB25BA: hue angle of 310.88º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB25BA is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 186 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.14 |
| HSL | 310.88º | 0.72% | 0.5% | - |
| HSV(B) | 310.88º | 0.83% | 0.86% | - |
| XYZ | 38.74 | 19.93 | 48.26 | - |
| YUV | 108.4 | 171.8 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 186 | 0 | 0.83 | 0.15 | 0.14 | 310.88 | 0.72 | 0.5 |
| Hex | DB | 25 | BA | 0 | 53 | F | E | 137 | 48 | 32 |
| Octal | 333 | 45 | 272 | 0 | 123 | 17 | 16 | 467 | 110 | 62 |
| Binary | 11011011 | 100101 | 10111010 | 0 | 1010011 | 1111 | 1110 | 100110111 | 1001000 | 110010 |
Color Harmonies of #DB25BA
Complementary color
Monochromatic Colors of #DB25BA
Black with #DB25BA
Text Example
Text Example
White with #DB25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25BA; }
p { color: rgb(219,37,186); }
H1.HeaderClassName
{
color: #DB25BA;
}
.AnyTagClassName
{
color: #DB25BA;
}
</style>
background-color css
<style>
a { background-color: #DB25BA; }
a { background-color: rgb(219,37,186); }
div.DivClassName
{
background-color: #DB25BA;
}
.BgClassName
{
background-color: #DB25BA;
}
</style>
border-color css
<style>
span { border-color: #DB25BA; }
span { border-color: rgb(219,37,186); }
td.TdClassName
{
border-color: #DB25BA;
}
.TagClassName
{
border-color: #DB25BA;
}
</style>