Shades of Ruby #DA0B5D
Tints of Ruby #DA0B5D
RGB
CMYK
RGB Variations
Color information
#DA0B5D (or 0xDA0B5D) is known color: Ruby. HEX triplet: DA, 0B and 5D. RGB value is (218,11,93). Sum of RGB (Red+Green+Blue) = 218+11+93=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0B5D is #25F4A2. Grayscale: #525252. Windows color (decimal): -2487459 or 6097882. OLE color: 6097882.
HSL color Cylindrical-coordinate representation of color #DA0B5D: hue angle of 336.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B5D is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.15 |
| HSL | 336.23º | 0.9% | 0.45% | - |
| HSV(B) | 336.23º | 0.95% | 0.85% | - |
| XYZ | 31.01 | 15.94 | 11.8 | - |
| YUV | 82.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 93 | 0 | 0.95 | 0.57 | 0.15 | 336.23 | 0.9 | 0.45 |
| Hex | DA | B | 5D | 0 | 5F | 39 | F | 150 | 5A | 2D |
| Octal | 332 | 13 | 135 | 0 | 137 | 71 | 17 | 520 | 132 | 55 |
| Binary | 11011010 | 1011 | 1011101 | 0 | 1011111 | 111001 | 1111 | 101010000 | 1011010 | 101101 |
Color Harmonies of #DA0B5D
Complementary color
Monochromatic Colors of #DA0B5D
Black with #DA0B5D
Text Example
Text Example
White with #DA0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B5D; }
p { color: rgb(218,11,93); }
H1.HeaderClassName
{
color: #DA0B5D;
}
.AnyTagClassName
{
color: #DA0B5D;
}
</style>
background-color css
<style>
a { background-color: #DA0B5D; }
a { background-color: rgb(218,11,93); }
div.DivClassName
{
background-color: #DA0B5D;
}
.BgClassName
{
background-color: #DA0B5D;
}
</style>
border-color css
<style>
span { border-color: #DA0B5D; }
span { border-color: rgb(218,11,93); }
td.TdClassName
{
border-color: #DA0B5D;
}
.TagClassName
{
border-color: #DA0B5D;
}
</style>