Shades of Ruby #DA0D6C
Tints of Ruby #DA0D6C
RGB
CMYK
RGB Variations
Color information
#DA0D6C (or 0xDA0D6C) is known color: Ruby. HEX triplet: DA, 0D and 6C. RGB value is (218,13,108). Sum of RGB (Red+Green+Blue) = 218+13+108=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D6C is #25F293. Grayscale: #545454. Windows color (decimal): -2486932 or 7081434. OLE color: 7081434.
HSL color Cylindrical-coordinate representation of color #DA0D6C: hue angle of 332.2º degrees, saturation: 0.89, 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 #DA0D6C is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 108 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.15 |
| HSL | 332.2º | 0.89% | 0.45% | - |
| HSV(B) | 332.2º | 0.94% | 0.85% | - |
| XYZ | 31.76 | 16.28 | 15.65 | - |
| YUV | 85.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 108 | 0 | 0.94 | 0.50 | 0.15 | 332.2 | 0.89 | 0.45 |
| Hex | DA | D | 6C | 0 | 5E | 32 | F | 14C | 59 | 2D |
| Octal | 332 | 15 | 154 | 0 | 136 | 62 | 17 | 514 | 131 | 55 |
| Binary | 11011010 | 1101 | 1101100 | 0 | 1011110 | 110010 | 1111 | 101001100 | 1011001 | 101101 |
Color Harmonies of #DA0D6C
Complementary color
Monochromatic Colors of #DA0D6C
Black with #DA0D6C
Text Example
Text Example
White with #DA0D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D6C; }
p { color: rgb(218,13,108); }
H1.HeaderClassName
{
color: #DA0D6C;
}
.AnyTagClassName
{
color: #DA0D6C;
}
</style>
background-color css
<style>
a { background-color: #DA0D6C; }
a { background-color: rgb(218,13,108); }
div.DivClassName
{
background-color: #DA0D6C;
}
.BgClassName
{
background-color: #DA0D6C;
}
</style>
border-color css
<style>
span { border-color: #DA0D6C; }
span { border-color: rgb(218,13,108); }
td.TdClassName
{
border-color: #DA0D6C;
}
.TagClassName
{
border-color: #DA0D6C;
}
</style>