Shades of Spicy Pink #DB1CB1
Tints of Spicy Pink #DB1CB1
RGB
CMYK
RGB Variations
Color information
#DB1CB1 (or 0xDB1CB1) is known color: Spicy Pink. HEX triplet: DB, 1C and B1. RGB value is (219,28,177). Sum of RGB (Red+Green+Blue) = 219+28+177=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CB1 is #24E34E. Grayscale: #656565. Windows color (decimal): -2417487 or 11607259. OLE color: 11607259.
HSL color Cylindrical-coordinate representation of color #DB1CB1: hue angle of 313.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CB1 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 177 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.14 |
| HSL | 313.19º | 0.77% | 0.48% | - |
| HSV(B) | 313.19º | 0.87% | 0.86% | - |
| XYZ | 37.56 | 19.06 | 43.3 | - |
| YUV | 102.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 177 | 0 | 0.87 | 0.19 | 0.14 | 313.19 | 0.77 | 0.48 |
| Hex | DB | 1C | B1 | 0 | 57 | 13 | E | 139 | 4D | 30 |
| Octal | 333 | 34 | 261 | 0 | 127 | 23 | 16 | 471 | 115 | 60 |
| Binary | 11011011 | 11100 | 10110001 | 0 | 1010111 | 10011 | 1110 | 100111001 | 1001101 | 110000 |
Color Harmonies of #DB1CB1
Complementary color
Monochromatic Colors of #DB1CB1
Black with #DB1CB1
Text Example
Text Example
White with #DB1CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CB1; }
p { color: rgb(219,28,177); }
H1.HeaderClassName
{
color: #DB1CB1;
}
.AnyTagClassName
{
color: #DB1CB1;
}
</style>
background-color css
<style>
a { background-color: #DB1CB1; }
a { background-color: rgb(219,28,177); }
div.DivClassName
{
background-color: #DB1CB1;
}
.BgClassName
{
background-color: #DB1CB1;
}
</style>
border-color css
<style>
span { border-color: #DB1CB1; }
span { border-color: rgb(219,28,177); }
td.TdClassName
{
border-color: #DB1CB1;
}
.TagClassName
{
border-color: #DB1CB1;
}
</style>