Shades of Alizarin #DB213D
Tints of Alizarin #DB213D
RGB
CMYK
RGB Variations
Color information
#DB213D (or 0xDB213D) is known color: Alizarin. HEX triplet: DB, 21 and 3D. RGB value is (219,33,61). Sum of RGB (Red+Green+Blue) = 219+33+61=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB213D is #24DEC2. Grayscale: #5B5B5B. Windows color (decimal): -2416323 or 4006363. OLE color: 4006363.
HSL color Cylindrical-coordinate representation of color #DB213D: hue angle of 350.97º degrees, saturation: 0.74, 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 #DB213D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.14 |
| HSL | 350.97º | 0.74% | 0.49% | - |
| HSV(B) | 350.97º | 0.85% | 0.86% | - |
| XYZ | 30.6 | 16.48 | 5.98 | - |
| YUV | 91.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 61 | 0 | 0.85 | 0.72 | 0.14 | 350.97 | 0.74 | 0.49 |
| Hex | DB | 21 | 3D | 0 | 55 | 48 | E | 15F | 4A | 31 |
| Octal | 333 | 41 | 75 | 0 | 125 | 110 | 16 | 537 | 112 | 61 |
| Binary | 11011011 | 100001 | 111101 | 0 | 1010101 | 1001000 | 1110 | 101011111 | 1001010 | 110001 |
Color Harmonies of #DB213D
Complementary color
Monochromatic Colors of #DB213D
Black with #DB213D
Text Example
Text Example
White with #DB213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB213D; }
p { color: rgb(219,33,61); }
H1.HeaderClassName
{
color: #DB213D;
}
.AnyTagClassName
{
color: #DB213D;
}
</style>
background-color css
<style>
a { background-color: #DB213D; }
a { background-color: rgb(219,33,61); }
div.DivClassName
{
background-color: #DB213D;
}
.BgClassName
{
background-color: #DB213D;
}
</style>
border-color css
<style>
span { border-color: #DB213D; }
span { border-color: rgb(219,33,61); }
td.TdClassName
{
border-color: #DB213D;
}
.TagClassName
{
border-color: #DB213D;
}
</style>