Shades of Spicy Pink #DB25AD
Tints of Spicy Pink #DB25AD
RGB
CMYK
RGB Variations
Color information
#DB25AD (or 0xDB25AD) is known color: Spicy Pink. HEX triplet: DB, 25 and AD. RGB value is (219,37,173). Sum of RGB (Red+Green+Blue) = 219+37+173=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB25AD is #24DA52. Grayscale: #6A6A6A. Windows color (decimal): -2415187 or 11347419. OLE color: 11347419.
HSL color Cylindrical-coordinate representation of color #DB25AD: hue angle of 315.16º 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 #DB25AD is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 173 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.14 |
| HSL | 315.16º | 0.72% | 0.5% | - |
| HSV(B) | 315.16º | 0.83% | 0.86% | - |
| XYZ | 37.42 | 19.4 | 41.31 | - |
| YUV | 106.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 173 | 0 | 0.83 | 0.21 | 0.14 | 315.16 | 0.72 | 0.5 |
| Hex | DB | 25 | AD | 0 | 53 | 15 | E | 13B | 48 | 32 |
| Octal | 333 | 45 | 255 | 0 | 123 | 25 | 16 | 473 | 110 | 62 |
| Binary | 11011011 | 100101 | 10101101 | 0 | 1010011 | 10101 | 1110 | 100111011 | 1001000 | 110010 |
Color Harmonies of #DB25AD
Complementary color
Monochromatic Colors of #DB25AD
Black with #DB25AD
Text Example
Text Example
White with #DB25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25AD; }
p { color: rgb(219,37,173); }
H1.HeaderClassName
{
color: #DB25AD;
}
.AnyTagClassName
{
color: #DB25AD;
}
</style>
background-color css
<style>
a { background-color: #DB25AD; }
a { background-color: rgb(219,37,173); }
div.DivClassName
{
background-color: #DB25AD;
}
.BgClassName
{
background-color: #DB25AD;
}
</style>
border-color css
<style>
span { border-color: #DB25AD; }
span { border-color: rgb(219,37,173); }
td.TdClassName
{
border-color: #DB25AD;
}
.TagClassName
{
border-color: #DB25AD;
}
</style>