Shades of Spicy Pink #DB1EAF
Tints of Spicy Pink #DB1EAF
RGB
CMYK
RGB Variations
Color information
#DB1EAF (or 0xDB1EAF) is known color: Spicy Pink. HEX triplet: DB, 1E and AF. RGB value is (219,30,175). Sum of RGB (Red+Green+Blue) = 219+30+175=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1EAF is #24E150. Grayscale: #666666. Windows color (decimal): -2416977 or 11476699. OLE color: 11476699.
HSL color Cylindrical-coordinate representation of color #DB1EAF: hue angle of 313.97º 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 #DB1EAF is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 175 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.14 |
| HSL | 313.97º | 0.76% | 0.49% | - |
| HSV(B) | 313.97º | 0.86% | 0.86% | - |
| XYZ | 37.42 | 19.08 | 42.27 | - |
| YUV | 103.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 175 | 0 | 0.86 | 0.20 | 0.14 | 313.97 | 0.76 | 0.49 |
| Hex | DB | 1E | AF | 0 | 56 | 14 | E | 13A | 4C | 31 |
| Octal | 333 | 36 | 257 | 0 | 126 | 24 | 16 | 472 | 114 | 61 |
| Binary | 11011011 | 11110 | 10101111 | 0 | 1010110 | 10100 | 1110 | 100111010 | 1001100 | 110001 |
Color Harmonies of #DB1EAF
Complementary color
Monochromatic Colors of #DB1EAF
Black with #DB1EAF
Text Example
Text Example
White with #DB1EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EAF; }
p { color: rgb(219,30,175); }
H1.HeaderClassName
{
color: #DB1EAF;
}
.AnyTagClassName
{
color: #DB1EAF;
}
</style>
background-color css
<style>
a { background-color: #DB1EAF; }
a { background-color: rgb(219,30,175); }
div.DivClassName
{
background-color: #DB1EAF;
}
.BgClassName
{
background-color: #DB1EAF;
}
</style>
border-color css
<style>
span { border-color: #DB1EAF; }
span { border-color: rgb(219,30,175); }
td.TdClassName
{
border-color: #DB1EAF;
}
.TagClassName
{
border-color: #DB1EAF;
}
</style>