Shades of Ruby #DA0870
Tints of Ruby #DA0870
RGB
CMYK
RGB Variations
Color information
#DA0870 (or 0xDA0870) is known color: Ruby. HEX triplet: DA, 08 and 70. RGB value is (218,8,112). Sum of RGB (Red+Green+Blue) = 218+8+112=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0870 is #25F78F. Grayscale: #525252. Windows color (decimal): -2488208 or 7342298. OLE color: 7342298.
HSL color Cylindrical-coordinate representation of color #DA0870: hue angle of 330.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0870 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.15 |
| HSL | 330.29º | 0.93% | 0.44% | - |
| HSV(B) | 330.29º | 0.96% | 0.85% | - |
| XYZ | 31.92 | 16.25 | 16.78 | - |
| YUV | 82.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 112 | 0 | 0.96 | 0.49 | 0.15 | 330.29 | 0.93 | 0.44 |
| Hex | DA | 8 | 70 | 0 | 60 | 31 | F | 14A | 5D | 2C |
| Octal | 332 | 10 | 160 | 0 | 140 | 61 | 17 | 512 | 135 | 54 |
| Binary | 11011010 | 1000 | 1110000 | 0 | 1100000 | 110001 | 1111 | 101001010 | 1011101 | 101100 |
Color Harmonies of #DA0870
Complementary color
Monochromatic Colors of #DA0870
Black with #DA0870
Text Example
Text Example
White with #DA0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0870; }
p { color: rgb(218,8,112); }
H1.HeaderClassName
{
color: #DA0870;
}
.AnyTagClassName
{
color: #DA0870;
}
</style>
background-color css
<style>
a { background-color: #DA0870; }
a { background-color: rgb(218,8,112); }
div.DivClassName
{
background-color: #DA0870;
}
.BgClassName
{
background-color: #DA0870;
}
</style>
border-color css
<style>
span { border-color: #DA0870; }
span { border-color: rgb(218,8,112); }
td.TdClassName
{
border-color: #DA0870;
}
.TagClassName
{
border-color: #DA0870;
}
</style>