Shades of Ruby #DA076D
Tints of Ruby #DA076D
RGB
CMYK
RGB Variations
Color information
#DA076D (or 0xDA076D) is known color: Ruby. HEX triplet: DA, 07 and 6D. RGB value is (218,7,109). Sum of RGB (Red+Green+Blue) = 218+7+109=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA076D is #25F892. Grayscale: #515151. Windows color (decimal): -2488467 or 7145434. OLE color: 7145434.
HSL color Cylindrical-coordinate representation of color #DA076D: hue angle of 331º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA076D is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.15 |
| HSL | 331º | 0.94% | 0.44% | - |
| HSV(B) | 331º | 0.97% | 0.85% | - |
| XYZ | 31.75 | 16.16 | 15.91 | - |
| YUV | 81.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 109 | 0 | 0.97 | 0.5 | 0.15 | 331 | 0.94 | 0.44 |
| Hex | DA | 7 | 6D | 0 | 61 | 32 | F | 14B | 5E | 2C |
| Octal | 332 | 7 | 155 | 0 | 141 | 62 | 17 | 513 | 136 | 54 |
| Binary | 11011010 | 111 | 1101101 | 0 | 1100001 | 110010 | 1111 | 101001011 | 1011110 | 101100 |
Color Harmonies of #DA076D
Complementary color
Monochromatic Colors of #DA076D
Black with #DA076D
Text Example
Text Example
White with #DA076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA076D; }
p { color: rgb(218,7,109); }
H1.HeaderClassName
{
color: #DA076D;
}
.AnyTagClassName
{
color: #DA076D;
}
</style>
background-color css
<style>
a { background-color: #DA076D; }
a { background-color: rgb(218,7,109); }
div.DivClassName
{
background-color: #DA076D;
}
.BgClassName
{
background-color: #DA076D;
}
</style>
border-color css
<style>
span { border-color: #DA076D; }
span { border-color: rgb(218,7,109); }
td.TdClassName
{
border-color: #DA076D;
}
.TagClassName
{
border-color: #DA076D;
}
</style>