Shades of Spicy Pink #DB1BAE
Tints of Spicy Pink #DB1BAE
RGB
CMYK
RGB Variations
Color information
#DB1BAE (or 0xDB1BAE) is known color: Spicy Pink. HEX triplet: DB, 1B and AE. RGB value is (219,27,174). Sum of RGB (Red+Green+Blue) = 219+27+174=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BAE is #24E451. Grayscale: #646464. Windows color (decimal): -2417746 or 11410395. OLE color: 11410395.
HSL color Cylindrical-coordinate representation of color #DB1BAE: hue angle of 314.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BAE is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 174 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.14 |
| HSL | 314.06º | 0.78% | 0.48% | - |
| HSV(B) | 314.06º | 0.88% | 0.86% | - |
| XYZ | 37.25 | 18.9 | 41.73 | - |
| YUV | 101.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 174 | 0 | 0.88 | 0.21 | 0.14 | 314.06 | 0.78 | 0.48 |
| Hex | DB | 1B | AE | 0 | 58 | 15 | E | 13A | 4E | 30 |
| Octal | 333 | 33 | 256 | 0 | 130 | 25 | 16 | 472 | 116 | 60 |
| Binary | 11011011 | 11011 | 10101110 | 0 | 1011000 | 10101 | 1110 | 100111010 | 1001110 | 110000 |
Color Harmonies of #DB1BAE
Complementary color
Monochromatic Colors of #DB1BAE
Black with #DB1BAE
Text Example
Text Example
White with #DB1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BAE; }
p { color: rgb(219,27,174); }
H1.HeaderClassName
{
color: #DB1BAE;
}
.AnyTagClassName
{
color: #DB1BAE;
}
</style>
background-color css
<style>
a { background-color: #DB1BAE; }
a { background-color: rgb(219,27,174); }
div.DivClassName
{
background-color: #DB1BAE;
}
.BgClassName
{
background-color: #DB1BAE;
}
</style>
border-color css
<style>
span { border-color: #DB1BAE; }
span { border-color: rgb(219,27,174); }
td.TdClassName
{
border-color: #DB1BAE;
}
.TagClassName
{
border-color: #DB1BAE;
}
</style>