Shades of Alizarin #DB203A
Tints of Alizarin #DB203A
RGB
CMYK
RGB Variations
Color information
#DB203A (or 0xDB203A) is known color: Alizarin. HEX triplet: DB, 20 and 3A. RGB value is (219,32,58). Sum of RGB (Red+Green+Blue) = 219+32+58=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB203A is #24DFC5. Grayscale: #5A5A5A. Windows color (decimal): -2416582 or 3809499. OLE color: 3809499.
HSL color Cylindrical-coordinate representation of color #DB203A: hue angle of 351.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB203A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.14 |
| HSL | 351.66º | 0.75% | 0.49% | - |
| HSV(B) | 351.66º | 0.85% | 0.86% | - |
| XYZ | 30.49 | 16.4 | 5.56 | - |
| YUV | 90.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 58 | 0 | 0.85 | 0.74 | 0.14 | 351.66 | 0.75 | 0.49 |
| Hex | DB | 20 | 3A | 0 | 55 | 4A | E | 160 | 4B | 31 |
| Octal | 333 | 40 | 72 | 0 | 125 | 112 | 16 | 540 | 113 | 61 |
| Binary | 11011011 | 100000 | 111010 | 0 | 1010101 | 1001010 | 1110 | 101100000 | 1001011 | 110001 |
Color Harmonies of #DB203A
Complementary color
Monochromatic Colors of #DB203A
Black with #DB203A
Text Example
Text Example
White with #DB203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB203A; }
p { color: rgb(219,32,58); }
H1.HeaderClassName
{
color: #DB203A;
}
.AnyTagClassName
{
color: #DB203A;
}
</style>
background-color css
<style>
a { background-color: #DB203A; }
a { background-color: rgb(219,32,58); }
div.DivClassName
{
background-color: #DB203A;
}
.BgClassName
{
background-color: #DB203A;
}
</style>
border-color css
<style>
span { border-color: #DB203A; }
span { border-color: rgb(219,32,58); }
td.TdClassName
{
border-color: #DB203A;
}
.TagClassName
{
border-color: #DB203A;
}
</style>