Shades of Ruby #DA1075
Tints of Ruby #DA1075
RGB
CMYK
RGB Variations
Color information
#DA1075 (or 0xDA1075) is known color: Ruby. HEX triplet: DA, 10 and 75. RGB value is (218,16,117). Sum of RGB (Red+Green+Blue) = 218+16+117=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1075 is #25EF8A. Grayscale: #575757. Windows color (decimal): -2486155 or 7672026. OLE color: 7672026.
HSL color Cylindrical-coordinate representation of color #DA1075: hue angle of 330º degrees, saturation: 0.86, 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 #DA1075 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.15 |
| HSL | 330º | 0.86% | 0.46% | - |
| HSV(B) | 330º | 0.93% | 0.85% | - |
| XYZ | 32.31 | 16.56 | 18.32 | - |
| YUV | 87.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 117 | 0 | 0.93 | 0.46 | 0.15 | 330 | 0.86 | 0.46 |
| Hex | DA | 10 | 75 | 0 | 5D | 2E | F | 14A | 56 | 2E |
| Octal | 332 | 20 | 165 | 0 | 135 | 56 | 17 | 512 | 126 | 56 |
| Binary | 11011010 | 10000 | 1110101 | 0 | 1011101 | 101110 | 1111 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DA1075
Complementary color
Monochromatic Colors of #DA1075
Black with #DA1075
Text Example
Text Example
White with #DA1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1075; }
p { color: rgb(218,16,117); }
H1.HeaderClassName
{
color: #DA1075;
}
.AnyTagClassName
{
color: #DA1075;
}
</style>
background-color css
<style>
a { background-color: #DA1075; }
a { background-color: rgb(218,16,117); }
div.DivClassName
{
background-color: #DA1075;
}
.BgClassName
{
background-color: #DA1075;
}
</style>
border-color css
<style>
span { border-color: #DA1075; }
span { border-color: rgb(218,16,117); }
td.TdClassName
{
border-color: #DA1075;
}
.TagClassName
{
border-color: #DA1075;
}
</style>