Shades of Ruby #DA086D
Tints of Ruby #DA086D
RGB
CMYK
RGB Variations
Color information
#DA086D (or 0xDA086D) is known color: Ruby. HEX triplet: DA, 08 and 6D. RGB value is (218,8,109). Sum of RGB (Red+Green+Blue) = 218+8+109=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA086D is #25F792. Grayscale: #525252. Windows color (decimal): -2488211 or 7145690. OLE color: 7145690.
HSL color Cylindrical-coordinate representation of color #DA086D: hue angle of 331.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA086D is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.15 |
| HSL | 331.14º | 0.93% | 0.44% | - |
| HSV(B) | 331.14º | 0.96% | 0.85% | - |
| XYZ | 31.76 | 16.18 | 15.92 | - |
| YUV | 82.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 109 | 0 | 0.96 | 0.5 | 0.15 | 331.14 | 0.93 | 0.44 |
| Hex | DA | 8 | 6D | 0 | 60 | 32 | F | 14B | 5D | 2C |
| Octal | 332 | 10 | 155 | 0 | 140 | 62 | 17 | 513 | 135 | 54 |
| Binary | 11011010 | 1000 | 1101101 | 0 | 1100000 | 110010 | 1111 | 101001011 | 1011101 | 101100 |
Color Harmonies of #DA086D
Complementary color
Monochromatic Colors of #DA086D
Black with #DA086D
Text Example
Text Example
White with #DA086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA086D; }
p { color: rgb(218,8,109); }
H1.HeaderClassName
{
color: #DA086D;
}
.AnyTagClassName
{
color: #DA086D;
}
</style>
background-color css
<style>
a { background-color: #DA086D; }
a { background-color: rgb(218,8,109); }
div.DivClassName
{
background-color: #DA086D;
}
.BgClassName
{
background-color: #DA086D;
}
</style>
border-color css
<style>
span { border-color: #DA086D; }
span { border-color: rgb(218,8,109); }
td.TdClassName
{
border-color: #DA086D;
}
.TagClassName
{
border-color: #DA086D;
}
</style>