Shades of Spicy Pink #DB1BB1
Tints of Spicy Pink #DB1BB1
RGB
CMYK
RGB Variations
Color information
#DB1BB1 (or 0xDB1BB1) is known color: Spicy Pink. HEX triplet: DB, 1B and B1. RGB value is (219,27,177). Sum of RGB (Red+Green+Blue) = 219+27+177=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BB1 is #24E44E. Grayscale: #656565. Windows color (decimal): -2417743 or 11607003. OLE color: 11607003.
HSL color Cylindrical-coordinate representation of color #DB1BB1: hue angle of 313.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BB1 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 177 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.14 |
| HSL | 313.13º | 0.78% | 0.48% | - |
| HSV(B) | 313.13º | 0.88% | 0.86% | - |
| XYZ | 37.54 | 19.02 | 43.29 | - |
| YUV | 101.51 | 170.61 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 177 | 0 | 0.88 | 0.19 | 0.14 | 313.13 | 0.78 | 0.48 |
| Hex | DB | 1B | B1 | 0 | 58 | 13 | E | 139 | 4E | 30 |
| Octal | 333 | 33 | 261 | 0 | 130 | 23 | 16 | 471 | 116 | 60 |
| Binary | 11011011 | 11011 | 10110001 | 0 | 1011000 | 10011 | 1110 | 100111001 | 1001110 | 110000 |
Color Harmonies of #DB1BB1
Complementary color
Monochromatic Colors of #DB1BB1
Black with #DB1BB1
Text Example
Text Example
White with #DB1BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BB1; }
p { color: rgb(219,27,177); }
H1.HeaderClassName
{
color: #DB1BB1;
}
.AnyTagClassName
{
color: #DB1BB1;
}
</style>
background-color css
<style>
a { background-color: #DB1BB1; }
a { background-color: rgb(219,27,177); }
div.DivClassName
{
background-color: #DB1BB1;
}
.BgClassName
{
background-color: #DB1BB1;
}
</style>
border-color css
<style>
span { border-color: #DB1BB1; }
span { border-color: rgb(219,27,177); }
td.TdClassName
{
border-color: #DB1BB1;
}
.TagClassName
{
border-color: #DB1BB1;
}
</style>