Shades of Ruby #DB1376
Tints of Ruby #DB1376
RGB
CMYK
RGB Variations
Color information
#DB1376 (or 0xDB1376) is known color: Ruby. HEX triplet: DB, 13 and 76. RGB value is (219,19,118). Sum of RGB (Red+Green+Blue) = 219+19+118=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1376 is #24EC89. Grayscale: #595959. Windows color (decimal): -2419850 or 7738331. OLE color: 7738331.
HSL color Cylindrical-coordinate representation of color #DB1376: hue angle of 330.3º 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 #DB1376 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 118 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.14 |
| HSL | 330.3º | 0.84% | 0.47% | - |
| HSV(B) | 330.3º | 0.91% | 0.86% | - |
| XYZ | 32.72 | 16.83 | 18.66 | - |
| YUV | 90.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 118 | 0 | 0.91 | 0.46 | 0.14 | 330.3 | 0.84 | 0.47 |
| Hex | DB | 13 | 76 | 0 | 5B | 2E | E | 14A | 54 | 2F |
| Octal | 333 | 23 | 166 | 0 | 133 | 56 | 16 | 512 | 124 | 57 |
| Binary | 11011011 | 10011 | 1110110 | 0 | 1011011 | 101110 | 1110 | 101001010 | 1010100 | 101111 |
Color Harmonies of #DB1376
Complementary color
Monochromatic Colors of #DB1376
Black with #DB1376
Text Example
Text Example
White with #DB1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1376; }
p { color: rgb(219,19,118); }
H1.HeaderClassName
{
color: #DB1376;
}
.AnyTagClassName
{
color: #DB1376;
}
</style>
background-color css
<style>
a { background-color: #DB1376; }
a { background-color: rgb(219,19,118); }
div.DivClassName
{
background-color: #DB1376;
}
.BgClassName
{
background-color: #DB1376;
}
</style>
border-color css
<style>
span { border-color: #DB1376; }
span { border-color: rgb(219,19,118); }
td.TdClassName
{
border-color: #DB1376;
}
.TagClassName
{
border-color: #DB1376;
}
</style>