Shades of Ruby #DA076E
Tints of Ruby #DA076E
RGB
CMYK
RGB Variations
Color information
#DA076E (or 0xDA076E) is known color: Ruby. HEX triplet: DA, 07 and 6E. RGB value is (218,7,110). Sum of RGB (Red+Green+Blue) = 218+7+110=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA076E is #25F891. Grayscale: #515151. Windows color (decimal): -2488466 or 7210970. OLE color: 7210970.
HSL color Cylindrical-coordinate representation of color #DA076E: hue angle of 330.71º 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 #DA076E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.15 |
| HSL | 330.71º | 0.94% | 0.44% | - |
| HSV(B) | 330.71º | 0.97% | 0.85% | - |
| XYZ | 31.8 | 16.18 | 16.2 | - |
| YUV | 81.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 110 | 0 | 0.97 | 0.50 | 0.15 | 330.71 | 0.94 | 0.44 |
| Hex | DA | 7 | 6E | 0 | 61 | 32 | F | 14B | 5E | 2C |
| Octal | 332 | 7 | 156 | 0 | 141 | 62 | 17 | 513 | 136 | 54 |
| Binary | 11011010 | 111 | 1101110 | 0 | 1100001 | 110010 | 1111 | 101001011 | 1011110 | 101100 |
Color Harmonies of #DA076E
Complementary color
Monochromatic Colors of #DA076E
Black with #DA076E
Text Example
Text Example
White with #DA076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA076E; }
p { color: rgb(218,7,110); }
H1.HeaderClassName
{
color: #DA076E;
}
.AnyTagClassName
{
color: #DA076E;
}
</style>
background-color css
<style>
a { background-color: #DA076E; }
a { background-color: rgb(218,7,110); }
div.DivClassName
{
background-color: #DA076E;
}
.BgClassName
{
background-color: #DA076E;
}
</style>
border-color css
<style>
span { border-color: #DA076E; }
span { border-color: rgb(218,7,110); }
td.TdClassName
{
border-color: #DA076E;
}
.TagClassName
{
border-color: #DA076E;
}
</style>