Shades of Ruby #DA0769
Tints of Ruby #DA0769
RGB
CMYK
RGB Variations
Color information
#DA0769 (or 0xDA0769) is known color: Ruby. HEX triplet: DA, 07 and 69. RGB value is (218,7,105). Sum of RGB (Red+Green+Blue) = 218+7+105=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0769 is #25F896. Grayscale: #515151. Windows color (decimal): -2488471 or 6883290. OLE color: 6883290.
HSL color Cylindrical-coordinate representation of color #DA0769: hue angle of 332.13º 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 #DA0769 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.15 |
| HSL | 332.13º | 0.94% | 0.44% | - |
| HSV(B) | 332.13º | 0.97% | 0.85% | - |
| XYZ | 31.54 | 16.08 | 14.81 | - |
| YUV | 81.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 105 | 0 | 0.97 | 0.52 | 0.15 | 332.13 | 0.94 | 0.44 |
| Hex | DA | 7 | 69 | 0 | 61 | 34 | F | 14C | 5E | 2C |
| Octal | 332 | 7 | 151 | 0 | 141 | 64 | 17 | 514 | 136 | 54 |
| Binary | 11011010 | 111 | 1101001 | 0 | 1100001 | 110100 | 1111 | 101001100 | 1011110 | 101100 |
Color Harmonies of #DA0769
Complementary color
Monochromatic Colors of #DA0769
Black with #DA0769
Text Example
Text Example
White with #DA0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0769; }
p { color: rgb(218,7,105); }
H1.HeaderClassName
{
color: #DA0769;
}
.AnyTagClassName
{
color: #DA0769;
}
</style>
background-color css
<style>
a { background-color: #DA0769; }
a { background-color: rgb(218,7,105); }
div.DivClassName
{
background-color: #DA0769;
}
.BgClassName
{
background-color: #DA0769;
}
</style>
border-color css
<style>
span { border-color: #DA0769; }
span { border-color: rgb(218,7,105); }
td.TdClassName
{
border-color: #DA0769;
}
.TagClassName
{
border-color: #DA0769;
}
</style>