Shades of Spicy Pink #DB1FB1
Tints of Spicy Pink #DB1FB1
RGB
CMYK
RGB Variations
Color information
#DB1FB1 (or 0xDB1FB1) is known color: Spicy Pink. HEX triplet: DB, 1F and B1. RGB value is (219,31,177). Sum of RGB (Red+Green+Blue) = 219+31+177=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FB1 is #24E04E. Grayscale: #676767. Windows color (decimal): -2416719 or 11608027. OLE color: 11608027.
HSL color Cylindrical-coordinate representation of color #DB1FB1: hue angle of 313.4º 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 #DB1FB1 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 177 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.14 |
| HSL | 313.4º | 0.75% | 0.49% | - |
| HSV(B) | 313.4º | 0.86% | 0.86% | - |
| XYZ | 37.64 | 19.21 | 43.32 | - |
| YUV | 103.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 177 | 0 | 0.86 | 0.19 | 0.14 | 313.4 | 0.75 | 0.49 |
| Hex | DB | 1F | B1 | 0 | 56 | 13 | E | 139 | 4B | 31 |
| Octal | 333 | 37 | 261 | 0 | 126 | 23 | 16 | 471 | 113 | 61 |
| Binary | 11011011 | 11111 | 10110001 | 0 | 1010110 | 10011 | 1110 | 100111001 | 1001011 | 110001 |
Color Harmonies of #DB1FB1
Complementary color
Monochromatic Colors of #DB1FB1
Black with #DB1FB1
Text Example
Text Example
White with #DB1FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FB1; }
p { color: rgb(219,31,177); }
H1.HeaderClassName
{
color: #DB1FB1;
}
.AnyTagClassName
{
color: #DB1FB1;
}
</style>
background-color css
<style>
a { background-color: #DB1FB1; }
a { background-color: rgb(219,31,177); }
div.DivClassName
{
background-color: #DB1FB1;
}
.BgClassName
{
background-color: #DB1FB1;
}
</style>
border-color css
<style>
span { border-color: #DB1FB1; }
span { border-color: rgb(219,31,177); }
td.TdClassName
{
border-color: #DB1FB1;
}
.TagClassName
{
border-color: #DB1FB1;
}
</style>