Shades of Spicy Pink #DB26B7
Tints of Spicy Pink #DB26B7
RGB
CMYK
RGB Variations
Color information
#DB26B7 (or 0xDB26B7) is known color: Spicy Pink. HEX triplet: DB, 26 and B7. RGB value is (219,38,183). Sum of RGB (Red+Green+Blue) = 219+38+183=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26B7 is #24D948. Grayscale: #6C6C6C. Windows color (decimal): -2414921 or 12003035. OLE color: 12003035.
HSL color Cylindrical-coordinate representation of color #DB26B7: hue angle of 311.93º 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 #DB26B7 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 183 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.14 |
| HSL | 311.93º | 0.72% | 0.5% | - |
| HSV(B) | 311.93º | 0.83% | 0.86% | - |
| XYZ | 38.45 | 19.87 | 46.61 | - |
| YUV | 108.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 183 | 0 | 0.83 | 0.16 | 0.14 | 311.93 | 0.72 | 0.5 |
| Hex | DB | 26 | B7 | 0 | 53 | 10 | E | 138 | 48 | 32 |
| Octal | 333 | 46 | 267 | 0 | 123 | 20 | 16 | 470 | 110 | 62 |
| Binary | 11011011 | 100110 | 10110111 | 0 | 1010011 | 10000 | 1110 | 100111000 | 1001000 | 110010 |
Color Harmonies of #DB26B7
Complementary color
Monochromatic Colors of #DB26B7
Black with #DB26B7
Text Example
Text Example
White with #DB26B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26B7; }
p { color: rgb(219,38,183); }
H1.HeaderClassName
{
color: #DB26B7;
}
.AnyTagClassName
{
color: #DB26B7;
}
</style>
background-color css
<style>
a { background-color: #DB26B7; }
a { background-color: rgb(219,38,183); }
div.DivClassName
{
background-color: #DB26B7;
}
.BgClassName
{
background-color: #DB26B7;
}
</style>
border-color css
<style>
span { border-color: #DB26B7; }
span { border-color: rgb(219,38,183); }
td.TdClassName
{
border-color: #DB26B7;
}
.TagClassName
{
border-color: #DB26B7;
}
</style>