Shades of Spicy Pink #DB26B0
Tints of Spicy Pink #DB26B0
RGB
CMYK
RGB Variations
Color information
#DB26B0 (or 0xDB26B0) is known color: Spicy Pink. HEX triplet: DB, 26 and B0. RGB value is (219,38,176). Sum of RGB (Red+Green+Blue) = 219+38+176=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB26B0 is #24D94F. Grayscale: #6B6B6B. Windows color (decimal): -2414928 or 11544283. OLE color: 11544283.
HSL color Cylindrical-coordinate representation of color #DB26B0: hue angle of 314.25º 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 #DB26B0 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 176 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.14 |
| HSL | 314.25º | 0.72% | 0.5% | - |
| HSV(B) | 314.25º | 0.83% | 0.86% | - |
| XYZ | 37.74 | 19.58 | 42.86 | - |
| YUV | 107.85 | 166.47 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 176 | 0 | 0.83 | 0.20 | 0.14 | 314.25 | 0.72 | 0.5 |
| Hex | DB | 26 | B0 | 0 | 53 | 14 | E | 13A | 48 | 32 |
| Octal | 333 | 46 | 260 | 0 | 123 | 24 | 16 | 472 | 110 | 62 |
| Binary | 11011011 | 100110 | 10110000 | 0 | 1010011 | 10100 | 1110 | 100111010 | 1001000 | 110010 |
Color Harmonies of #DB26B0
Complementary color
Monochromatic Colors of #DB26B0
Black with #DB26B0
Text Example
Text Example
White with #DB26B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26B0; }
p { color: rgb(219,38,176); }
H1.HeaderClassName
{
color: #DB26B0;
}
.AnyTagClassName
{
color: #DB26B0;
}
</style>
background-color css
<style>
a { background-color: #DB26B0; }
a { background-color: rgb(219,38,176); }
div.DivClassName
{
background-color: #DB26B0;
}
.BgClassName
{
background-color: #DB26B0;
}
</style>
border-color css
<style>
span { border-color: #DB26B0; }
span { border-color: rgb(219,38,176); }
td.TdClassName
{
border-color: #DB26B0;
}
.TagClassName
{
border-color: #DB26B0;
}
</style>