Shades of Ruby #DA0D6F
Tints of Ruby #DA0D6F
RGB
CMYK
RGB Variations
Color information
#DA0D6F (or 0xDA0D6F) is known color: Ruby. HEX triplet: DA, 0D and 6F. RGB value is (218,13,111). Sum of RGB (Red+Green+Blue) = 218+13+111=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D6F is #25F290. Grayscale: #555555. Windows color (decimal): -2486929 or 7278042. OLE color: 7278042.
HSL color Cylindrical-coordinate representation of color #DA0D6F: hue angle of 331.32º 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 #DA0D6F is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.15 |
| HSL | 331.32º | 0.89% | 0.45% | - |
| HSV(B) | 331.32º | 0.94% | 0.85% | - |
| XYZ | 31.93 | 16.34 | 16.51 | - |
| YUV | 85.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 111 | 0 | 0.94 | 0.49 | 0.15 | 331.32 | 0.89 | 0.45 |
| Hex | DA | D | 6F | 0 | 5E | 31 | F | 14B | 59 | 2D |
| Octal | 332 | 15 | 157 | 0 | 136 | 61 | 17 | 513 | 131 | 55 |
| Binary | 11011010 | 1101 | 1101111 | 0 | 1011110 | 110001 | 1111 | 101001011 | 1011001 | 101101 |
Color Harmonies of #DA0D6F
Complementary color
Monochromatic Colors of #DA0D6F
Black with #DA0D6F
Text Example
Text Example
White with #DA0D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D6F; }
p { color: rgb(218,13,111); }
H1.HeaderClassName
{
color: #DA0D6F;
}
.AnyTagClassName
{
color: #DA0D6F;
}
</style>
background-color css
<style>
a { background-color: #DA0D6F; }
a { background-color: rgb(218,13,111); }
div.DivClassName
{
background-color: #DA0D6F;
}
.BgClassName
{
background-color: #DA0D6F;
}
</style>
border-color css
<style>
span { border-color: #DA0D6F; }
span { border-color: rgb(218,13,111); }
td.TdClassName
{
border-color: #DA0D6F;
}
.TagClassName
{
border-color: #DA0D6F;
}
</style>