Shades of Ruby #DA1076
Tints of Ruby #DA1076
RGB
CMYK
RGB Variations
Color information
#DA1076 (or 0xDA1076) is known color: Ruby. HEX triplet: DA, 10 and 76. RGB value is (218,16,118). Sum of RGB (Red+Green+Blue) = 218+16+118=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1076 is #25EF89. Grayscale: #575757. Windows color (decimal): -2486154 or 7737562. OLE color: 7737562.
HSL color Cylindrical-coordinate representation of color #DA1076: hue angle of 329.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1076 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 118 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.15 |
| HSL | 329.7º | 0.86% | 0.46% | - |
| HSV(B) | 329.7º | 0.93% | 0.85% | - |
| XYZ | 32.37 | 16.58 | 18.63 | - |
| YUV | 88.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 118 | 0 | 0.93 | 0.46 | 0.15 | 329.7 | 0.86 | 0.46 |
| Hex | DA | 10 | 76 | 0 | 5D | 2E | F | 14A | 56 | 2E |
| Octal | 332 | 20 | 166 | 0 | 135 | 56 | 17 | 512 | 126 | 56 |
| Binary | 11011010 | 10000 | 1110110 | 0 | 1011101 | 101110 | 1111 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DA1076
Complementary color
Monochromatic Colors of #DA1076
Black with #DA1076
Text Example
Text Example
White with #DA1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1076; }
p { color: rgb(218,16,118); }
H1.HeaderClassName
{
color: #DA1076;
}
.AnyTagClassName
{
color: #DA1076;
}
</style>
background-color css
<style>
a { background-color: #DA1076; }
a { background-color: rgb(218,16,118); }
div.DivClassName
{
background-color: #DA1076;
}
.BgClassName
{
background-color: #DA1076;
}
</style>
border-color css
<style>
span { border-color: #DA1076; }
span { border-color: rgb(218,16,118); }
td.TdClassName
{
border-color: #DA1076;
}
.TagClassName
{
border-color: #DA1076;
}
</style>