Shades of Shocking Pink #DB25BD
Tints of Shocking Pink #DB25BD
RGB
CMYK
RGB Variations
Color information
#DB25BD (or 0xDB25BD) is known color: Shocking Pink. HEX triplet: DB, 25 and BD. RGB value is (219,37,189). Sum of RGB (Red+Green+Blue) = 219+37+189=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25BD is #24DA42. Grayscale: #6C6C6C. Windows color (decimal): -2415171 or 12395995. OLE color: 12395995.
HSL color Cylindrical-coordinate representation of color #DB25BD: hue angle of 309.89º 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 #DB25BD is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 189 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.14 |
| HSL | 309.89º | 0.72% | 0.5% | - |
| HSV(B) | 309.89º | 0.83% | 0.86% | - |
| XYZ | 39.06 | 20.06 | 49.96 | - |
| YUV | 108.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 189 | 0 | 0.83 | 0.14 | 0.14 | 309.89 | 0.72 | 0.5 |
| Hex | DB | 25 | BD | 0 | 53 | E | E | 136 | 48 | 32 |
| Octal | 333 | 45 | 275 | 0 | 123 | 16 | 16 | 466 | 110 | 62 |
| Binary | 11011011 | 100101 | 10111101 | 0 | 1010011 | 1110 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DB25BD
Complementary color
Monochromatic Colors of #DB25BD
Black with #DB25BD
Text Example
Text Example
White with #DB25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25BD; }
p { color: rgb(219,37,189); }
H1.HeaderClassName
{
color: #DB25BD;
}
.AnyTagClassName
{
color: #DB25BD;
}
</style>
background-color css
<style>
a { background-color: #DB25BD; }
a { background-color: rgb(219,37,189); }
div.DivClassName
{
background-color: #DB25BD;
}
.BgClassName
{
background-color: #DB25BD;
}
</style>
border-color css
<style>
span { border-color: #DB25BD; }
span { border-color: rgb(219,37,189); }
td.TdClassName
{
border-color: #DB25BD;
}
.TagClassName
{
border-color: #DB25BD;
}
</style>