Shades of Ruby #DA0F72
Tints of Ruby #DA0F72
RGB
CMYK
RGB Variations
Color information
#DA0F72 (or 0xDA0F72) is known color: Ruby. HEX triplet: DA, 0F and 72. RGB value is (218,15,114). Sum of RGB (Red+Green+Blue) = 218+15+114=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F72 is #25F08D. Grayscale: #565656. Windows color (decimal): -2486414 or 7475162. OLE color: 7475162.
HSL color Cylindrical-coordinate representation of color #DA0F72: hue angle of 330.74º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F72 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 114 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.15 |
| HSL | 330.74º | 0.87% | 0.46% | - |
| HSV(B) | 330.74º | 0.93% | 0.85% | - |
| XYZ | 32.12 | 16.46 | 17.4 | - |
| YUV | 86.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 114 | 0 | 0.93 | 0.48 | 0.15 | 330.74 | 0.87 | 0.46 |
| Hex | DA | F | 72 | 0 | 5D | 30 | F | 14B | 57 | 2E |
| Octal | 332 | 17 | 162 | 0 | 135 | 60 | 17 | 513 | 127 | 56 |
| Binary | 11011010 | 1111 | 1110010 | 0 | 1011101 | 110000 | 1111 | 101001011 | 1010111 | 101110 |
Color Harmonies of #DA0F72
Complementary color
Monochromatic Colors of #DA0F72
Black with #DA0F72
Text Example
Text Example
White with #DA0F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F72; }
p { color: rgb(218,15,114); }
H1.HeaderClassName
{
color: #DA0F72;
}
.AnyTagClassName
{
color: #DA0F72;
}
</style>
background-color css
<style>
a { background-color: #DA0F72; }
a { background-color: rgb(218,15,114); }
div.DivClassName
{
background-color: #DA0F72;
}
.BgClassName
{
background-color: #DA0F72;
}
</style>
border-color css
<style>
span { border-color: #DA0F72; }
span { border-color: rgb(218,15,114); }
td.TdClassName
{
border-color: #DA0F72;
}
.TagClassName
{
border-color: #DA0F72;
}
</style>