Shades of Spicy Pink #DB1EB2
Tints of Spicy Pink #DB1EB2
RGB
CMYK
RGB Variations
Color information
#DB1EB2 (or 0xDB1EB2) is known color: Spicy Pink. HEX triplet: DB, 1E and B2. RGB value is (219,30,178). Sum of RGB (Red+Green+Blue) = 219+30+178=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1EB2 is #24E14D. Grayscale: #666666. Windows color (decimal): -2416974 or 11673307. OLE color: 11673307.
HSL color Cylindrical-coordinate representation of color #DB1EB2: hue angle of 313.02º 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 #DB1EB2 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 178 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.14 |
| HSL | 313.02º | 0.76% | 0.49% | - |
| HSV(B) | 313.02º | 0.86% | 0.86% | - |
| XYZ | 37.71 | 19.2 | 43.84 | - |
| YUV | 103.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 178 | 0 | 0.86 | 0.19 | 0.14 | 313.02 | 0.76 | 0.49 |
| Hex | DB | 1E | B2 | 0 | 56 | 13 | E | 139 | 4C | 31 |
| Octal | 333 | 36 | 262 | 0 | 126 | 23 | 16 | 471 | 114 | 61 |
| Binary | 11011011 | 11110 | 10110010 | 0 | 1010110 | 10011 | 1110 | 100111001 | 1001100 | 110001 |
Color Harmonies of #DB1EB2
Complementary color
Monochromatic Colors of #DB1EB2
Black with #DB1EB2
Text Example
Text Example
White with #DB1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EB2; }
p { color: rgb(219,30,178); }
H1.HeaderClassName
{
color: #DB1EB2;
}
.AnyTagClassName
{
color: #DB1EB2;
}
</style>
background-color css
<style>
a { background-color: #DB1EB2; }
a { background-color: rgb(219,30,178); }
div.DivClassName
{
background-color: #DB1EB2;
}
.BgClassName
{
background-color: #DB1EB2;
}
</style>
border-color css
<style>
span { border-color: #DB1EB2; }
span { border-color: rgb(219,30,178); }
td.TdClassName
{
border-color: #DB1EB2;
}
.TagClassName
{
border-color: #DB1EB2;
}
</style>