Shades of Ruby #DA0170
Tints of Ruby #DA0170
RGB
CMYK
RGB Variations
Color information
#DA0170 (or 0xDA0170) is known color: Ruby. HEX triplet: DA, 01 and 70. RGB value is (218,1,112). Sum of RGB (Red+Green+Blue) = 218+1+112=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0170 is #25FE8F. Grayscale: #4E4E4E. Windows color (decimal): -2490000 or 7340506. OLE color: 7340506.
HSL color Cylindrical-coordinate representation of color #DA0170: hue angle of 329.31º 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 #DA0170 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.15 |
| HSL | 329.31º | 0.99% | 0.43% | - |
| HSV(B) | 329.31º | 1% | 0.85% | - |
| XYZ | 31.85 | 16.1 | 16.76 | - |
| YUV | 78.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 112 | 0 | 1.00 | 0.49 | 0.15 | 329.31 | 0.99 | 0.43 |
| Hex | DA | 1 | 70 | 0 | 64 | 31 | F | 149 | 63 | 2B |
| Octal | 332 | 1 | 160 | 0 | 144 | 61 | 17 | 511 | 143 | 53 |
| Binary | 11011010 | 1 | 1110000 | 0 | 1100100 | 110001 | 1111 | 101001001 | 1100011 | 101011 |
Color Harmonies of #DA0170
Complementary color
Monochromatic Colors of #DA0170
Black with #DA0170
Text Example
Text Example
White with #DA0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0170; }
p { color: rgb(218,1,112); }
H1.HeaderClassName
{
color: #DA0170;
}
.AnyTagClassName
{
color: #DA0170;
}
</style>
background-color css
<style>
a { background-color: #DA0170; }
a { background-color: rgb(218,1,112); }
div.DivClassName
{
background-color: #DA0170;
}
.BgClassName
{
background-color: #DA0170;
}
</style>
border-color css
<style>
span { border-color: #DA0170; }
span { border-color: rgb(218,1,112); }
td.TdClassName
{
border-color: #DA0170;
}
.TagClassName
{
border-color: #DA0170;
}
</style>