Shades of Ruby #DA0770
Tints of Ruby #DA0770
RGB
CMYK
RGB Variations
Color information
#DA0770 (or 0xDA0770) is known color: Ruby. HEX triplet: DA, 07 and 70. RGB value is (218,7,112). Sum of RGB (Red+Green+Blue) = 218+7+112=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0770 is #25F88F. Grayscale: #515151. Windows color (decimal): -2488464 or 7342042. OLE color: 7342042.
HSL color Cylindrical-coordinate representation of color #DA0770: hue angle of 330.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0770 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.15 |
| HSL | 330.14º | 0.94% | 0.44% | - |
| HSV(B) | 330.14º | 0.97% | 0.85% | - |
| XYZ | 31.91 | 16.23 | 16.78 | - |
| YUV | 82.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 112 | 0 | 0.97 | 0.49 | 0.15 | 330.14 | 0.94 | 0.44 |
| Hex | DA | 7 | 70 | 0 | 61 | 31 | F | 14A | 5E | 2C |
| Octal | 332 | 7 | 160 | 0 | 141 | 61 | 17 | 512 | 136 | 54 |
| Binary | 11011010 | 111 | 1110000 | 0 | 1100001 | 110001 | 1111 | 101001010 | 1011110 | 101100 |
Color Harmonies of #DA0770
Complementary color
Monochromatic Colors of #DA0770
Black with #DA0770
Text Example
Text Example
White with #DA0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0770; }
p { color: rgb(218,7,112); }
H1.HeaderClassName
{
color: #DA0770;
}
.AnyTagClassName
{
color: #DA0770;
}
</style>
background-color css
<style>
a { background-color: #DA0770; }
a { background-color: rgb(218,7,112); }
div.DivClassName
{
background-color: #DA0770;
}
.BgClassName
{
background-color: #DA0770;
}
</style>
border-color css
<style>
span { border-color: #DA0770; }
span { border-color: rgb(218,7,112); }
td.TdClassName
{
border-color: #DA0770;
}
.TagClassName
{
border-color: #DA0770;
}
</style>