Shades of Ruby #DB1653
Tints of Ruby #DB1653
RGB
CMYK
RGB Variations
Color information
#DB1653 (or 0xDB1653) is known color: Ruby. HEX triplet: DB, 16 and 53. RGB value is (219,22,83). Sum of RGB (Red+Green+Blue) = 219+22+83=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1653 is #24E9AC. Grayscale: #575757. Windows color (decimal): -2419117 or 5445339. OLE color: 5445339.
HSL color Cylindrical-coordinate representation of color #DB1653: hue angle of 341.42º 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 #DB1653 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.14 |
| HSL | 341.42º | 0.82% | 0.47% | - |
| HSV(B) | 341.42º | 0.9% | 0.86% | - |
| XYZ | 31.06 | 16.26 | 9.68 | - |
| YUV | 87.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 83 | 0 | 0.90 | 0.62 | 0.14 | 341.42 | 0.82 | 0.47 |
| Hex | DB | 16 | 53 | 0 | 5A | 3E | E | 155 | 52 | 2F |
| Octal | 333 | 26 | 123 | 0 | 132 | 76 | 16 | 525 | 122 | 57 |
| Binary | 11011011 | 10110 | 1010011 | 0 | 1011010 | 111110 | 1110 | 101010101 | 1010010 | 101111 |
Color Harmonies of #DB1653
Complementary color
Monochromatic Colors of #DB1653
Black with #DB1653
Text Example
Text Example
White with #DB1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1653; }
p { color: rgb(219,22,83); }
H1.HeaderClassName
{
color: #DB1653;
}
.AnyTagClassName
{
color: #DB1653;
}
</style>
background-color css
<style>
a { background-color: #DB1653; }
a { background-color: rgb(219,22,83); }
div.DivClassName
{
background-color: #DB1653;
}
.BgClassName
{
background-color: #DB1653;
}
</style>
border-color css
<style>
span { border-color: #DB1653; }
span { border-color: rgb(219,22,83); }
td.TdClassName
{
border-color: #DB1653;
}
.TagClassName
{
border-color: #DB1653;
}
</style>