Shades of Spicy Pink #DB23AE
Tints of Spicy Pink #DB23AE
RGB
CMYK
RGB Variations
Color information
#DB23AE (or 0xDB23AE) is known color: Spicy Pink. HEX triplet: DB, 23 and AE. RGB value is (219,35,174). Sum of RGB (Red+Green+Blue) = 219+35+174=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB23AE is #24DC51. Grayscale: #696969. Windows color (decimal): -2415698 or 11412443. OLE color: 11412443.
HSL color Cylindrical-coordinate representation of color #DB23AE: hue angle of 314.67º 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 #DB23AE is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 174 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.14 |
| HSL | 314.67º | 0.72% | 0.5% | - |
| HSV(B) | 314.67º | 0.84% | 0.86% | - |
| XYZ | 37.45 | 19.32 | 41.8 | - |
| YUV | 105.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 174 | 0 | 0.84 | 0.21 | 0.14 | 314.67 | 0.72 | 0.5 |
| Hex | DB | 23 | AE | 0 | 54 | 15 | E | 13B | 48 | 32 |
| Octal | 333 | 43 | 256 | 0 | 124 | 25 | 16 | 473 | 110 | 62 |
| Binary | 11011011 | 100011 | 10101110 | 0 | 1010100 | 10101 | 1110 | 100111011 | 1001000 | 110010 |
Color Harmonies of #DB23AE
Complementary color
Monochromatic Colors of #DB23AE
Black with #DB23AE
Text Example
Text Example
White with #DB23AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23AE; }
p { color: rgb(219,35,174); }
H1.HeaderClassName
{
color: #DB23AE;
}
.AnyTagClassName
{
color: #DB23AE;
}
</style>
background-color css
<style>
a { background-color: #DB23AE; }
a { background-color: rgb(219,35,174); }
div.DivClassName
{
background-color: #DB23AE;
}
.BgClassName
{
background-color: #DB23AE;
}
</style>
border-color css
<style>
span { border-color: #DB23AE; }
span { border-color: rgb(219,35,174); }
td.TdClassName
{
border-color: #DB23AE;
}
.TagClassName
{
border-color: #DB23AE;
}
</style>