Shades of Ruby #DA0873
Tints of Ruby #DA0873
RGB
CMYK
RGB Variations
Color information
#DA0873 (or 0xDA0873) is known color: Ruby. HEX triplet: DA, 08 and 73. RGB value is (218,8,115). Sum of RGB (Red+Green+Blue) = 218+8+115=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0873 is #25F78C. Grayscale: #525252. Windows color (decimal): -2488205 or 7538906. OLE color: 7538906.
HSL color Cylindrical-coordinate representation of color #DA0873: hue angle of 329.43º 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 #DA0873 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.15 |
| HSL | 329.43º | 0.93% | 0.44% | - |
| HSV(B) | 329.43º | 0.96% | 0.85% | - |
| XYZ | 32.09 | 16.32 | 17.68 | - |
| YUV | 82.99 | 146.07 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 115 | 0 | 0.96 | 0.47 | 0.15 | 329.43 | 0.93 | 0.44 |
| Hex | DA | 8 | 73 | 0 | 60 | 2F | F | 149 | 5D | 2C |
| Octal | 332 | 10 | 163 | 0 | 140 | 57 | 17 | 511 | 135 | 54 |
| Binary | 11011010 | 1000 | 1110011 | 0 | 1100000 | 101111 | 1111 | 101001001 | 1011101 | 101100 |
Color Harmonies of #DA0873
Complementary color
Monochromatic Colors of #DA0873
Black with #DA0873
Text Example
Text Example
White with #DA0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0873; }
p { color: rgb(218,8,115); }
H1.HeaderClassName
{
color: #DA0873;
}
.AnyTagClassName
{
color: #DA0873;
}
</style>
background-color css
<style>
a { background-color: #DA0873; }
a { background-color: rgb(218,8,115); }
div.DivClassName
{
background-color: #DA0873;
}
.BgClassName
{
background-color: #DA0873;
}
</style>
border-color css
<style>
span { border-color: #DA0873; }
span { border-color: rgb(218,8,115); }
td.TdClassName
{
border-color: #DA0873;
}
.TagClassName
{
border-color: #DA0873;
}
</style>