Shades of Spicy Pink #DB25B6
Tints of Spicy Pink #DB25B6
RGB
CMYK
RGB Variations
Color information
#DB25B6 (or 0xDB25B6) is known color: Spicy Pink. HEX triplet: DB, 25 and B6. RGB value is (219,37,182). Sum of RGB (Red+Green+Blue) = 219+37+182=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25B6 is #24DA49. Grayscale: #6B6B6B. Windows color (decimal): -2415178 or 11937243. OLE color: 11937243.
HSL color Cylindrical-coordinate representation of color #DB25B6: hue angle of 312.2º 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 #DB25B6 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 182 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.14 |
| HSL | 312.2º | 0.72% | 0.5% | - |
| HSV(B) | 312.2º | 0.83% | 0.86% | - |
| XYZ | 38.32 | 19.76 | 46.05 | - |
| YUV | 107.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 182 | 0 | 0.83 | 0.17 | 0.14 | 312.2 | 0.72 | 0.5 |
| Hex | DB | 25 | B6 | 0 | 53 | 11 | E | 138 | 48 | 32 |
| Octal | 333 | 45 | 266 | 0 | 123 | 21 | 16 | 470 | 110 | 62 |
| Binary | 11011011 | 100101 | 10110110 | 0 | 1010011 | 10001 | 1110 | 100111000 | 1001000 | 110010 |
Color Harmonies of #DB25B6
Complementary color
Monochromatic Colors of #DB25B6
Black with #DB25B6
Text Example
Text Example
White with #DB25B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25B6; }
p { color: rgb(219,37,182); }
H1.HeaderClassName
{
color: #DB25B6;
}
.AnyTagClassName
{
color: #DB25B6;
}
</style>
background-color css
<style>
a { background-color: #DB25B6; }
a { background-color: rgb(219,37,182); }
div.DivClassName
{
background-color: #DB25B6;
}
.BgClassName
{
background-color: #DB25B6;
}
</style>
border-color css
<style>
span { border-color: #DB25B6; }
span { border-color: rgb(219,37,182); }
td.TdClassName
{
border-color: #DB25B6;
}
.TagClassName
{
border-color: #DB25B6;
}
</style>