Shades of Spicy Pink #DB30B4
Tints of Spicy Pink #DB30B4
RGB
CMYK
RGB Variations
Color information
#DB30B4 (or 0xDB30B4) is known color: Spicy Pink. HEX triplet: DB, 30 and B4. RGB value is (219,48,180). Sum of RGB (Red+Green+Blue) = 219+48+180=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30B4 is #24CF4B. Grayscale: #717171. Windows color (decimal): -2412364 or 11808987. OLE color: 11808987.
HSL color Cylindrical-coordinate representation of color #DB30B4: hue angle of 313.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30B4 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 180 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.14 |
| HSL | 313.68º | 0.7% | 0.52% | - |
| HSV(B) | 313.68º | 0.78% | 0.86% | - |
| XYZ | 38.51 | 20.47 | 45.1 | - |
| YUV | 114.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 180 | 0 | 0.78 | 0.18 | 0.14 | 313.68 | 0.7 | 0.52 |
| Hex | DB | 30 | B4 | 0 | 4E | 12 | E | 13A | 46 | 34 |
| Octal | 333 | 60 | 264 | 0 | 116 | 22 | 16 | 472 | 106 | 64 |
| Binary | 11011011 | 110000 | 10110100 | 0 | 1001110 | 10010 | 1110 | 100111010 | 1000110 | 110100 |
Color Harmonies of #DB30B4
Complementary color
Monochromatic Colors of #DB30B4
Black with #DB30B4
Text Example
Text Example
White with #DB30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30B4; }
p { color: rgb(219,48,180); }
H1.HeaderClassName
{
color: #DB30B4;
}
.AnyTagClassName
{
color: #DB30B4;
}
</style>
background-color css
<style>
a { background-color: #DB30B4; }
a { background-color: rgb(219,48,180); }
div.DivClassName
{
background-color: #DB30B4;
}
.BgClassName
{
background-color: #DB30B4;
}
</style>
border-color css
<style>
span { border-color: #DB30B4; }
span { border-color: rgb(219,48,180); }
td.TdClassName
{
border-color: #DB30B4;
}
.TagClassName
{
border-color: #DB30B4;
}
</style>