Shades of Ruby #DA166C
Tints of Ruby #DA166C
RGB
CMYK
RGB Variations
Color information
#DA166C (or 0xDA166C) is known color: Ruby. HEX triplet: DA, 16 and 6C. RGB value is (218,22,108). Sum of RGB (Red+Green+Blue) = 218+22+108=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA166C is #25E993. Grayscale: #5A5A5A. Windows color (decimal): -2484628 or 7083738. OLE color: 7083738.
HSL color Cylindrical-coordinate representation of color #DA166C: hue angle of 333.67º 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 #DA166C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.15 |
| HSL | 333.67º | 0.82% | 0.47% | - |
| HSV(B) | 333.67º | 0.9% | 0.85% | - |
| XYZ | 31.91 | 16.56 | 15.7 | - |
| YUV | 90.41 | 137.93 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 108 | 0 | 0.90 | 0.50 | 0.15 | 333.67 | 0.82 | 0.47 |
| Hex | DA | 16 | 6C | 0 | 5A | 32 | F | 14E | 52 | 2F |
| Octal | 332 | 26 | 154 | 0 | 132 | 62 | 17 | 516 | 122 | 57 |
| Binary | 11011010 | 10110 | 1101100 | 0 | 1011010 | 110010 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #DA166C
Complementary color
Monochromatic Colors of #DA166C
Black with #DA166C
Text Example
Text Example
White with #DA166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA166C; }
p { color: rgb(218,22,108); }
H1.HeaderClassName
{
color: #DA166C;
}
.AnyTagClassName
{
color: #DA166C;
}
</style>
background-color css
<style>
a { background-color: #DA166C; }
a { background-color: rgb(218,22,108); }
div.DivClassName
{
background-color: #DA166C;
}
.BgClassName
{
background-color: #DA166C;
}
</style>
border-color css
<style>
span { border-color: #DA166C; }
span { border-color: rgb(218,22,108); }
td.TdClassName
{
border-color: #DA166C;
}
.TagClassName
{
border-color: #DA166C;
}
</style>