Shades of Shocking Pink #DB25BF
Tints of Shocking Pink #DB25BF
RGB
CMYK
RGB Variations
Color information
#DB25BF (or 0xDB25BF) is known color: Shocking Pink. HEX triplet: DB, 25 and BF. RGB value is (219,37,191). Sum of RGB (Red+Green+Blue) = 219+37+191=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25BF is #24DA40. Grayscale: #6C6C6C. Windows color (decimal): -2415169 or 12527067. OLE color: 12527067.
HSL color Cylindrical-coordinate representation of color #DB25BF: hue angle of 309.23º 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 #DB25BF is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 191 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.14 |
| HSL | 309.23º | 0.72% | 0.5% | - |
| HSV(B) | 309.23º | 0.83% | 0.86% | - |
| XYZ | 39.28 | 20.14 | 51.11 | - |
| YUV | 108.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 191 | 0 | 0.83 | 0.13 | 0.14 | 309.23 | 0.72 | 0.5 |
| Hex | DB | 25 | BF | 0 | 53 | D | E | 135 | 48 | 32 |
| Octal | 333 | 45 | 277 | 0 | 123 | 15 | 16 | 465 | 110 | 62 |
| Binary | 11011011 | 100101 | 10111111 | 0 | 1010011 | 1101 | 1110 | 100110101 | 1001000 | 110010 |
Color Harmonies of #DB25BF
Complementary color
Monochromatic Colors of #DB25BF
Black with #DB25BF
Text Example
Text Example
White with #DB25BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25BF; }
p { color: rgb(219,37,191); }
H1.HeaderClassName
{
color: #DB25BF;
}
.AnyTagClassName
{
color: #DB25BF;
}
</style>
background-color css
<style>
a { background-color: #DB25BF; }
a { background-color: rgb(219,37,191); }
div.DivClassName
{
background-color: #DB25BF;
}
.BgClassName
{
background-color: #DB25BF;
}
</style>
border-color css
<style>
span { border-color: #DB25BF; }
span { border-color: rgb(219,37,191); }
td.TdClassName
{
border-color: #DB25BF;
}
.TagClassName
{
border-color: #DB25BF;
}
</style>