Shades of Spicy Pink #DB1AAE
Tints of Spicy Pink #DB1AAE
RGB
CMYK
RGB Variations
Color information
#DB1AAE (or 0xDB1AAE) is known color: Spicy Pink. HEX triplet: DB, 1A and AE. RGB value is (219,26,174). Sum of RGB (Red+Green+Blue) = 219+26+174=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AAE is #24E551. Grayscale: #646464. Windows color (decimal): -2418002 or 11410139. OLE color: 11410139.
HSL color Cylindrical-coordinate representation of color #DB1AAE: hue angle of 313.99º degrees, saturation: 0.79, 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 #DB1AAE is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 174 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.14 |
| HSL | 313.99º | 0.79% | 0.48% | - |
| HSV(B) | 313.99º | 0.88% | 0.86% | - |
| XYZ | 37.22 | 18.85 | 41.72 | - |
| YUV | 100.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 174 | 0 | 0.88 | 0.21 | 0.14 | 313.99 | 0.79 | 0.48 |
| Hex | DB | 1A | AE | 0 | 58 | 15 | E | 13A | 4F | 30 |
| Octal | 333 | 32 | 256 | 0 | 130 | 25 | 16 | 472 | 117 | 60 |
| Binary | 11011011 | 11010 | 10101110 | 0 | 1011000 | 10101 | 1110 | 100111010 | 1001111 | 110000 |
Color Harmonies of #DB1AAE
Complementary color
Monochromatic Colors of #DB1AAE
Black with #DB1AAE
Text Example
Text Example
White with #DB1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AAE; }
p { color: rgb(219,26,174); }
H1.HeaderClassName
{
color: #DB1AAE;
}
.AnyTagClassName
{
color: #DB1AAE;
}
</style>
background-color css
<style>
a { background-color: #DB1AAE; }
a { background-color: rgb(219,26,174); }
div.DivClassName
{
background-color: #DB1AAE;
}
.BgClassName
{
background-color: #DB1AAE;
}
</style>
border-color css
<style>
span { border-color: #DB1AAE; }
span { border-color: rgb(219,26,174); }
td.TdClassName
{
border-color: #DB1AAE;
}
.TagClassName
{
border-color: #DB1AAE;
}
</style>