Shades of Ruby #DA0F68
Tints of Ruby #DA0F68
RGB
CMYK
RGB Variations
Color information
#DA0F68 (or 0xDA0F68) is known color: Ruby. HEX triplet: DA, 0F and 68. RGB value is (218,15,104). Sum of RGB (Red+Green+Blue) = 218+15+104=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F68 is #25F097. Grayscale: #555555. Windows color (decimal): -2486424 or 6819802. OLE color: 6819802.
HSL color Cylindrical-coordinate representation of color #DA0F68: hue angle of 333.69º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F68 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 104 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.15 |
| HSL | 333.69º | 0.87% | 0.46% | - |
| HSV(B) | 333.69º | 0.93% | 0.85% | - |
| XYZ | 31.58 | 16.25 | 14.57 | - |
| YUV | 85.84 | 138.25 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 104 | 0 | 0.93 | 0.52 | 0.15 | 333.69 | 0.87 | 0.46 |
| Hex | DA | F | 68 | 0 | 5D | 34 | F | 14E | 57 | 2E |
| Octal | 332 | 17 | 150 | 0 | 135 | 64 | 17 | 516 | 127 | 56 |
| Binary | 11011010 | 1111 | 1101000 | 0 | 1011101 | 110100 | 1111 | 101001110 | 1010111 | 101110 |
Color Harmonies of #DA0F68
Complementary color
Monochromatic Colors of #DA0F68
Black with #DA0F68
Text Example
Text Example
White with #DA0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F68; }
p { color: rgb(218,15,104); }
H1.HeaderClassName
{
color: #DA0F68;
}
.AnyTagClassName
{
color: #DA0F68;
}
</style>
background-color css
<style>
a { background-color: #DA0F68; }
a { background-color: rgb(218,15,104); }
div.DivClassName
{
background-color: #DA0F68;
}
.BgClassName
{
background-color: #DA0F68;
}
</style>
border-color css
<style>
span { border-color: #DA0F68; }
span { border-color: rgb(218,15,104); }
td.TdClassName
{
border-color: #DA0F68;
}
.TagClassName
{
border-color: #DA0F68;
}
</style>