Shades of Spicy Pink #DB1FAE
Tints of Spicy Pink #DB1FAE
RGB
CMYK
RGB Variations
Color information
#DB1FAE (or 0xDB1FAE) is known color: Spicy Pink. HEX triplet: DB, 1F and AE. RGB value is (219,31,174). Sum of RGB (Red+Green+Blue) = 219+31+174=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FAE is #24E051. Grayscale: #676767. Windows color (decimal): -2416722 or 11411419. OLE color: 11411419.
HSL color Cylindrical-coordinate representation of color #DB1FAE: hue angle of 314.36º degrees, saturation: 0.75, 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 #DB1FAE is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 174 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.14 |
| HSL | 314.36º | 0.75% | 0.49% | - |
| HSV(B) | 314.36º | 0.86% | 0.86% | - |
| XYZ | 37.34 | 19.1 | 41.76 | - |
| YUV | 103.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 174 | 0 | 0.86 | 0.21 | 0.14 | 314.36 | 0.75 | 0.49 |
| Hex | DB | 1F | AE | 0 | 56 | 15 | E | 13A | 4B | 31 |
| Octal | 333 | 37 | 256 | 0 | 126 | 25 | 16 | 472 | 113 | 61 |
| Binary | 11011011 | 11111 | 10101110 | 0 | 1010110 | 10101 | 1110 | 100111010 | 1001011 | 110001 |
Color Harmonies of #DB1FAE
Complementary color
Monochromatic Colors of #DB1FAE
Black with #DB1FAE
Text Example
Text Example
White with #DB1FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FAE; }
p { color: rgb(219,31,174); }
H1.HeaderClassName
{
color: #DB1FAE;
}
.AnyTagClassName
{
color: #DB1FAE;
}
</style>
background-color css
<style>
a { background-color: #DB1FAE; }
a { background-color: rgb(219,31,174); }
div.DivClassName
{
background-color: #DB1FAE;
}
.BgClassName
{
background-color: #DB1FAE;
}
</style>
border-color css
<style>
span { border-color: #DB1FAE; }
span { border-color: rgb(219,31,174); }
td.TdClassName
{
border-color: #DB1FAE;
}
.TagClassName
{
border-color: #DB1FAE;
}
</style>