Shades of Ruby #DA0B68
Tints of Ruby #DA0B68
RGB
CMYK
RGB Variations
Color information
#DA0B68 (or 0xDA0B68) is known color: Ruby. HEX triplet: DA, 0B and 68. RGB value is (218,11,104). Sum of RGB (Red+Green+Blue) = 218+11+104=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0B68 is #25F497. Grayscale: #535353. Windows color (decimal): -2487448 or 6818778. OLE color: 6818778.
HSL color Cylindrical-coordinate representation of color #DA0B68: hue angle of 333.04º degrees, saturation: 0.9, 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 #DA0B68 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 104 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.15 |
| HSL | 333.04º | 0.9% | 0.45% | - |
| HSV(B) | 333.04º | 0.95% | 0.85% | - |
| XYZ | 31.53 | 16.14 | 14.55 | - |
| YUV | 83.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 104 | 0 | 0.95 | 0.52 | 0.15 | 333.04 | 0.9 | 0.45 |
| Hex | DA | B | 68 | 0 | 5F | 34 | F | 14D | 5A | 2D |
| Octal | 332 | 13 | 150 | 0 | 137 | 64 | 17 | 515 | 132 | 55 |
| Binary | 11011010 | 1011 | 1101000 | 0 | 1011111 | 110100 | 1111 | 101001101 | 1011010 | 101101 |
Color Harmonies of #DA0B68
Complementary color
Monochromatic Colors of #DA0B68
Black with #DA0B68
Text Example
Text Example
White with #DA0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B68; }
p { color: rgb(218,11,104); }
H1.HeaderClassName
{
color: #DA0B68;
}
.AnyTagClassName
{
color: #DA0B68;
}
</style>
background-color css
<style>
a { background-color: #DA0B68; }
a { background-color: rgb(218,11,104); }
div.DivClassName
{
background-color: #DA0B68;
}
.BgClassName
{
background-color: #DA0B68;
}
</style>
border-color css
<style>
span { border-color: #DA0B68; }
span { border-color: rgb(218,11,104); }
td.TdClassName
{
border-color: #DA0B68;
}
.TagClassName
{
border-color: #DA0B68;
}
</style>