Shades of Ruby #DA2070
Tints of Ruby #DA2070
RGB
CMYK
RGB Variations
Color information
#DA2070 (or 0xDA2070) is known color: Ruby. HEX triplet: DA, 20 and 70. RGB value is (218,32,112). Sum of RGB (Red+Green+Blue) = 218+32+112=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2070 is #25DF8F. Grayscale: #606060. Windows color (decimal): -2482064 or 7348442. OLE color: 7348442.
HSL color Cylindrical-coordinate representation of color #DA2070: hue angle of 334.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2070 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 112 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.15 |
| HSL | 334.19º | 0.74% | 0.49% | - |
| HSV(B) | 334.19º | 0.85% | 0.85% | - |
| XYZ | 32.35 | 17.11 | 16.93 | - |
| YUV | 96.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 112 | 0 | 0.85 | 0.49 | 0.15 | 334.19 | 0.74 | 0.49 |
| Hex | DA | 20 | 70 | 0 | 55 | 31 | F | 14E | 4A | 31 |
| Octal | 332 | 40 | 160 | 0 | 125 | 61 | 17 | 516 | 112 | 61 |
| Binary | 11011010 | 100000 | 1110000 | 0 | 1010101 | 110001 | 1111 | 101001110 | 1001010 | 110001 |
Color Harmonies of #DA2070
Complementary color
Monochromatic Colors of #DA2070
Black with #DA2070
Text Example
Text Example
White with #DA2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2070; }
p { color: rgb(218,32,112); }
H1.HeaderClassName
{
color: #DA2070;
}
.AnyTagClassName
{
color: #DA2070;
}
</style>
background-color css
<style>
a { background-color: #DA2070; }
a { background-color: rgb(218,32,112); }
div.DivClassName
{
background-color: #DA2070;
}
.BgClassName
{
background-color: #DA2070;
}
</style>
border-color css
<style>
span { border-color: #DA2070; }
span { border-color: rgb(218,32,112); }
td.TdClassName
{
border-color: #DA2070;
}
.TagClassName
{
border-color: #DA2070;
}
</style>