Shades of Ruby #DA106B
Tints of Ruby #DA106B
RGB
CMYK
RGB Variations
Color information
#DA106B (or 0xDA106B) is known color: Ruby. HEX triplet: DA, 10 and 6B. RGB value is (218,16,107). Sum of RGB (Red+Green+Blue) = 218+16+107=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA106B is #25EF94. Grayscale: #565656. Windows color (decimal): -2486165 or 7016666. OLE color: 7016666.
HSL color Cylindrical-coordinate representation of color #DA106B: hue angle of 332.97º 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 #DA106B is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.15 |
| HSL | 332.97º | 0.86% | 0.46% | - |
| HSV(B) | 332.97º | 0.93% | 0.85% | - |
| XYZ | 31.75 | 16.34 | 15.39 | - |
| YUV | 86.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 107 | 0 | 0.93 | 0.51 | 0.15 | 332.97 | 0.86 | 0.46 |
| Hex | DA | 10 | 6B | 0 | 5D | 33 | F | 14D | 56 | 2E |
| Octal | 332 | 20 | 153 | 0 | 135 | 63 | 17 | 515 | 126 | 56 |
| Binary | 11011010 | 10000 | 1101011 | 0 | 1011101 | 110011 | 1111 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DA106B
Complementary color
Monochromatic Colors of #DA106B
Black with #DA106B
Text Example
Text Example
White with #DA106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA106B; }
p { color: rgb(218,16,107); }
H1.HeaderClassName
{
color: #DA106B;
}
.AnyTagClassName
{
color: #DA106B;
}
</style>
background-color css
<style>
a { background-color: #DA106B; }
a { background-color: rgb(218,16,107); }
div.DivClassName
{
background-color: #DA106B;
}
.BgClassName
{
background-color: #DA106B;
}
</style>
border-color css
<style>
span { border-color: #DA106B; }
span { border-color: rgb(218,16,107); }
td.TdClassName
{
border-color: #DA106B;
}
.TagClassName
{
border-color: #DA106B;
}
</style>