Shades of Ruby #DA0A72
Tints of Ruby #DA0A72
RGB
CMYK
RGB Variations
Color information
#DA0A72 (or 0xDA0A72) is known color: Ruby. HEX triplet: DA, 0A and 72. RGB value is (218,10,114). Sum of RGB (Red+Green+Blue) = 218+10+114=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0A72 is #25F58D. Grayscale: #535353. Windows color (decimal): -2487694 or 7473882. OLE color: 7473882.
HSL color Cylindrical-coordinate representation of color #DA0A72: hue angle of 330º 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 #DA0A72 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 114 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.15 |
| HSL | 330º | 0.91% | 0.45% | - |
| HSV(B) | 330º | 0.95% | 0.85% | - |
| XYZ | 32.06 | 16.34 | 17.38 | - |
| YUV | 84.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 114 | 0 | 0.95 | 0.48 | 0.15 | 330 | 0.91 | 0.45 |
| Hex | DA | A | 72 | 0 | 5F | 30 | F | 14A | 5B | 2D |
| Octal | 332 | 12 | 162 | 0 | 137 | 60 | 17 | 512 | 133 | 55 |
| Binary | 11011010 | 1010 | 1110010 | 0 | 1011111 | 110000 | 1111 | 101001010 | 1011011 | 101101 |
Color Harmonies of #DA0A72
Complementary color
Monochromatic Colors of #DA0A72
Black with #DA0A72
Text Example
Text Example
White with #DA0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A72; }
p { color: rgb(218,10,114); }
H1.HeaderClassName
{
color: #DA0A72;
}
.AnyTagClassName
{
color: #DA0A72;
}
</style>
background-color css
<style>
a { background-color: #DA0A72; }
a { background-color: rgb(218,10,114); }
div.DivClassName
{
background-color: #DA0A72;
}
.BgClassName
{
background-color: #DA0A72;
}
</style>
border-color css
<style>
span { border-color: #DA0A72; }
span { border-color: rgb(218,10,114); }
td.TdClassName
{
border-color: #DA0A72;
}
.TagClassName
{
border-color: #DA0A72;
}
</style>