Shades of Ruby #DA0A62
Tints of Ruby #DA0A62
RGB
CMYK
RGB Variations
Color information
#DA0A62 (or 0xDA0A62) is known color: Ruby. HEX triplet: DA, 0A and 62. RGB value is (218,10,98). Sum of RGB (Red+Green+Blue) = 218+10+98=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0A62 is #25F59D. Grayscale: #525252. Windows color (decimal): -2487710 or 6425306. OLE color: 6425306.
HSL color Cylindrical-coordinate representation of color #DA0A62: hue angle of 334.62º degrees, saturation: 0.91, 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 #DA0A62 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 98 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.15 |
| HSL | 334.62º | 0.91% | 0.45% | - |
| HSV(B) | 334.62º | 0.95% | 0.85% | - |
| XYZ | 31.23 | 16 | 13 | - |
| YUV | 82.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 98 | 0 | 0.95 | 0.55 | 0.15 | 334.62 | 0.91 | 0.45 |
| Hex | DA | A | 62 | 0 | 5F | 37 | F | 14F | 5B | 2D |
| Octal | 332 | 12 | 142 | 0 | 137 | 67 | 17 | 517 | 133 | 55 |
| Binary | 11011010 | 1010 | 1100010 | 0 | 1011111 | 110111 | 1111 | 101001111 | 1011011 | 101101 |
Color Harmonies of #DA0A62
Complementary color
Monochromatic Colors of #DA0A62
Black with #DA0A62
Text Example
Text Example
White with #DA0A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A62; }
p { color: rgb(218,10,98); }
H1.HeaderClassName
{
color: #DA0A62;
}
.AnyTagClassName
{
color: #DA0A62;
}
</style>
background-color css
<style>
a { background-color: #DA0A62; }
a { background-color: rgb(218,10,98); }
div.DivClassName
{
background-color: #DA0A62;
}
.BgClassName
{
background-color: #DA0A62;
}
</style>
border-color css
<style>
span { border-color: #DA0A62; }
span { border-color: rgb(218,10,98); }
td.TdClassName
{
border-color: #DA0A62;
}
.TagClassName
{
border-color: #DA0A62;
}
</style>