Shades of Spicy Pink #DB25B4
Tints of Spicy Pink #DB25B4
RGB
CMYK
RGB Variations
Color information
#DB25B4 (or 0xDB25B4) is known color: Spicy Pink. HEX triplet: DB, 25 and B4. RGB value is (219,37,180). Sum of RGB (Red+Green+Blue) = 219+37+180=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25B4 is #24DA4B. Grayscale: #6B6B6B. Windows color (decimal): -2415180 or 11806171. OLE color: 11806171.
HSL color Cylindrical-coordinate representation of color #DB25B4: hue angle of 312.86º 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 #DB25B4 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 180 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.14 |
| HSL | 312.86º | 0.72% | 0.5% | - |
| HSV(B) | 312.86º | 0.83% | 0.86% | - |
| XYZ | 38.11 | 19.68 | 44.97 | - |
| YUV | 107.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 180 | 0 | 0.83 | 0.18 | 0.14 | 312.86 | 0.72 | 0.5 |
| Hex | DB | 25 | B4 | 0 | 53 | 12 | E | 139 | 48 | 32 |
| Octal | 333 | 45 | 264 | 0 | 123 | 22 | 16 | 471 | 110 | 62 |
| Binary | 11011011 | 100101 | 10110100 | 0 | 1010011 | 10010 | 1110 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DB25B4
Complementary color
Monochromatic Colors of #DB25B4
Black with #DB25B4
Text Example
Text Example
White with #DB25B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25B4; }
p { color: rgb(219,37,180); }
H1.HeaderClassName
{
color: #DB25B4;
}
.AnyTagClassName
{
color: #DB25B4;
}
</style>
background-color css
<style>
a { background-color: #DB25B4; }
a { background-color: rgb(219,37,180); }
div.DivClassName
{
background-color: #DB25B4;
}
.BgClassName
{
background-color: #DB25B4;
}
</style>
border-color css
<style>
span { border-color: #DB25B4; }
span { border-color: rgb(219,37,180); }
td.TdClassName
{
border-color: #DB25B4;
}
.TagClassName
{
border-color: #DB25B4;
}
</style>