Shades of Ruby #DA0C68
Tints of Ruby #DA0C68
RGB
CMYK
RGB Variations
Color information
#DA0C68 (or 0xDA0C68) is known color: Ruby. HEX triplet: DA, 0C and 68. RGB value is (218,12,104). Sum of RGB (Red+Green+Blue) = 218+12+104=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C68 is #25F397. Grayscale: #535353. Windows color (decimal): -2487192 or 6819034. OLE color: 6819034.
HSL color Cylindrical-coordinate representation of color #DA0C68: hue angle of 333.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C68 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 104 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.15 |
| HSL | 333.2º | 0.9% | 0.45% | - |
| HSV(B) | 333.2º | 0.94% | 0.85% | - |
| XYZ | 31.54 | 16.17 | 14.55 | - |
| YUV | 84.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 104 | 0 | 0.94 | 0.52 | 0.15 | 333.2 | 0.9 | 0.45 |
| Hex | DA | C | 68 | 0 | 5E | 34 | F | 14D | 5A | 2D |
| Octal | 332 | 14 | 150 | 0 | 136 | 64 | 17 | 515 | 132 | 55 |
| Binary | 11011010 | 1100 | 1101000 | 0 | 1011110 | 110100 | 1111 | 101001101 | 1011010 | 101101 |
Color Harmonies of #DA0C68
Complementary color
Monochromatic Colors of #DA0C68
Black with #DA0C68
Text Example
Text Example
White with #DA0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C68; }
p { color: rgb(218,12,104); }
H1.HeaderClassName
{
color: #DA0C68;
}
.AnyTagClassName
{
color: #DA0C68;
}
</style>
background-color css
<style>
a { background-color: #DA0C68; }
a { background-color: rgb(218,12,104); }
div.DivClassName
{
background-color: #DA0C68;
}
.BgClassName
{
background-color: #DA0C68;
}
</style>
border-color css
<style>
span { border-color: #DA0C68; }
span { border-color: rgb(218,12,104); }
td.TdClassName
{
border-color: #DA0C68;
}
.TagClassName
{
border-color: #DA0C68;
}
</style>