Shades of Ruby #DA0975
Tints of Ruby #DA0975
RGB
CMYK
RGB Variations
Color information
#DA0975 (or 0xDA0975) is known color: Ruby. HEX triplet: DA, 09 and 75. RGB value is (218,9,117). Sum of RGB (Red+Green+Blue) = 218+9+117=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0975 is #25F68A. Grayscale: #535353. Windows color (decimal): -2487947 or 7670234. OLE color: 7670234.
HSL color Cylindrical-coordinate representation of color #DA0975: hue angle of 329º 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 #DA0975 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.15 |
| HSL | 329º | 0.92% | 0.45% | - |
| HSV(B) | 329º | 0.96% | 0.85% | - |
| XYZ | 32.22 | 16.39 | 18.29 | - |
| YUV | 83.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 117 | 0 | 0.96 | 0.46 | 0.15 | 329 | 0.92 | 0.45 |
| Hex | DA | 9 | 75 | 0 | 60 | 2E | F | 149 | 5C | 2D |
| Octal | 332 | 11 | 165 | 0 | 140 | 56 | 17 | 511 | 134 | 55 |
| Binary | 11011010 | 1001 | 1110101 | 0 | 1100000 | 101110 | 1111 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DA0975
Complementary color
Monochromatic Colors of #DA0975
Black with #DA0975
Text Example
Text Example
White with #DA0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0975; }
p { color: rgb(218,9,117); }
H1.HeaderClassName
{
color: #DA0975;
}
.AnyTagClassName
{
color: #DA0975;
}
</style>
background-color css
<style>
a { background-color: #DA0975; }
a { background-color: rgb(218,9,117); }
div.DivClassName
{
background-color: #DA0975;
}
.BgClassName
{
background-color: #DA0975;
}
</style>
border-color css
<style>
span { border-color: #DA0975; }
span { border-color: rgb(218,9,117); }
td.TdClassName
{
border-color: #DA0975;
}
.TagClassName
{
border-color: #DA0975;
}
</style>