Shades of Spicy Pink #DB28B6
Tints of Spicy Pink #DB28B6
RGB
CMYK
RGB Variations
Color information
#DB28B6 (or 0xDB28B6) is known color: Spicy Pink. HEX triplet: DB, 28 and B6. RGB value is (219,40,182). Sum of RGB (Red+Green+Blue) = 219+40+182=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28B6 is #24D749. Grayscale: #6D6D6D. Windows color (decimal): -2414410 or 11938011. OLE color: 11938011.
HSL color Cylindrical-coordinate representation of color #DB28B6: hue angle of 312.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 #DB28B6 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 182 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.14 |
| HSL | 312.4º | 0.71% | 0.51% | - |
| HSV(B) | 312.4º | 0.82% | 0.86% | - |
| XYZ | 38.42 | 19.96 | 46.08 | - |
| YUV | 109.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 182 | 0 | 0.82 | 0.17 | 0.14 | 312.4 | 0.71 | 0.51 |
| Hex | DB | 28 | B6 | 0 | 52 | 11 | E | 138 | 47 | 33 |
| Octal | 333 | 50 | 266 | 0 | 122 | 21 | 16 | 470 | 107 | 63 |
| Binary | 11011011 | 101000 | 10110110 | 0 | 1010010 | 10001 | 1110 | 100111000 | 1000111 | 110011 |
Color Harmonies of #DB28B6
Complementary color
Monochromatic Colors of #DB28B6
Black with #DB28B6
Text Example
Text Example
White with #DB28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28B6; }
p { color: rgb(219,40,182); }
H1.HeaderClassName
{
color: #DB28B6;
}
.AnyTagClassName
{
color: #DB28B6;
}
</style>
background-color css
<style>
a { background-color: #DB28B6; }
a { background-color: rgb(219,40,182); }
div.DivClassName
{
background-color: #DB28B6;
}
.BgClassName
{
background-color: #DB28B6;
}
</style>
border-color css
<style>
span { border-color: #DB28B6; }
span { border-color: rgb(219,40,182); }
td.TdClassName
{
border-color: #DB28B6;
}
.TagClassName
{
border-color: #DB28B6;
}
</style>