Shades of Ruby #DA0A60
Tints of Ruby #DA0A60
RGB
CMYK
RGB Variations
Color information
#DA0A60 (or 0xDA0A60) is known color: Ruby. HEX triplet: DA, 0A and 60. RGB value is (218,10,96). Sum of RGB (Red+Green+Blue) = 218+10+96=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0A60 is #25F59F. Grayscale: #515151. Windows color (decimal): -2487712 or 6294234. OLE color: 6294234.
HSL color Cylindrical-coordinate representation of color #DA0A60: hue angle of 335.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A60 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 96 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.15 |
| HSL | 335.19º | 0.91% | 0.45% | - |
| HSV(B) | 335.19º | 0.95% | 0.85% | - |
| XYZ | 31.13 | 15.97 | 12.51 | - |
| YUV | 82 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 96 | 0 | 0.95 | 0.56 | 0.15 | 335.19 | 0.91 | 0.45 |
| Hex | DA | A | 60 | 0 | 5F | 38 | F | 14F | 5B | 2D |
| Octal | 332 | 12 | 140 | 0 | 137 | 70 | 17 | 517 | 133 | 55 |
| Binary | 11011010 | 1010 | 1100000 | 0 | 1011111 | 111000 | 1111 | 101001111 | 1011011 | 101101 |
Color Harmonies of #DA0A60
Complementary color
Monochromatic Colors of #DA0A60
Black with #DA0A60
Text Example
Text Example
White with #DA0A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A60; }
p { color: rgb(218,10,96); }
H1.HeaderClassName
{
color: #DA0A60;
}
.AnyTagClassName
{
color: #DA0A60;
}
</style>
background-color css
<style>
a { background-color: #DA0A60; }
a { background-color: rgb(218,10,96); }
div.DivClassName
{
background-color: #DA0A60;
}
.BgClassName
{
background-color: #DA0A60;
}
</style>
border-color css
<style>
span { border-color: #DA0A60; }
span { border-color: rgb(218,10,96); }
td.TdClassName
{
border-color: #DA0A60;
}
.TagClassName
{
border-color: #DA0A60;
}
</style>