Shades of Ruby #DA1071
Tints of Ruby #DA1071
RGB
CMYK
RGB Variations
Color information
#DA1071 (or 0xDA1071) is known color: Ruby. HEX triplet: DA, 10 and 71. RGB value is (218,16,113). Sum of RGB (Red+Green+Blue) = 218+16+113=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1071 is #25EF8E. Grayscale: #575757. Windows color (decimal): -2486159 or 7409882. OLE color: 7409882.
HSL color Cylindrical-coordinate representation of color #DA1071: hue angle of 331.19º 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 #DA1071 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.15 |
| HSL | 331.19º | 0.86% | 0.46% | - |
| HSV(B) | 331.19º | 0.93% | 0.85% | - |
| XYZ | 32.08 | 16.47 | 17.11 | - |
| YUV | 87.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 113 | 0 | 0.93 | 0.48 | 0.15 | 331.19 | 0.86 | 0.46 |
| Hex | DA | 10 | 71 | 0 | 5D | 30 | F | 14B | 56 | 2E |
| Octal | 332 | 20 | 161 | 0 | 135 | 60 | 17 | 513 | 126 | 56 |
| Binary | 11011010 | 10000 | 1110001 | 0 | 1011101 | 110000 | 1111 | 101001011 | 1010110 | 101110 |
Color Harmonies of #DA1071
Complementary color
Monochromatic Colors of #DA1071
Black with #DA1071
Text Example
Text Example
White with #DA1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1071; }
p { color: rgb(218,16,113); }
H1.HeaderClassName
{
color: #DA1071;
}
.AnyTagClassName
{
color: #DA1071;
}
</style>
background-color css
<style>
a { background-color: #DA1071; }
a { background-color: rgb(218,16,113); }
div.DivClassName
{
background-color: #DA1071;
}
.BgClassName
{
background-color: #DA1071;
}
</style>
border-color css
<style>
span { border-color: #DA1071; }
span { border-color: rgb(218,16,113); }
td.TdClassName
{
border-color: #DA1071;
}
.TagClassName
{
border-color: #DA1071;
}
</style>