Shades of Ruby #DA0872
Tints of Ruby #DA0872
RGB
CMYK
RGB Variations
Color information
#DA0872 (or 0xDA0872) is known color: Ruby. HEX triplet: DA, 08 and 72. RGB value is (218,8,114). Sum of RGB (Red+Green+Blue) = 218+8+114=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0872 is #25F78D. Grayscale: #525252. Windows color (decimal): -2488206 or 7473370. OLE color: 7473370.
HSL color Cylindrical-coordinate representation of color #DA0872: hue angle of 329.71º 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 #DA0872 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.15 |
| HSL | 329.71º | 0.93% | 0.44% | - |
| HSV(B) | 329.71º | 0.96% | 0.85% | - |
| XYZ | 32.04 | 16.29 | 17.38 | - |
| YUV | 82.87 | 145.57 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 114 | 0 | 0.96 | 0.48 | 0.15 | 329.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 72 | 0 | 60 | 30 | F | 14A | 5D | 2C |
| Octal | 332 | 10 | 162 | 0 | 140 | 60 | 17 | 512 | 135 | 54 |
| Binary | 11011010 | 1000 | 1110010 | 0 | 1100000 | 110000 | 1111 | 101001010 | 1011101 | 101100 |
Color Harmonies of #DA0872
Complementary color
Monochromatic Colors of #DA0872
Black with #DA0872
Text Example
Text Example
White with #DA0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0872; }
p { color: rgb(218,8,114); }
H1.HeaderClassName
{
color: #DA0872;
}
.AnyTagClassName
{
color: #DA0872;
}
</style>
background-color css
<style>
a { background-color: #DA0872; }
a { background-color: rgb(218,8,114); }
div.DivClassName
{
background-color: #DA0872;
}
.BgClassName
{
background-color: #DA0872;
}
</style>
border-color css
<style>
span { border-color: #DA0872; }
span { border-color: rgb(218,8,114); }
td.TdClassName
{
border-color: #DA0872;
}
.TagClassName
{
border-color: #DA0872;
}
</style>