Shades of Spicy Pink #DB2AB3
Tints of Spicy Pink #DB2AB3
RGB
CMYK
RGB Variations
Color information
#DB2AB3 (or 0xDB2AB3) is known color: Spicy Pink. HEX triplet: DB, 2A and B3. RGB value is (219,42,179). Sum of RGB (Red+Green+Blue) = 219+42+179=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AB3 is #24D54C. Grayscale: #6E6E6E. Windows color (decimal): -2413901 or 11741915. OLE color: 11741915.
HSL color Cylindrical-coordinate representation of color #DB2AB3: hue angle of 313.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AB3 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 179 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.14 |
| HSL | 313.56º | 0.71% | 0.51% | - |
| HSV(B) | 313.56º | 0.81% | 0.86% | - |
| XYZ | 38.18 | 19.97 | 44.49 | - |
| YUV | 110.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 179 | 0 | 0.81 | 0.18 | 0.14 | 313.56 | 0.71 | 0.51 |
| Hex | DB | 2A | B3 | 0 | 51 | 12 | E | 13A | 47 | 33 |
| Octal | 333 | 52 | 263 | 0 | 121 | 22 | 16 | 472 | 107 | 63 |
| Binary | 11011011 | 101010 | 10110011 | 0 | 1010001 | 10010 | 1110 | 100111010 | 1000111 | 110011 |
Color Harmonies of #DB2AB3
Complementary color
Monochromatic Colors of #DB2AB3
Black with #DB2AB3
Text Example
Text Example
White with #DB2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AB3; }
p { color: rgb(219,42,179); }
H1.HeaderClassName
{
color: #DB2AB3;
}
.AnyTagClassName
{
color: #DB2AB3;
}
</style>
background-color css
<style>
a { background-color: #DB2AB3; }
a { background-color: rgb(219,42,179); }
div.DivClassName
{
background-color: #DB2AB3;
}
.BgClassName
{
background-color: #DB2AB3;
}
</style>
border-color css
<style>
span { border-color: #DB2AB3; }
span { border-color: rgb(219,42,179); }
td.TdClassName
{
border-color: #DB2AB3;
}
.TagClassName
{
border-color: #DB2AB3;
}
</style>