Shades of Spicy Pink #DB2DB0
Tints of Spicy Pink #DB2DB0
RGB
CMYK
RGB Variations
Color information
#DB2DB0 (or 0xDB2DB0) is known color: Spicy Pink. HEX triplet: DB, 2D and B0. RGB value is (219,45,176). Sum of RGB (Red+Green+Blue) = 219+45+176=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DB0 is #24D24F. Grayscale: #6F6F6F. Windows color (decimal): -2413136 or 11546075. OLE color: 11546075.
HSL color Cylindrical-coordinate representation of color #DB2DB0: hue angle of 314.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DB0 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 176 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.14 |
| HSL | 314.83º | 0.71% | 0.52% | - |
| HSV(B) | 314.83º | 0.79% | 0.86% | - |
| XYZ | 37.99 | 20.07 | 42.95 | - |
| YUV | 111.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 176 | 0 | 0.79 | 0.20 | 0.14 | 314.83 | 0.71 | 0.52 |
| Hex | DB | 2D | B0 | 0 | 4F | 14 | E | 13B | 47 | 34 |
| Octal | 333 | 55 | 260 | 0 | 117 | 24 | 16 | 473 | 107 | 64 |
| Binary | 11011011 | 101101 | 10110000 | 0 | 1001111 | 10100 | 1110 | 100111011 | 1000111 | 110100 |
Color Harmonies of #DB2DB0
Complementary color
Monochromatic Colors of #DB2DB0
Black with #DB2DB0
Text Example
Text Example
White with #DB2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DB0; }
p { color: rgb(219,45,176); }
H1.HeaderClassName
{
color: #DB2DB0;
}
.AnyTagClassName
{
color: #DB2DB0;
}
</style>
background-color css
<style>
a { background-color: #DB2DB0; }
a { background-color: rgb(219,45,176); }
div.DivClassName
{
background-color: #DB2DB0;
}
.BgClassName
{
background-color: #DB2DB0;
}
</style>
border-color css
<style>
span { border-color: #DB2DB0; }
span { border-color: rgb(219,45,176); }
td.TdClassName
{
border-color: #DB2DB0;
}
.TagClassName
{
border-color: #DB2DB0;
}
</style>