Shades of Ruby #DB1374
Tints of Ruby #DB1374
RGB
CMYK
RGB Variations
Color information
#DB1374 (or 0xDB1374) is known color: Ruby. HEX triplet: DB, 13 and 74. RGB value is (219,19,116). Sum of RGB (Red+Green+Blue) = 219+19+116=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1374 is #24EC8B. Grayscale: #595959. Windows color (decimal): -2419852 or 7607259. OLE color: 7607259.
HSL color Cylindrical-coordinate representation of color #DB1374: hue angle of 330.9º 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 #DB1374 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 116 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.14 |
| HSL | 330.9º | 0.84% | 0.47% | - |
| HSV(B) | 330.9º | 0.91% | 0.86% | - |
| XYZ | 32.6 | 16.79 | 18.05 | - |
| YUV | 89.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 116 | 0 | 0.91 | 0.47 | 0.14 | 330.9 | 0.84 | 0.47 |
| Hex | DB | 13 | 74 | 0 | 5B | 2F | E | 14B | 54 | 2F |
| Octal | 333 | 23 | 164 | 0 | 133 | 57 | 16 | 513 | 124 | 57 |
| Binary | 11011011 | 10011 | 1110100 | 0 | 1011011 | 101111 | 1110 | 101001011 | 1010100 | 101111 |
Color Harmonies of #DB1374
Complementary color
Monochromatic Colors of #DB1374
Black with #DB1374
Text Example
Text Example
White with #DB1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1374; }
p { color: rgb(219,19,116); }
H1.HeaderClassName
{
color: #DB1374;
}
.AnyTagClassName
{
color: #DB1374;
}
</style>
background-color css
<style>
a { background-color: #DB1374; }
a { background-color: rgb(219,19,116); }
div.DivClassName
{
background-color: #DB1374;
}
.BgClassName
{
background-color: #DB1374;
}
</style>
border-color css
<style>
span { border-color: #DB1374; }
span { border-color: rgb(219,19,116); }
td.TdClassName
{
border-color: #DB1374;
}
.TagClassName
{
border-color: #DB1374;
}
</style>