Shades of Ruby #DA0D70
Tints of Ruby #DA0D70
RGB
CMYK
RGB Variations
Color information
#DA0D70 (or 0xDA0D70) is known color: Ruby. HEX triplet: DA, 0D and 70. RGB value is (218,13,112). Sum of RGB (Red+Green+Blue) = 218+13+112=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D70 is #25F28F. Grayscale: #555555. Windows color (decimal): -2486928 or 7343578. OLE color: 7343578.
HSL color Cylindrical-coordinate representation of color #DA0D70: hue angle of 331.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D70 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 112 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.15 |
| HSL | 331.02º | 0.89% | 0.45% | - |
| HSV(B) | 331.02º | 0.94% | 0.85% | - |
| XYZ | 31.98 | 16.36 | 16.8 | - |
| YUV | 85.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 112 | 0 | 0.94 | 0.49 | 0.15 | 331.02 | 0.89 | 0.45 |
| Hex | DA | D | 70 | 0 | 5E | 31 | F | 14B | 59 | 2D |
| Octal | 332 | 15 | 160 | 0 | 136 | 61 | 17 | 513 | 131 | 55 |
| Binary | 11011010 | 1101 | 1110000 | 0 | 1011110 | 110001 | 1111 | 101001011 | 1011001 | 101101 |
Color Harmonies of #DA0D70
Complementary color
Monochromatic Colors of #DA0D70
Black with #DA0D70
Text Example
Text Example
White with #DA0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D70; }
p { color: rgb(218,13,112); }
H1.HeaderClassName
{
color: #DA0D70;
}
.AnyTagClassName
{
color: #DA0D70;
}
</style>
background-color css
<style>
a { background-color: #DA0D70; }
a { background-color: rgb(218,13,112); }
div.DivClassName
{
background-color: #DA0D70;
}
.BgClassName
{
background-color: #DA0D70;
}
</style>
border-color css
<style>
span { border-color: #DA0D70; }
span { border-color: rgb(218,13,112); }
td.TdClassName
{
border-color: #DA0D70;
}
.TagClassName
{
border-color: #DA0D70;
}
</style>