Shades of Ruby #DB1552
Tints of Ruby #DB1552
RGB
CMYK
RGB Variations
Color information
#DB1552 (or 0xDB1552) is known color: Ruby. HEX triplet: DB, 15 and 52. RGB value is (219,21,82). Sum of RGB (Red+Green+Blue) = 219+21+82=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1552 is #24EAAD. Grayscale: #575757. Windows color (decimal): -2419374 or 5379547. OLE color: 5379547.
HSL color Cylindrical-coordinate representation of color #DB1552: hue angle of 341.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1552 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.14 |
| HSL | 341.52º | 0.83% | 0.47% | - |
| HSV(B) | 341.52º | 0.9% | 0.86% | - |
| XYZ | 31 | 16.21 | 9.48 | - |
| YUV | 87.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 82 | 0 | 0.90 | 0.63 | 0.14 | 341.52 | 0.83 | 0.47 |
| Hex | DB | 15 | 52 | 0 | 5A | 3F | E | 156 | 52 | 2F |
| Octal | 333 | 25 | 122 | 0 | 132 | 77 | 16 | 526 | 122 | 57 |
| Binary | 11011011 | 10101 | 1010010 | 0 | 1011010 | 111111 | 1110 | 101010110 | 1010010 | 101111 |
Color Harmonies of #DB1552
Complementary color
Monochromatic Colors of #DB1552
Black with #DB1552
Text Example
Text Example
White with #DB1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1552; }
p { color: rgb(219,21,82); }
H1.HeaderClassName
{
color: #DB1552;
}
.AnyTagClassName
{
color: #DB1552;
}
</style>
background-color css
<style>
a { background-color: #DB1552; }
a { background-color: rgb(219,21,82); }
div.DivClassName
{
background-color: #DB1552;
}
.BgClassName
{
background-color: #DB1552;
}
</style>
border-color css
<style>
span { border-color: #DB1552; }
span { border-color: rgb(219,21,82); }
td.TdClassName
{
border-color: #DB1552;
}
.TagClassName
{
border-color: #DB1552;
}
</style>