Shades of Spicy Pink #DB26B3
Tints of Spicy Pink #DB26B3
RGB
CMYK
RGB Variations
Color information
#DB26B3 (or 0xDB26B3) is known color: Spicy Pink. HEX triplet: DB, 26 and B3. RGB value is (219,38,179). Sum of RGB (Red+Green+Blue) = 219+38+179=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26B3 is #24D94C. Grayscale: #6B6B6B. Windows color (decimal): -2414925 or 11740891. OLE color: 11740891.
HSL color Cylindrical-coordinate representation of color #DB26B3: hue angle of 313.26º 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 #DB26B3 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 179 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.14 |
| HSL | 313.26º | 0.72% | 0.5% | - |
| HSV(B) | 313.26º | 0.83% | 0.86% | - |
| XYZ | 38.04 | 19.7 | 44.45 | - |
| YUV | 108.19 | 167.97 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 179 | 0 | 0.83 | 0.18 | 0.14 | 313.26 | 0.72 | 0.5 |
| Hex | DB | 26 | B3 | 0 | 53 | 12 | E | 139 | 48 | 32 |
| Octal | 333 | 46 | 263 | 0 | 123 | 22 | 16 | 471 | 110 | 62 |
| Binary | 11011011 | 100110 | 10110011 | 0 | 1010011 | 10010 | 1110 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DB26B3
Complementary color
Monochromatic Colors of #DB26B3
Black with #DB26B3
Text Example
Text Example
White with #DB26B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26B3; }
p { color: rgb(219,38,179); }
H1.HeaderClassName
{
color: #DB26B3;
}
.AnyTagClassName
{
color: #DB26B3;
}
</style>
background-color css
<style>
a { background-color: #DB26B3; }
a { background-color: rgb(219,38,179); }
div.DivClassName
{
background-color: #DB26B3;
}
.BgClassName
{
background-color: #DB26B3;
}
</style>
border-color css
<style>
span { border-color: #DB26B3; }
span { border-color: rgb(219,38,179); }
td.TdClassName
{
border-color: #DB26B3;
}
.TagClassName
{
border-color: #DB26B3;
}
</style>