Shades of Spicy Pink #DB24B7
Tints of Spicy Pink #DB24B7
RGB
CMYK
RGB Variations
Color information
#DB24B7 (or 0xDB24B7) is known color: Spicy Pink. HEX triplet: DB, 24 and B7. RGB value is (219,36,183). Sum of RGB (Red+Green+Blue) = 219+36+183=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24B7 is #24DB48. Grayscale: #6B6B6B. Windows color (decimal): -2415433 or 12002523. OLE color: 12002523.
HSL color Cylindrical-coordinate representation of color #DB24B7: hue angle of 311.8º degrees, saturation: 0.72, 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 #DB24B7 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 183 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.14 |
| HSL | 311.8º | 0.72% | 0.5% | - |
| HSV(B) | 311.8º | 0.84% | 0.86% | - |
| XYZ | 38.39 | 19.74 | 46.59 | - |
| YUV | 107.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 183 | 0 | 0.84 | 0.16 | 0.14 | 311.8 | 0.72 | 0.5 |
| Hex | DB | 24 | B7 | 0 | 54 | 10 | E | 138 | 48 | 32 |
| Octal | 333 | 44 | 267 | 0 | 124 | 20 | 16 | 470 | 110 | 62 |
| Binary | 11011011 | 100100 | 10110111 | 0 | 1010100 | 10000 | 1110 | 100111000 | 1001000 | 110010 |
Color Harmonies of #DB24B7
Complementary color
Monochromatic Colors of #DB24B7
Black with #DB24B7
Text Example
Text Example
White with #DB24B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24B7; }
p { color: rgb(219,36,183); }
H1.HeaderClassName
{
color: #DB24B7;
}
.AnyTagClassName
{
color: #DB24B7;
}
</style>
background-color css
<style>
a { background-color: #DB24B7; }
a { background-color: rgb(219,36,183); }
div.DivClassName
{
background-color: #DB24B7;
}
.BgClassName
{
background-color: #DB24B7;
}
</style>
border-color css
<style>
span { border-color: #DB24B7; }
span { border-color: rgb(219,36,183); }
td.TdClassName
{
border-color: #DB24B7;
}
.TagClassName
{
border-color: #DB24B7;
}
</style>