Shades of Ruby #DA1373
Tints of Ruby #DA1373
RGB
CMYK
RGB Variations
Color information
#DA1373 (or 0xDA1373) is known color: Ruby. HEX triplet: DA, 13 and 73. RGB value is (218,19,115). Sum of RGB (Red+Green+Blue) = 218+19+115=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1373 is #25EC8C. Grayscale: #595959. Windows color (decimal): -2485389 or 7541722. OLE color: 7541722.
HSL color Cylindrical-coordinate representation of color #DA1373: hue angle of 331.06º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1373 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 115 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.15 |
| HSL | 331.06º | 0.84% | 0.46% | - |
| HSV(B) | 331.06º | 0.91% | 0.85% | - |
| XYZ | 32.24 | 16.61 | 17.73 | - |
| YUV | 89.45 | 142.43 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 115 | 0 | 0.91 | 0.47 | 0.15 | 331.06 | 0.84 | 0.46 |
| Hex | DA | 13 | 73 | 0 | 5B | 2F | F | 14B | 54 | 2E |
| Octal | 332 | 23 | 163 | 0 | 133 | 57 | 17 | 513 | 124 | 56 |
| Binary | 11011010 | 10011 | 1110011 | 0 | 1011011 | 101111 | 1111 | 101001011 | 1010100 | 101110 |
Color Harmonies of #DA1373
Complementary color
Monochromatic Colors of #DA1373
Black with #DA1373
Text Example
Text Example
White with #DA1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1373; }
p { color: rgb(218,19,115); }
H1.HeaderClassName
{
color: #DA1373;
}
.AnyTagClassName
{
color: #DA1373;
}
</style>
background-color css
<style>
a { background-color: #DA1373; }
a { background-color: rgb(218,19,115); }
div.DivClassName
{
background-color: #DA1373;
}
.BgClassName
{
background-color: #DA1373;
}
</style>
border-color css
<style>
span { border-color: #DA1373; }
span { border-color: rgb(218,19,115); }
td.TdClassName
{
border-color: #DA1373;
}
.TagClassName
{
border-color: #DA1373;
}
</style>