Shades of Spicy Pink #DB25AF
Tints of Spicy Pink #DB25AF
RGB
CMYK
RGB Variations
Color information
#DB25AF (or 0xDB25AF) is known color: Spicy Pink. HEX triplet: DB, 25 and AF. RGB value is (219,37,175). Sum of RGB (Red+Green+Blue) = 219+37+175=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB25AF is #24DA50. Grayscale: #6A6A6A. Windows color (decimal): -2415185 or 11478491. OLE color: 11478491.
HSL color Cylindrical-coordinate representation of color #DB25AF: hue angle of 314.51º 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 #DB25AF is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 175 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.14 |
| HSL | 314.51º | 0.72% | 0.5% | - |
| HSV(B) | 314.51º | 0.83% | 0.86% | - |
| XYZ | 37.61 | 19.48 | 42.33 | - |
| YUV | 107.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 175 | 0 | 0.83 | 0.20 | 0.14 | 314.51 | 0.72 | 0.5 |
| Hex | DB | 25 | AF | 0 | 53 | 14 | E | 13B | 48 | 32 |
| Octal | 333 | 45 | 257 | 0 | 123 | 24 | 16 | 473 | 110 | 62 |
| Binary | 11011011 | 100101 | 10101111 | 0 | 1010011 | 10100 | 1110 | 100111011 | 1001000 | 110010 |
Color Harmonies of #DB25AF
Complementary color
Monochromatic Colors of #DB25AF
Black with #DB25AF
Text Example
Text Example
White with #DB25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25AF; }
p { color: rgb(219,37,175); }
H1.HeaderClassName
{
color: #DB25AF;
}
.AnyTagClassName
{
color: #DB25AF;
}
</style>
background-color css
<style>
a { background-color: #DB25AF; }
a { background-color: rgb(219,37,175); }
div.DivClassName
{
background-color: #DB25AF;
}
.BgClassName
{
background-color: #DB25AF;
}
</style>
border-color css
<style>
span { border-color: #DB25AF; }
span { border-color: rgb(219,37,175); }
td.TdClassName
{
border-color: #DB25AF;
}
.TagClassName
{
border-color: #DB25AF;
}
</style>