Shades of Spicy Pink #DB23AA
Tints of Spicy Pink #DB23AA
RGB
CMYK
RGB Variations
Color information
#DB23AA (or 0xDB23AA) is known color: Spicy Pink. HEX triplet: DB, 23 and AA. RGB value is (219,35,170). Sum of RGB (Red+Green+Blue) = 219+35+170=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23AA is #24DC55. Grayscale: #696969. Windows color (decimal): -2415702 or 11150299. OLE color: 11150299.
HSL color Cylindrical-coordinate representation of color #DB23AA: hue angle of 315.98º 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 #DB23AA is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 170 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.14 |
| HSL | 315.98º | 0.72% | 0.5% | - |
| HSV(B) | 315.98º | 0.84% | 0.86% | - |
| XYZ | 37.07 | 19.16 | 39.78 | - |
| YUV | 105.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 170 | 0 | 0.84 | 0.22 | 0.14 | 315.98 | 0.72 | 0.5 |
| Hex | DB | 23 | AA | 0 | 54 | 16 | E | 13C | 48 | 32 |
| Octal | 333 | 43 | 252 | 0 | 124 | 26 | 16 | 474 | 110 | 62 |
| Binary | 11011011 | 100011 | 10101010 | 0 | 1010100 | 10110 | 1110 | 100111100 | 1001000 | 110010 |
Color Harmonies of #DB23AA
Complementary color
Monochromatic Colors of #DB23AA
Black with #DB23AA
Text Example
Text Example
White with #DB23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23AA; }
p { color: rgb(219,35,170); }
H1.HeaderClassName
{
color: #DB23AA;
}
.AnyTagClassName
{
color: #DB23AA;
}
</style>
background-color css
<style>
a { background-color: #DB23AA; }
a { background-color: rgb(219,35,170); }
div.DivClassName
{
background-color: #DB23AA;
}
.BgClassName
{
background-color: #DB23AA;
}
</style>
border-color css
<style>
span { border-color: #DB23AA; }
span { border-color: rgb(219,35,170); }
td.TdClassName
{
border-color: #DB23AA;
}
.TagClassName
{
border-color: #DB23AA;
}
</style>