Shades of Ruby #DA1B70
Tints of Ruby #DA1B70
RGB
CMYK
RGB Variations
Color information
#DA1B70 (or 0xDA1B70) is known color: Ruby. HEX triplet: DA, 1B and 70. RGB value is (218,27,112). Sum of RGB (Red+Green+Blue) = 218+27+112=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B70 is #25E48F. Grayscale: #5D5D5D. Windows color (decimal): -2483344 or 7347162. OLE color: 7347162.
HSL color Cylindrical-coordinate representation of color #DA1B70: hue angle of 333.3º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B70 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 112 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.15 |
| HSL | 333.3º | 0.78% | 0.48% | - |
| HSV(B) | 333.3º | 0.88% | 0.85% | - |
| XYZ | 32.23 | 16.86 | 16.88 | - |
| YUV | 93.8 | 138.28 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 112 | 0 | 0.88 | 0.49 | 0.15 | 333.3 | 0.78 | 0.48 |
| Hex | DA | 1B | 70 | 0 | 58 | 31 | F | 14D | 4E | 30 |
| Octal | 332 | 33 | 160 | 0 | 130 | 61 | 17 | 515 | 116 | 60 |
| Binary | 11011010 | 11011 | 1110000 | 0 | 1011000 | 110001 | 1111 | 101001101 | 1001110 | 110000 |
Color Harmonies of #DA1B70
Complementary color
Monochromatic Colors of #DA1B70
Black with #DA1B70
Text Example
Text Example
White with #DA1B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B70; }
p { color: rgb(218,27,112); }
H1.HeaderClassName
{
color: #DA1B70;
}
.AnyTagClassName
{
color: #DA1B70;
}
</style>
background-color css
<style>
a { background-color: #DA1B70; }
a { background-color: rgb(218,27,112); }
div.DivClassName
{
background-color: #DA1B70;
}
.BgClassName
{
background-color: #DA1B70;
}
</style>
border-color css
<style>
span { border-color: #DA1B70; }
span { border-color: rgb(218,27,112); }
td.TdClassName
{
border-color: #DA1B70;
}
.TagClassName
{
border-color: #DA1B70;
}
</style>