Shades of Spicy Pink #DB26AC
Tints of Spicy Pink #DB26AC
RGB
CMYK
RGB Variations
Color information
#DB26AC (or 0xDB26AC) is known color: Spicy Pink. HEX triplet: DB, 26 and AC. RGB value is (219,38,172). Sum of RGB (Red+Green+Blue) = 219+38+172=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB26AC is #24D953. Grayscale: #6B6B6B. Windows color (decimal): -2414932 or 11282139. OLE color: 11282139.
HSL color Cylindrical-coordinate representation of color #DB26AC: hue angle of 315.58º 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 #DB26AC is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 172 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.14 |
| HSL | 315.58º | 0.72% | 0.5% | - |
| HSV(B) | 315.58º | 0.83% | 0.86% | - |
| XYZ | 37.35 | 19.42 | 40.81 | - |
| YUV | 107.4 | 164.47 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 172 | 0 | 0.83 | 0.21 | 0.14 | 315.58 | 0.72 | 0.5 |
| Hex | DB | 26 | AC | 0 | 53 | 15 | E | 13C | 48 | 32 |
| Octal | 333 | 46 | 254 | 0 | 123 | 25 | 16 | 474 | 110 | 62 |
| Binary | 11011011 | 100110 | 10101100 | 0 | 1010011 | 10101 | 1110 | 100111100 | 1001000 | 110010 |
Color Harmonies of #DB26AC
Complementary color
Monochromatic Colors of #DB26AC
Black with #DB26AC
Text Example
Text Example
White with #DB26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26AC; }
p { color: rgb(219,38,172); }
H1.HeaderClassName
{
color: #DB26AC;
}
.AnyTagClassName
{
color: #DB26AC;
}
</style>
background-color css
<style>
a { background-color: #DB26AC; }
a { background-color: rgb(219,38,172); }
div.DivClassName
{
background-color: #DB26AC;
}
.BgClassName
{
background-color: #DB26AC;
}
</style>
border-color css
<style>
span { border-color: #DB26AC; }
span { border-color: rgb(219,38,172); }
td.TdClassName
{
border-color: #DB26AC;
}
.TagClassName
{
border-color: #DB26AC;
}
</style>