Shades of Ruby #DA0176
Tints of Ruby #DA0176
RGB
CMYK
RGB Variations
Color information
#DA0176 (or 0xDA0176) is known color: Ruby. HEX triplet: DA, 01 and 76. RGB value is (218,1,118). Sum of RGB (Red+Green+Blue) = 218+1+118=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0176 is #25FE89. Grayscale: #4E4E4E. Windows color (decimal): -2489994 or 7733722. OLE color: 7733722.
HSL color Cylindrical-coordinate representation of color #DA0176: hue angle of 327.65º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0176 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.15 |
| HSL | 327.65º | 0.99% | 0.43% | - |
| HSV(B) | 327.65º | 1% | 0.85% | - |
| XYZ | 32.19 | 16.24 | 18.58 | - |
| YUV | 79.22 | 149.89 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 118 | 0 | 1.00 | 0.46 | 0.15 | 327.65 | 0.99 | 0.43 |
| Hex | DA | 1 | 76 | 0 | 64 | 2E | F | 148 | 63 | 2B |
| Octal | 332 | 1 | 166 | 0 | 144 | 56 | 17 | 510 | 143 | 53 |
| Binary | 11011010 | 1 | 1110110 | 0 | 1100100 | 101110 | 1111 | 101001000 | 1100011 | 101011 |
Color Harmonies of #DA0176
Complementary color
Monochromatic Colors of #DA0176
Black with #DA0176
Text Example
Text Example
White with #DA0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0176; }
p { color: rgb(218,1,118); }
H1.HeaderClassName
{
color: #DA0176;
}
.AnyTagClassName
{
color: #DA0176;
}
</style>
background-color css
<style>
a { background-color: #DA0176; }
a { background-color: rgb(218,1,118); }
div.DivClassName
{
background-color: #DA0176;
}
.BgClassName
{
background-color: #DA0176;
}
</style>
border-color css
<style>
span { border-color: #DA0176; }
span { border-color: rgb(218,1,118); }
td.TdClassName
{
border-color: #DA0176;
}
.TagClassName
{
border-color: #DA0176;
}
</style>