Shades of Spicy Pink #DB26B5
Tints of Spicy Pink #DB26B5
RGB
CMYK
RGB Variations
Color information
#DB26B5 (or 0xDB26B5) is known color: Spicy Pink. HEX triplet: DB, 26 and B5. RGB value is (219,38,181). Sum of RGB (Red+Green+Blue) = 219+38+181=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26B5 is #24D94A. Grayscale: #6C6C6C. Windows color (decimal): -2414923 or 11871963. OLE color: 11871963.
HSL color Cylindrical-coordinate representation of color #DB26B5: hue angle of 312.6º 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 #DB26B5 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 181 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.14 |
| HSL | 312.6º | 0.72% | 0.5% | - |
| HSV(B) | 312.6º | 0.83% | 0.86% | - |
| XYZ | 38.25 | 19.78 | 45.52 | - |
| YUV | 108.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 181 | 0 | 0.83 | 0.17 | 0.14 | 312.6 | 0.72 | 0.5 |
| Hex | DB | 26 | B5 | 0 | 53 | 11 | E | 139 | 48 | 32 |
| Octal | 333 | 46 | 265 | 0 | 123 | 21 | 16 | 471 | 110 | 62 |
| Binary | 11011011 | 100110 | 10110101 | 0 | 1010011 | 10001 | 1110 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DB26B5
Complementary color
Monochromatic Colors of #DB26B5
Black with #DB26B5
Text Example
Text Example
White with #DB26B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26B5; }
p { color: rgb(219,38,181); }
H1.HeaderClassName
{
color: #DB26B5;
}
.AnyTagClassName
{
color: #DB26B5;
}
</style>
background-color css
<style>
a { background-color: #DB26B5; }
a { background-color: rgb(219,38,181); }
div.DivClassName
{
background-color: #DB26B5;
}
.BgClassName
{
background-color: #DB26B5;
}
</style>
border-color css
<style>
span { border-color: #DB26B5; }
span { border-color: rgb(219,38,181); }
td.TdClassName
{
border-color: #DB26B5;
}
.TagClassName
{
border-color: #DB26B5;
}
</style>