Shades of Ruby #DA176B
Tints of Ruby #DA176B
RGB
CMYK
RGB Variations
Color information
#DA176B (or 0xDA176B) is known color: Ruby. HEX triplet: DA, 17 and 6B. RGB value is (218,23,107). Sum of RGB (Red+Green+Blue) = 218+23+107=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA176B is #25E894. Grayscale: #5A5A5A. Windows color (decimal): -2484373 or 7018458. OLE color: 7018458.
HSL color Cylindrical-coordinate representation of color #DA176B: hue angle of 334.15º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA176B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 107 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.15 |
| HSL | 334.15º | 0.81% | 0.47% | - |
| HSV(B) | 334.15º | 0.89% | 0.85% | - |
| XYZ | 31.87 | 16.58 | 15.43 | - |
| YUV | 90.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 107 | 0 | 0.89 | 0.51 | 0.15 | 334.15 | 0.81 | 0.47 |
| Hex | DA | 17 | 6B | 0 | 59 | 33 | F | 14E | 51 | 2F |
| Octal | 332 | 27 | 153 | 0 | 131 | 63 | 17 | 516 | 121 | 57 |
| Binary | 11011010 | 10111 | 1101011 | 0 | 1011001 | 110011 | 1111 | 101001110 | 1010001 | 101111 |
Color Harmonies of #DA176B
Complementary color
Monochromatic Colors of #DA176B
Black with #DA176B
Text Example
Text Example
White with #DA176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA176B; }
p { color: rgb(218,23,107); }
H1.HeaderClassName
{
color: #DA176B;
}
.AnyTagClassName
{
color: #DA176B;
}
</style>
background-color css
<style>
a { background-color: #DA176B; }
a { background-color: rgb(218,23,107); }
div.DivClassName
{
background-color: #DA176B;
}
.BgClassName
{
background-color: #DA176B;
}
</style>
border-color css
<style>
span { border-color: #DA176B; }
span { border-color: rgb(218,23,107); }
td.TdClassName
{
border-color: #DA176B;
}
.TagClassName
{
border-color: #DA176B;
}
</style>