Shades of Ruby #DA106D
Tints of Ruby #DA106D
RGB
CMYK
RGB Variations
Color information
#DA106D (or 0xDA106D) is known color: Ruby. HEX triplet: DA, 10 and 6D. RGB value is (218,16,109). Sum of RGB (Red+Green+Blue) = 218+16+109=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA106D is #25EF92. Grayscale: #565656. Windows color (decimal): -2486163 or 7147738. OLE color: 7147738.
HSL color Cylindrical-coordinate representation of color #DA106D: hue angle of 332.38º degrees, saturation: 0.86, 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 #DA106D is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.15 |
| HSL | 332.38º | 0.86% | 0.46% | - |
| HSV(B) | 332.38º | 0.93% | 0.85% | - |
| XYZ | 31.86 | 16.38 | 15.95 | - |
| YUV | 87 | 140.42 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 109 | 0 | 0.93 | 0.5 | 0.15 | 332.38 | 0.86 | 0.46 |
| Hex | DA | 10 | 6D | 0 | 5D | 32 | F | 14C | 56 | 2E |
| Octal | 332 | 20 | 155 | 0 | 135 | 62 | 17 | 514 | 126 | 56 |
| Binary | 11011010 | 10000 | 1101101 | 0 | 1011101 | 110010 | 1111 | 101001100 | 1010110 | 101110 |
Color Harmonies of #DA106D
Complementary color
Monochromatic Colors of #DA106D
Black with #DA106D
Text Example
Text Example
White with #DA106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA106D; }
p { color: rgb(218,16,109); }
H1.HeaderClassName
{
color: #DA106D;
}
.AnyTagClassName
{
color: #DA106D;
}
</style>
background-color css
<style>
a { background-color: #DA106D; }
a { background-color: rgb(218,16,109); }
div.DivClassName
{
background-color: #DA106D;
}
.BgClassName
{
background-color: #DA106D;
}
</style>
border-color css
<style>
span { border-color: #DA106D; }
span { border-color: rgb(218,16,109); }
td.TdClassName
{
border-color: #DA106D;
}
.TagClassName
{
border-color: #DA106D;
}
</style>