Shades of Ruby #DA0862
Tints of Ruby #DA0862
RGB
CMYK
RGB Variations
Color information
#DA0862 (or 0xDA0862) is known color: Ruby. HEX triplet: DA, 08 and 62. RGB value is (218,8,98). Sum of RGB (Red+Green+Blue) = 218+8+98=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0862 is #25F79D. Grayscale: #505050. Windows color (decimal): -2488222 or 6424794. OLE color: 6424794.
HSL color Cylindrical-coordinate representation of color #DA0862: hue angle of 334.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0862 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.15 |
| HSL | 334.29º | 0.93% | 0.44% | - |
| HSV(B) | 334.29º | 0.96% | 0.85% | - |
| XYZ | 31.2 | 15.96 | 12.99 | - |
| YUV | 81.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 98 | 0 | 0.96 | 0.55 | 0.15 | 334.29 | 0.93 | 0.44 |
| Hex | DA | 8 | 62 | 0 | 60 | 37 | F | 14E | 5D | 2C |
| Octal | 332 | 10 | 142 | 0 | 140 | 67 | 17 | 516 | 135 | 54 |
| Binary | 11011010 | 1000 | 1100010 | 0 | 1100000 | 110111 | 1111 | 101001110 | 1011101 | 101100 |
Color Harmonies of #DA0862
Complementary color
Monochromatic Colors of #DA0862
Black with #DA0862
Text Example
Text Example
White with #DA0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0862; }
p { color: rgb(218,8,98); }
H1.HeaderClassName
{
color: #DA0862;
}
.AnyTagClassName
{
color: #DA0862;
}
</style>
background-color css
<style>
a { background-color: #DA0862; }
a { background-color: rgb(218,8,98); }
div.DivClassName
{
background-color: #DA0862;
}
.BgClassName
{
background-color: #DA0862;
}
</style>
border-color css
<style>
span { border-color: #DA0862; }
span { border-color: rgb(218,8,98); }
td.TdClassName
{
border-color: #DA0862;
}
.TagClassName
{
border-color: #DA0862;
}
</style>