Shades of Ruby #DA0970
Tints of Ruby #DA0970
RGB
CMYK
RGB Variations
Color information
#DA0970 (or 0xDA0970) is known color: Ruby. HEX triplet: DA, 09 and 70. RGB value is (218,9,112). Sum of RGB (Red+Green+Blue) = 218+9+112=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0970 is #25F68F. Grayscale: #535353. Windows color (decimal): -2487952 or 7342554. OLE color: 7342554.
HSL color Cylindrical-coordinate representation of color #DA0970: hue angle of 330.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0970 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.15 |
| HSL | 330.43º | 0.92% | 0.45% | - |
| HSV(B) | 330.43º | 0.96% | 0.85% | - |
| XYZ | 31.94 | 16.27 | 16.79 | - |
| YUV | 83.23 | 144.24 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 112 | 0 | 0.96 | 0.49 | 0.15 | 330.43 | 0.92 | 0.45 |
| Hex | DA | 9 | 70 | 0 | 60 | 31 | F | 14A | 5C | 2D |
| Octal | 332 | 11 | 160 | 0 | 140 | 61 | 17 | 512 | 134 | 55 |
| Binary | 11011010 | 1001 | 1110000 | 0 | 1100000 | 110001 | 1111 | 101001010 | 1011100 | 101101 |
Color Harmonies of #DA0970
Complementary color
Monochromatic Colors of #DA0970
Black with #DA0970
Text Example
Text Example
White with #DA0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0970; }
p { color: rgb(218,9,112); }
H1.HeaderClassName
{
color: #DA0970;
}
.AnyTagClassName
{
color: #DA0970;
}
</style>
background-color css
<style>
a { background-color: #DA0970; }
a { background-color: rgb(218,9,112); }
div.DivClassName
{
background-color: #DA0970;
}
.BgClassName
{
background-color: #DA0970;
}
</style>
border-color css
<style>
span { border-color: #DA0970; }
span { border-color: rgb(218,9,112); }
td.TdClassName
{
border-color: #DA0970;
}
.TagClassName
{
border-color: #DA0970;
}
</style>