Shades of Ruby #DB1370
Tints of Ruby #DB1370
RGB
CMYK
RGB Variations
Color information
#DB1370 (or 0xDB1370) is known color: Ruby. HEX triplet: DB, 13 and 70. RGB value is (219,19,112). Sum of RGB (Red+Green+Blue) = 219+19+112=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1370 is #24EC8F. Grayscale: #595959. Windows color (decimal): -2419856 or 7345115. OLE color: 7345115.
HSL color Cylindrical-coordinate representation of color #DB1370: hue angle of 332.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1370 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 112 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.14 |
| HSL | 332.1º | 0.84% | 0.47% | - |
| HSV(B) | 332.1º | 0.91% | 0.86% | - |
| XYZ | 32.37 | 16.7 | 16.85 | - |
| YUV | 89.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 112 | 0 | 0.91 | 0.49 | 0.14 | 332.1 | 0.84 | 0.47 |
| Hex | DB | 13 | 70 | 0 | 5B | 31 | E | 14C | 54 | 2F |
| Octal | 333 | 23 | 160 | 0 | 133 | 61 | 16 | 514 | 124 | 57 |
| Binary | 11011011 | 10011 | 1110000 | 0 | 1011011 | 110001 | 1110 | 101001100 | 1010100 | 101111 |
Color Harmonies of #DB1370
Complementary color
Monochromatic Colors of #DB1370
Black with #DB1370
Text Example
Text Example
White with #DB1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1370; }
p { color: rgb(219,19,112); }
H1.HeaderClassName
{
color: #DB1370;
}
.AnyTagClassName
{
color: #DB1370;
}
</style>
background-color css
<style>
a { background-color: #DB1370; }
a { background-color: rgb(219,19,112); }
div.DivClassName
{
background-color: #DB1370;
}
.BgClassName
{
background-color: #DB1370;
}
</style>
border-color css
<style>
span { border-color: #DB1370; }
span { border-color: rgb(219,19,112); }
td.TdClassName
{
border-color: #DB1370;
}
.TagClassName
{
border-color: #DB1370;
}
</style>