Shades of Spicy Pink #DB20B3
Tints of Spicy Pink #DB20B3
RGB
CMYK
RGB Variations
Color information
#DB20B3 (or 0xDB20B3) is known color: Spicy Pink. HEX triplet: DB, 20 and B3. RGB value is (219,32,179). Sum of RGB (Red+Green+Blue) = 219+32+179=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB20B3 is #24DF4C. Grayscale: #686868. Windows color (decimal): -2416461 or 11739355. OLE color: 11739355.
HSL color Cylindrical-coordinate representation of color #DB20B3: hue angle of 312.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB20B3 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 179 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.14 |
| HSL | 312.83º | 0.75% | 0.49% | - |
| HSV(B) | 312.83º | 0.85% | 0.86% | - |
| XYZ | 37.87 | 19.35 | 44.39 | - |
| YUV | 104.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 179 | 0 | 0.85 | 0.18 | 0.14 | 312.83 | 0.75 | 0.49 |
| Hex | DB | 20 | B3 | 0 | 55 | 12 | E | 139 | 4B | 31 |
| Octal | 333 | 40 | 263 | 0 | 125 | 22 | 16 | 471 | 113 | 61 |
| Binary | 11011011 | 100000 | 10110011 | 0 | 1010101 | 10010 | 1110 | 100111001 | 1001011 | 110001 |
Color Harmonies of #DB20B3
Complementary color
Monochromatic Colors of #DB20B3
Black with #DB20B3
Text Example
Text Example
White with #DB20B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20B3; }
p { color: rgb(219,32,179); }
H1.HeaderClassName
{
color: #DB20B3;
}
.AnyTagClassName
{
color: #DB20B3;
}
</style>
background-color css
<style>
a { background-color: #DB20B3; }
a { background-color: rgb(219,32,179); }
div.DivClassName
{
background-color: #DB20B3;
}
.BgClassName
{
background-color: #DB20B3;
}
</style>
border-color css
<style>
span { border-color: #DB20B3; }
span { border-color: rgb(219,32,179); }
td.TdClassName
{
border-color: #DB20B3;
}
.TagClassName
{
border-color: #DB20B3;
}
</style>