Shades of Ruby #DA0868
Tints of Ruby #DA0868
RGB
CMYK
RGB Variations
Color information
#DA0868 (or 0xDA0868) is known color: Ruby. HEX triplet: DA, 08 and 68. RGB value is (218,8,104). Sum of RGB (Red+Green+Blue) = 218+8+104=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0868 is #25F797. Grayscale: #515151. Windows color (decimal): -2488216 or 6818010. OLE color: 6818010.
HSL color Cylindrical-coordinate representation of color #DA0868: hue angle of 332.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0868 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.15 |
| HSL | 332.57º | 0.93% | 0.44% | - |
| HSV(B) | 332.57º | 0.96% | 0.85% | - |
| XYZ | 31.5 | 16.08 | 14.54 | - |
| YUV | 81.73 | 140.57 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 104 | 0 | 0.96 | 0.52 | 0.15 | 332.57 | 0.93 | 0.44 |
| Hex | DA | 8 | 68 | 0 | 60 | 34 | F | 14D | 5D | 2C |
| Octal | 332 | 10 | 150 | 0 | 140 | 64 | 17 | 515 | 135 | 54 |
| Binary | 11011010 | 1000 | 1101000 | 0 | 1100000 | 110100 | 1111 | 101001101 | 1011101 | 101100 |
Color Harmonies of #DA0868
Complementary color
Monochromatic Colors of #DA0868
Black with #DA0868
Text Example
Text Example
White with #DA0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0868; }
p { color: rgb(218,8,104); }
H1.HeaderClassName
{
color: #DA0868;
}
.AnyTagClassName
{
color: #DA0868;
}
</style>
background-color css
<style>
a { background-color: #DA0868; }
a { background-color: rgb(218,8,104); }
div.DivClassName
{
background-color: #DA0868;
}
.BgClassName
{
background-color: #DA0868;
}
</style>
border-color css
<style>
span { border-color: #DA0868; }
span { border-color: rgb(218,8,104); }
td.TdClassName
{
border-color: #DA0868;
}
.TagClassName
{
border-color: #DA0868;
}
</style>