Shades of Spicy Pink #DB2DB4
Tints of Spicy Pink #DB2DB4
RGB
CMYK
RGB Variations
Color information
#DB2DB4 (or 0xDB2DB4) is known color: Spicy Pink. HEX triplet: DB, 2D and B4. RGB value is (219,45,180). Sum of RGB (Red+Green+Blue) = 219+45+180=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DB4 is #24D24B. Grayscale: #707070. Windows color (decimal): -2413132 or 11808219. OLE color: 11808219.
HSL color Cylindrical-coordinate representation of color #DB2DB4: hue angle of 313.45º 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 #DB2DB4 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 180 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.14 |
| HSL | 313.45º | 0.71% | 0.52% | - |
| HSV(B) | 313.45º | 0.79% | 0.86% | - |
| XYZ | 38.39 | 20.23 | 45.06 | - |
| YUV | 112.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 180 | 0 | 0.79 | 0.18 | 0.14 | 313.45 | 0.71 | 0.52 |
| Hex | DB | 2D | B4 | 0 | 4F | 12 | E | 139 | 47 | 34 |
| Octal | 333 | 55 | 264 | 0 | 117 | 22 | 16 | 471 | 107 | 64 |
| Binary | 11011011 | 101101 | 10110100 | 0 | 1001111 | 10010 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DB2DB4
Complementary color
Monochromatic Colors of #DB2DB4
Black with #DB2DB4
Text Example
Text Example
White with #DB2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DB4; }
p { color: rgb(219,45,180); }
H1.HeaderClassName
{
color: #DB2DB4;
}
.AnyTagClassName
{
color: #DB2DB4;
}
</style>
background-color css
<style>
a { background-color: #DB2DB4; }
a { background-color: rgb(219,45,180); }
div.DivClassName
{
background-color: #DB2DB4;
}
.BgClassName
{
background-color: #DB2DB4;
}
</style>
border-color css
<style>
span { border-color: #DB2DB4; }
span { border-color: rgb(219,45,180); }
td.TdClassName
{
border-color: #DB2DB4;
}
.TagClassName
{
border-color: #DB2DB4;
}
</style>