Shades of Spicy Pink #DB28B9
Tints of Spicy Pink #DB28B9
RGB
CMYK
RGB Variations
Color information
#DB28B9 (or 0xDB28B9) is known color: Spicy Pink. HEX triplet: DB, 28 and B9. RGB value is (219,40,185). Sum of RGB (Red+Green+Blue) = 219+40+185=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28B9 is #24D746. Grayscale: #6D6D6D. Windows color (decimal): -2414407 or 12134619. OLE color: 12134619.
HSL color Cylindrical-coordinate representation of color #DB28B9: hue angle of 311.4º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28B9 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 185 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.14 |
| HSL | 311.4º | 0.71% | 0.51% | - |
| HSV(B) | 311.4º | 0.82% | 0.86% | - |
| XYZ | 38.73 | 20.08 | 47.73 | - |
| YUV | 110.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 185 | 0 | 0.82 | 0.16 | 0.14 | 311.4 | 0.71 | 0.51 |
| Hex | DB | 28 | B9 | 0 | 52 | 10 | E | 137 | 47 | 33 |
| Octal | 333 | 50 | 271 | 0 | 122 | 20 | 16 | 467 | 107 | 63 |
| Binary | 11011011 | 101000 | 10111001 | 0 | 1010010 | 10000 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB28B9
Complementary color
Monochromatic Colors of #DB28B9
Black with #DB28B9
Text Example
Text Example
White with #DB28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28B9; }
p { color: rgb(219,40,185); }
H1.HeaderClassName
{
color: #DB28B9;
}
.AnyTagClassName
{
color: #DB28B9;
}
</style>
background-color css
<style>
a { background-color: #DB28B9; }
a { background-color: rgb(219,40,185); }
div.DivClassName
{
background-color: #DB28B9;
}
.BgClassName
{
background-color: #DB28B9;
}
</style>
border-color css
<style>
span { border-color: #DB28B9; }
span { border-color: rgb(219,40,185); }
td.TdClassName
{
border-color: #DB28B9;
}
.TagClassName
{
border-color: #DB28B9;
}
</style>