Shades of Ruby #DA0767
Tints of Ruby #DA0767
RGB
CMYK
RGB Variations
Color information
#DA0767 (or 0xDA0767) is known color: Ruby. HEX triplet: DA, 07 and 67. RGB value is (218,7,103). Sum of RGB (Red+Green+Blue) = 218+7+103=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0767 is #25F898. Grayscale: #505050. Windows color (decimal): -2488473 or 6752218. OLE color: 6752218.
HSL color Cylindrical-coordinate representation of color #DA0767: hue angle of 332.7º 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 #DA0767 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 103 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.7º | 0.94% | 0.44% | - |
| HSV(B) | 332.7º | 0.97% | 0.85% | - |
| XYZ | 31.44 | 16.04 | 14.27 | - |
| YUV | 81.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 103 | 0 | 0.97 | 0.53 | 0.15 | 332.7 | 0.94 | 0.44 |
| Hex | DA | 7 | 67 | 0 | 61 | 35 | F | 14D | 5E | 2C |
| Octal | 332 | 7 | 147 | 0 | 141 | 65 | 17 | 515 | 136 | 54 |
| Binary | 11011010 | 111 | 1100111 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #DA0767
Complementary color
Monochromatic Colors of #DA0767
Black with #DA0767
Text Example
Text Example
White with #DA0767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0767; }
p { color: rgb(218,7,103); }
H1.HeaderClassName
{
color: #DA0767;
}
.AnyTagClassName
{
color: #DA0767;
}
</style>
background-color css
<style>
a { background-color: #DA0767; }
a { background-color: rgb(218,7,103); }
div.DivClassName
{
background-color: #DA0767;
}
.BgClassName
{
background-color: #DA0767;
}
</style>
border-color css
<style>
span { border-color: #DA0767; }
span { border-color: rgb(218,7,103); }
td.TdClassName
{
border-color: #DA0767;
}
.TagClassName
{
border-color: #DA0767;
}
</style>