Shades of Spicy Pink #DB1FB3
Tints of Spicy Pink #DB1FB3
RGB
CMYK
RGB Variations
Color information
#DB1FB3 (or 0xDB1FB3) is known color: Spicy Pink. HEX triplet: DB, 1F and B3. RGB value is (219,31,179). Sum of RGB (Red+Green+Blue) = 219+31+179=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FB3 is #24E04C. Grayscale: #676767. Windows color (decimal): -2416717 or 11739099. OLE color: 11739099.
HSL color Cylindrical-coordinate representation of color #DB1FB3: hue angle of 312.77º 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 #DB1FB3 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 179 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.14 |
| HSL | 312.77º | 0.75% | 0.49% | - |
| HSV(B) | 312.77º | 0.86% | 0.86% | - |
| XYZ | 37.84 | 19.29 | 44.38 | - |
| YUV | 104.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 179 | 0 | 0.86 | 0.18 | 0.14 | 312.77 | 0.75 | 0.49 |
| Hex | DB | 1F | B3 | 0 | 56 | 12 | E | 139 | 4B | 31 |
| Octal | 333 | 37 | 263 | 0 | 126 | 22 | 16 | 471 | 113 | 61 |
| Binary | 11011011 | 11111 | 10110011 | 0 | 1010110 | 10010 | 1110 | 100111001 | 1001011 | 110001 |
Color Harmonies of #DB1FB3
Complementary color
Monochromatic Colors of #DB1FB3
Black with #DB1FB3
Text Example
Text Example
White with #DB1FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FB3; }
p { color: rgb(219,31,179); }
H1.HeaderClassName
{
color: #DB1FB3;
}
.AnyTagClassName
{
color: #DB1FB3;
}
</style>
background-color css
<style>
a { background-color: #DB1FB3; }
a { background-color: rgb(219,31,179); }
div.DivClassName
{
background-color: #DB1FB3;
}
.BgClassName
{
background-color: #DB1FB3;
}
</style>
border-color css
<style>
span { border-color: #DB1FB3; }
span { border-color: rgb(219,31,179); }
td.TdClassName
{
border-color: #DB1FB3;
}
.TagClassName
{
border-color: #DB1FB3;
}
</style>