Shades of Ruby #DA0A66
Tints of Ruby #DA0A66
RGB
CMYK
RGB Variations
Color information
#DA0A66 (or 0xDA0A66) is known color: Ruby. HEX triplet: DA, 0A and 66. RGB value is (218,10,102). Sum of RGB (Red+Green+Blue) = 218+10+102=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0A66 is #25F599. Grayscale: #525252. Windows color (decimal): -2487706 or 6687450. OLE color: 6687450.
HSL color Cylindrical-coordinate representation of color #DA0A66: hue angle of 333.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A66 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 102 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.15 |
| HSL | 333.46º | 0.91% | 0.45% | - |
| HSV(B) | 333.46º | 0.95% | 0.85% | - |
| XYZ | 31.42 | 16.08 | 14.02 | - |
| YUV | 82.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 102 | 0 | 0.95 | 0.53 | 0.15 | 333.46 | 0.91 | 0.45 |
| Hex | DA | A | 66 | 0 | 5F | 35 | F | 14D | 5B | 2D |
| Octal | 332 | 12 | 146 | 0 | 137 | 65 | 17 | 515 | 133 | 55 |
| Binary | 11011010 | 1010 | 1100110 | 0 | 1011111 | 110101 | 1111 | 101001101 | 1011011 | 101101 |
Color Harmonies of #DA0A66
Complementary color
Monochromatic Colors of #DA0A66
Black with #DA0A66
Text Example
Text Example
White with #DA0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A66; }
p { color: rgb(218,10,102); }
H1.HeaderClassName
{
color: #DA0A66;
}
.AnyTagClassName
{
color: #DA0A66;
}
</style>
background-color css
<style>
a { background-color: #DA0A66; }
a { background-color: rgb(218,10,102); }
div.DivClassName
{
background-color: #DA0A66;
}
.BgClassName
{
background-color: #DA0A66;
}
</style>
border-color css
<style>
span { border-color: #DA0A66; }
span { border-color: rgb(218,10,102); }
td.TdClassName
{
border-color: #DA0A66;
}
.TagClassName
{
border-color: #DA0A66;
}
</style>