Shades of Ruby #DA0470
Tints of Ruby #DA0470
RGB
CMYK
RGB Variations
Color information
#DA0470 (or 0xDA0470) is known color: Ruby. HEX triplet: DA, 04 and 70. RGB value is (218,4,112). Sum of RGB (Red+Green+Blue) = 218+4+112=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0470 is #25FB8F. Grayscale: #505050. Windows color (decimal): -2489232 or 7341274. OLE color: 7341274.
HSL color Cylindrical-coordinate representation of color #DA0470: hue angle of 329.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0470 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.15 |
| HSL | 329.72º | 0.96% | 0.44% | - |
| HSV(B) | 329.72º | 0.98% | 0.85% | - |
| XYZ | 31.88 | 16.16 | 16.77 | - |
| YUV | 80.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 112 | 0 | 0.98 | 0.49 | 0.15 | 329.72 | 0.96 | 0.44 |
| Hex | DA | 4 | 70 | 0 | 62 | 31 | F | 14A | 60 | 2C |
| Octal | 332 | 4 | 160 | 0 | 142 | 61 | 17 | 512 | 140 | 54 |
| Binary | 11011010 | 100 | 1110000 | 0 | 1100010 | 110001 | 1111 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DA0470
Complementary color
Monochromatic Colors of #DA0470
Black with #DA0470
Text Example
Text Example
White with #DA0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0470; }
p { color: rgb(218,4,112); }
H1.HeaderClassName
{
color: #DA0470;
}
.AnyTagClassName
{
color: #DA0470;
}
</style>
background-color css
<style>
a { background-color: #DA0470; }
a { background-color: rgb(218,4,112); }
div.DivClassName
{
background-color: #DA0470;
}
.BgClassName
{
background-color: #DA0470;
}
</style>
border-color css
<style>
span { border-color: #DA0470; }
span { border-color: rgb(218,4,112); }
td.TdClassName
{
border-color: #DA0470;
}
.TagClassName
{
border-color: #DA0470;
}
</style>