Shades of Spicy Pink #DB28B7
Tints of Spicy Pink #DB28B7
RGB
CMYK
RGB Variations
Color information
#DB28B7 (or 0xDB28B7) is known color: Spicy Pink. HEX triplet: DB, 28 and B7. RGB value is (219,40,183). Sum of RGB (Red+Green+Blue) = 219+40+183=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28B7 is #24D748. Grayscale: #6D6D6D. Windows color (decimal): -2414409 or 12003547. OLE color: 12003547.
HSL color Cylindrical-coordinate representation of color #DB28B7: hue angle of 312.07º 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 #DB28B7 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 183 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.14 |
| HSL | 312.07º | 0.71% | 0.51% | - |
| HSV(B) | 312.07º | 0.82% | 0.86% | - |
| XYZ | 38.52 | 20 | 46.63 | - |
| YUV | 109.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 183 | 0 | 0.82 | 0.16 | 0.14 | 312.07 | 0.71 | 0.51 |
| Hex | DB | 28 | B7 | 0 | 52 | 10 | E | 138 | 47 | 33 |
| Octal | 333 | 50 | 267 | 0 | 122 | 20 | 16 | 470 | 107 | 63 |
| Binary | 11011011 | 101000 | 10110111 | 0 | 1010010 | 10000 | 1110 | 100111000 | 1000111 | 110011 |
Color Harmonies of #DB28B7
Complementary color
Monochromatic Colors of #DB28B7
Black with #DB28B7
Text Example
Text Example
White with #DB28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28B7; }
p { color: rgb(219,40,183); }
H1.HeaderClassName
{
color: #DB28B7;
}
.AnyTagClassName
{
color: #DB28B7;
}
</style>
background-color css
<style>
a { background-color: #DB28B7; }
a { background-color: rgb(219,40,183); }
div.DivClassName
{
background-color: #DB28B7;
}
.BgClassName
{
background-color: #DB28B7;
}
</style>
border-color css
<style>
span { border-color: #DB28B7; }
span { border-color: rgb(219,40,183); }
td.TdClassName
{
border-color: #DB28B7;
}
.TagClassName
{
border-color: #DB28B7;
}
</style>