Shades of Ruby #DA0974
Tints of Ruby #DA0974
RGB
CMYK
RGB Variations
Color information
#DA0974 (or 0xDA0974) is known color: Ruby. HEX triplet: DA, 09 and 74. RGB value is (218,9,116). Sum of RGB (Red+Green+Blue) = 218+9+116=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0974 is #25F68B. Grayscale: #535353. Windows color (decimal): -2487948 or 7604698. OLE color: 7604698.
HSL color Cylindrical-coordinate representation of color #DA0974: hue angle of 329.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0974 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 116 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.15 |
| HSL | 329.28º | 0.92% | 0.45% | - |
| HSV(B) | 329.28º | 0.96% | 0.85% | - |
| XYZ | 32.16 | 16.36 | 17.99 | - |
| YUV | 83.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 116 | 0 | 0.96 | 0.47 | 0.15 | 329.28 | 0.92 | 0.45 |
| Hex | DA | 9 | 74 | 0 | 60 | 2F | F | 149 | 5C | 2D |
| Octal | 332 | 11 | 164 | 0 | 140 | 57 | 17 | 511 | 134 | 55 |
| Binary | 11011010 | 1001 | 1110100 | 0 | 1100000 | 101111 | 1111 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DA0974
Complementary color
Monochromatic Colors of #DA0974
Black with #DA0974
Text Example
Text Example
White with #DA0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0974; }
p { color: rgb(218,9,116); }
H1.HeaderClassName
{
color: #DA0974;
}
.AnyTagClassName
{
color: #DA0974;
}
</style>
background-color css
<style>
a { background-color: #DA0974; }
a { background-color: rgb(218,9,116); }
div.DivClassName
{
background-color: #DA0974;
}
.BgClassName
{
background-color: #DA0974;
}
</style>
border-color css
<style>
span { border-color: #DA0974; }
span { border-color: rgb(218,9,116); }
td.TdClassName
{
border-color: #DA0974;
}
.TagClassName
{
border-color: #DA0974;
}
</style>