Shades of Ruby #DB1470
Tints of Ruby #DB1470
RGB
CMYK
RGB Variations
Color information
#DB1470 (or 0xDB1470) is known color: Ruby. HEX triplet: DB, 14 and 70. RGB value is (219,20,112). Sum of RGB (Red+Green+Blue) = 219+20+112=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1470 is #24EB8F. Grayscale: #595959. Windows color (decimal): -2419600 or 7345371. OLE color: 7345371.
HSL color Cylindrical-coordinate representation of color #DB1470: hue angle of 332.26º degrees, saturation: 0.83, 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 #DB1470 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 112 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.14 |
| HSL | 332.26º | 0.83% | 0.47% | - |
| HSV(B) | 332.26º | 0.91% | 0.86% | - |
| XYZ | 32.39 | 16.73 | 16.85 | - |
| YUV | 89.99 | 140.43 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 112 | 0 | 0.91 | 0.49 | 0.14 | 332.26 | 0.83 | 0.47 |
| Hex | DB | 14 | 70 | 0 | 5B | 31 | E | 14C | 53 | 2F |
| Octal | 333 | 24 | 160 | 0 | 133 | 61 | 16 | 514 | 123 | 57 |
| Binary | 11011011 | 10100 | 1110000 | 0 | 1011011 | 110001 | 1110 | 101001100 | 1010011 | 101111 |
Color Harmonies of #DB1470
Complementary color
Monochromatic Colors of #DB1470
Black with #DB1470
Text Example
Text Example
White with #DB1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1470; }
p { color: rgb(219,20,112); }
H1.HeaderClassName
{
color: #DB1470;
}
.AnyTagClassName
{
color: #DB1470;
}
</style>
background-color css
<style>
a { background-color: #DB1470; }
a { background-color: rgb(219,20,112); }
div.DivClassName
{
background-color: #DB1470;
}
.BgClassName
{
background-color: #DB1470;
}
</style>
border-color css
<style>
span { border-color: #DB1470; }
span { border-color: rgb(219,20,112); }
td.TdClassName
{
border-color: #DB1470;
}
.TagClassName
{
border-color: #DB1470;
}
</style>