Shades of Ruby #DA0676
Tints of Ruby #DA0676
RGB
CMYK
RGB Variations
Color information
#DA0676 (or 0xDA0676) is known color: Ruby. HEX triplet: DA, 06 and 76. RGB value is (218,6,118). Sum of RGB (Red+Green+Blue) = 218+6+118=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0676 is #25F989. Grayscale: #515151. Windows color (decimal): -2488714 or 7735002. OLE color: 7735002.
HSL color Cylindrical-coordinate representation of color #DA0676: hue angle of 328.3º degrees, saturation: 0.95, 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 #DA0676 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 118 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.3º | 0.95% | 0.44% | - |
| HSV(B) | 328.3º | 0.97% | 0.85% | - |
| XYZ | 32.25 | 16.34 | 18.59 | - |
| YUV | 82.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 118 | 0 | 0.97 | 0.46 | 0.15 | 328.3 | 0.95 | 0.44 |
| Hex | DA | 6 | 76 | 0 | 61 | 2E | F | 148 | 5F | 2C |
| Octal | 332 | 6 | 166 | 0 | 141 | 56 | 17 | 510 | 137 | 54 |
| Binary | 11011010 | 110 | 1110110 | 0 | 1100001 | 101110 | 1111 | 101001000 | 1011111 | 101100 |
Color Harmonies of #DA0676
Complementary color
Monochromatic Colors of #DA0676
Black with #DA0676
Text Example
Text Example
White with #DA0676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0676; }
p { color: rgb(218,6,118); }
H1.HeaderClassName
{
color: #DA0676;
}
.AnyTagClassName
{
color: #DA0676;
}
</style>
background-color css
<style>
a { background-color: #DA0676; }
a { background-color: rgb(218,6,118); }
div.DivClassName
{
background-color: #DA0676;
}
.BgClassName
{
background-color: #DA0676;
}
</style>
border-color css
<style>
span { border-color: #DA0676; }
span { border-color: rgb(218,6,118); }
td.TdClassName
{
border-color: #DA0676;
}
.TagClassName
{
border-color: #DA0676;
}
</style>