Shades of Ruby #DA0D5D
Tints of Ruby #DA0D5D
RGB
CMYK
RGB Variations
Color information
#DA0D5D (or 0xDA0D5D) is known color: Ruby. HEX triplet: DA, 0D and 5D. RGB value is (218,13,93). Sum of RGB (Red+Green+Blue) = 218+13+93=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D5D is #25F2A2. Grayscale: #535353. Windows color (decimal): -2486947 or 6098394. OLE color: 6098394.
HSL color Cylindrical-coordinate representation of color #DA0D5D: hue angle of 336.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D5D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 93 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.15 |
| HSL | 336.59º | 0.89% | 0.45% | - |
| HSV(B) | 336.59º | 0.94% | 0.85% | - |
| XYZ | 31.03 | 15.98 | 11.81 | - |
| YUV | 83.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 93 | 0 | 0.94 | 0.57 | 0.15 | 336.59 | 0.89 | 0.45 |
| Hex | DA | D | 5D | 0 | 5E | 39 | F | 151 | 59 | 2D |
| Octal | 332 | 15 | 135 | 0 | 136 | 71 | 17 | 521 | 131 | 55 |
| Binary | 11011010 | 1101 | 1011101 | 0 | 1011110 | 111001 | 1111 | 101010001 | 1011001 | 101101 |
Color Harmonies of #DA0D5D
Complementary color
Monochromatic Colors of #DA0D5D
Black with #DA0D5D
Text Example
Text Example
White with #DA0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D5D; }
p { color: rgb(218,13,93); }
H1.HeaderClassName
{
color: #DA0D5D;
}
.AnyTagClassName
{
color: #DA0D5D;
}
</style>
background-color css
<style>
a { background-color: #DA0D5D; }
a { background-color: rgb(218,13,93); }
div.DivClassName
{
background-color: #DA0D5D;
}
.BgClassName
{
background-color: #DA0D5D;
}
</style>
border-color css
<style>
span { border-color: #DA0D5D; }
span { border-color: rgb(218,13,93); }
td.TdClassName
{
border-color: #DA0D5D;
}
.TagClassName
{
border-color: #DA0D5D;
}
</style>