Shades of Ruby #DA106F
Tints of Ruby #DA106F
RGB
CMYK
RGB Variations
Color information
#DA106F (or 0xDA106F) is known color: Ruby. HEX triplet: DA, 10 and 6F. RGB value is (218,16,111). Sum of RGB (Red+Green+Blue) = 218+16+111=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA106F is #25EF90. Grayscale: #575757. Windows color (decimal): -2486161 or 7278810. OLE color: 7278810.
HSL color Cylindrical-coordinate representation of color #DA106F: hue angle of 331.78º 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 #DA106F is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.15 |
| HSL | 331.78º | 0.86% | 0.46% | - |
| HSV(B) | 331.78º | 0.93% | 0.85% | - |
| XYZ | 31.97 | 16.42 | 16.52 | - |
| YUV | 87.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 111 | 0 | 0.93 | 0.49 | 0.15 | 331.78 | 0.86 | 0.46 |
| Hex | DA | 10 | 6F | 0 | 5D | 31 | F | 14C | 56 | 2E |
| Octal | 332 | 20 | 157 | 0 | 135 | 61 | 17 | 514 | 126 | 56 |
| Binary | 11011010 | 10000 | 1101111 | 0 | 1011101 | 110001 | 1111 | 101001100 | 1010110 | 101110 |
Color Harmonies of #DA106F
Complementary color
Monochromatic Colors of #DA106F
Black with #DA106F
Text Example
Text Example
White with #DA106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA106F; }
p { color: rgb(218,16,111); }
H1.HeaderClassName
{
color: #DA106F;
}
.AnyTagClassName
{
color: #DA106F;
}
</style>
background-color css
<style>
a { background-color: #DA106F; }
a { background-color: rgb(218,16,111); }
div.DivClassName
{
background-color: #DA106F;
}
.BgClassName
{
background-color: #DA106F;
}
</style>
border-color css
<style>
span { border-color: #DA106F; }
span { border-color: rgb(218,16,111); }
td.TdClassName
{
border-color: #DA106F;
}
.TagClassName
{
border-color: #DA106F;
}
</style>