Shades of Spicy Pink #DB22B4
Tints of Spicy Pink #DB22B4
RGB
CMYK
RGB Variations
Color information
#DB22B4 (or 0xDB22B4) is known color: Spicy Pink. HEX triplet: DB, 22 and B4. RGB value is (219,34,180). Sum of RGB (Red+Green+Blue) = 219+34+180=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22B4 is #24DD4B. Grayscale: #696969. Windows color (decimal): -2415948 or 11805403. OLE color: 11805403.
HSL color Cylindrical-coordinate representation of color #DB22B4: hue angle of 312.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22B4 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 180 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.14 |
| HSL | 312.65º | 0.73% | 0.5% | - |
| HSV(B) | 312.65º | 0.84% | 0.86% | - |
| XYZ | 38.02 | 19.5 | 44.94 | - |
| YUV | 105.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 180 | 0 | 0.84 | 0.18 | 0.14 | 312.65 | 0.73 | 0.5 |
| Hex | DB | 22 | B4 | 0 | 54 | 12 | E | 139 | 49 | 32 |
| Octal | 333 | 42 | 264 | 0 | 124 | 22 | 16 | 471 | 111 | 62 |
| Binary | 11011011 | 100010 | 10110100 | 0 | 1010100 | 10010 | 1110 | 100111001 | 1001001 | 110010 |
Color Harmonies of #DB22B4
Complementary color
Monochromatic Colors of #DB22B4
Black with #DB22B4
Text Example
Text Example
White with #DB22B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22B4; }
p { color: rgb(219,34,180); }
H1.HeaderClassName
{
color: #DB22B4;
}
.AnyTagClassName
{
color: #DB22B4;
}
</style>
background-color css
<style>
a { background-color: #DB22B4; }
a { background-color: rgb(219,34,180); }
div.DivClassName
{
background-color: #DB22B4;
}
.BgClassName
{
background-color: #DB22B4;
}
</style>
border-color css
<style>
span { border-color: #DB22B4; }
span { border-color: rgb(219,34,180); }
td.TdClassName
{
border-color: #DB22B4;
}
.TagClassName
{
border-color: #DB22B4;
}
</style>