Shades of Shocking Pink #DB25BC
Tints of Shocking Pink #DB25BC
RGB
CMYK
RGB Variations
Color information
#DB25BC (or 0xDB25BC) is known color: Shocking Pink. HEX triplet: DB, 25 and BC. RGB value is (219,37,188). Sum of RGB (Red+Green+Blue) = 219+37+188=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25BC is #24DA43. Grayscale: #6C6C6C. Windows color (decimal): -2415172 or 12330459. OLE color: 12330459.
HSL color Cylindrical-coordinate representation of color #DB25BC: hue angle of 310.22º 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 #DB25BC is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 188 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.14 |
| HSL | 310.22º | 0.72% | 0.5% | - |
| HSV(B) | 310.22º | 0.83% | 0.86% | - |
| XYZ | 38.95 | 20.01 | 49.39 | - |
| YUV | 108.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 188 | 0 | 0.83 | 0.14 | 0.14 | 310.22 | 0.72 | 0.5 |
| Hex | DB | 25 | BC | 0 | 53 | E | E | 136 | 48 | 32 |
| Octal | 333 | 45 | 274 | 0 | 123 | 16 | 16 | 466 | 110 | 62 |
| Binary | 11011011 | 100101 | 10111100 | 0 | 1010011 | 1110 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DB25BC
Complementary color
Monochromatic Colors of #DB25BC
Black with #DB25BC
Text Example
Text Example
White with #DB25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25BC; }
p { color: rgb(219,37,188); }
H1.HeaderClassName
{
color: #DB25BC;
}
.AnyTagClassName
{
color: #DB25BC;
}
</style>
background-color css
<style>
a { background-color: #DB25BC; }
a { background-color: rgb(219,37,188); }
div.DivClassName
{
background-color: #DB25BC;
}
.BgClassName
{
background-color: #DB25BC;
}
</style>
border-color css
<style>
span { border-color: #DB25BC; }
span { border-color: rgb(219,37,188); }
td.TdClassName
{
border-color: #DB25BC;
}
.TagClassName
{
border-color: #DB25BC;
}
</style>