Shades of Ruby #DA166B
Tints of Ruby #DA166B
RGB
CMYK
RGB Variations
Color information
#DA166B (or 0xDA166B) is known color: Ruby. HEX triplet: DA, 16 and 6B. RGB value is (218,22,107). Sum of RGB (Red+Green+Blue) = 218+22+107=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA166B is #25E994. Grayscale: #5A5A5A. Windows color (decimal): -2484629 or 7018202. OLE color: 7018202.
HSL color Cylindrical-coordinate representation of color #DA166B: hue angle of 333.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA166B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.15 |
| HSL | 333.98º | 0.82% | 0.47% | - |
| HSV(B) | 333.98º | 0.9% | 0.85% | - |
| XYZ | 31.85 | 16.54 | 15.42 | - |
| YUV | 90.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 107 | 0 | 0.90 | 0.51 | 0.15 | 333.98 | 0.82 | 0.47 |
| Hex | DA | 16 | 6B | 0 | 5A | 33 | F | 14E | 52 | 2F |
| Octal | 332 | 26 | 153 | 0 | 132 | 63 | 17 | 516 | 122 | 57 |
| Binary | 11011010 | 10110 | 1101011 | 0 | 1011010 | 110011 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DA166B
Complementary color
Monochromatic Colors of #DA166B
Black with #DA166B
Text Example
Text Example
White with #DA166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA166B; }
p { color: rgb(218,22,107); }
H1.HeaderClassName
{
color: #DA166B;
}
.AnyTagClassName
{
color: #DA166B;
}
</style>
background-color css
<style>
a { background-color: #DA166B; }
a { background-color: rgb(218,22,107); }
div.DivClassName
{
background-color: #DA166B;
}
.BgClassName
{
background-color: #DA166B;
}
</style>
border-color css
<style>
span { border-color: #DA166B; }
span { border-color: rgb(218,22,107); }
td.TdClassName
{
border-color: #DA166B;
}
.TagClassName
{
border-color: #DA166B;
}
</style>