Shades of Spicy Pink #DB28B4
Tints of Spicy Pink #DB28B4
RGB
CMYK
RGB Variations
Color information
#DB28B4 (or 0xDB28B4) is known color: Spicy Pink. HEX triplet: DB, 28 and B4. RGB value is (219,40,180). Sum of RGB (Red+Green+Blue) = 219+40+180=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28B4 is #24D74B. Grayscale: #6D6D6D. Windows color (decimal): -2414412 or 11806939. OLE color: 11806939.
HSL color Cylindrical-coordinate representation of color #DB28B4: hue angle of 313.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 #DB28B4 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 180 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.14 |
| HSL | 313.07º | 0.71% | 0.51% | - |
| HSV(B) | 313.07º | 0.82% | 0.86% | - |
| XYZ | 38.21 | 19.87 | 45 | - |
| YUV | 109.48 | 167.8 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 180 | 0 | 0.82 | 0.18 | 0.14 | 313.07 | 0.71 | 0.51 |
| Hex | DB | 28 | B4 | 0 | 52 | 12 | E | 139 | 47 | 33 |
| Octal | 333 | 50 | 264 | 0 | 122 | 22 | 16 | 471 | 107 | 63 |
| Binary | 11011011 | 101000 | 10110100 | 0 | 1010010 | 10010 | 1110 | 100111001 | 1000111 | 110011 |
Color Harmonies of #DB28B4
Complementary color
Monochromatic Colors of #DB28B4
Black with #DB28B4
Text Example
Text Example
White with #DB28B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28B4; }
p { color: rgb(219,40,180); }
H1.HeaderClassName
{
color: #DB28B4;
}
.AnyTagClassName
{
color: #DB28B4;
}
</style>
background-color css
<style>
a { background-color: #DB28B4; }
a { background-color: rgb(219,40,180); }
div.DivClassName
{
background-color: #DB28B4;
}
.BgClassName
{
background-color: #DB28B4;
}
</style>
border-color css
<style>
span { border-color: #DB28B4; }
span { border-color: rgb(219,40,180); }
td.TdClassName
{
border-color: #DB28B4;
}
.TagClassName
{
border-color: #DB28B4;
}
</style>