Shades of Spicy Pink #DB1EAE
Tints of Spicy Pink #DB1EAE
RGB
CMYK
RGB Variations
Color information
#DB1EAE (or 0xDB1EAE) is known color: Spicy Pink. HEX triplet: DB, 1E and AE. RGB value is (219,30,174). Sum of RGB (Red+Green+Blue) = 219+30+174=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1EAE is #24E151. Grayscale: #666666. Windows color (decimal): -2416978 or 11411163. OLE color: 11411163.
HSL color Cylindrical-coordinate representation of color #DB1EAE: hue angle of 314.29º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1EAE is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 174 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.14 |
| HSL | 314.29º | 0.76% | 0.49% | - |
| HSV(B) | 314.29º | 0.86% | 0.86% | - |
| XYZ | 37.32 | 19.04 | 41.75 | - |
| YUV | 102.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 174 | 0 | 0.86 | 0.21 | 0.14 | 314.29 | 0.76 | 0.49 |
| Hex | DB | 1E | AE | 0 | 56 | 15 | E | 13A | 4C | 31 |
| Octal | 333 | 36 | 256 | 0 | 126 | 25 | 16 | 472 | 114 | 61 |
| Binary | 11011011 | 11110 | 10101110 | 0 | 1010110 | 10101 | 1110 | 100111010 | 1001100 | 110001 |
Color Harmonies of #DB1EAE
Complementary color
Monochromatic Colors of #DB1EAE
Black with #DB1EAE
Text Example
Text Example
White with #DB1EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EAE; }
p { color: rgb(219,30,174); }
H1.HeaderClassName
{
color: #DB1EAE;
}
.AnyTagClassName
{
color: #DB1EAE;
}
</style>
background-color css
<style>
a { background-color: #DB1EAE; }
a { background-color: rgb(219,30,174); }
div.DivClassName
{
background-color: #DB1EAE;
}
.BgClassName
{
background-color: #DB1EAE;
}
</style>
border-color css
<style>
span { border-color: #DB1EAE; }
span { border-color: rgb(219,30,174); }
td.TdClassName
{
border-color: #DB1EAE;
}
.TagClassName
{
border-color: #DB1EAE;
}
</style>