Shades of Ruby #DA0569
Tints of Ruby #DA0569
RGB
CMYK
RGB Variations
Color information
#DA0569 (or 0xDA0569) is known color: Ruby. HEX triplet: DA, 05 and 69. RGB value is (218,5,105). Sum of RGB (Red+Green+Blue) = 218+5+105=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0569 is #25FA96. Grayscale: #4F4F4F. Windows color (decimal): -2488983 or 6882778. OLE color: 6882778.
HSL color Cylindrical-coordinate representation of color #DA0569: hue angle of 331.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0569 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.15 |
| HSL | 331.83º | 0.96% | 0.44% | - |
| HSV(B) | 331.83º | 0.98% | 0.85% | - |
| XYZ | 31.52 | 16.03 | 14.8 | - |
| YUV | 80.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 105 | 0 | 0.98 | 0.52 | 0.15 | 331.83 | 0.96 | 0.44 |
| Hex | DA | 5 | 69 | 0 | 62 | 34 | F | 14C | 60 | 2C |
| Octal | 332 | 5 | 151 | 0 | 142 | 64 | 17 | 514 | 140 | 54 |
| Binary | 11011010 | 101 | 1101001 | 0 | 1100010 | 110100 | 1111 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DA0569
Complementary color
Monochromatic Colors of #DA0569
Black with #DA0569
Text Example
Text Example
White with #DA0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0569; }
p { color: rgb(218,5,105); }
H1.HeaderClassName
{
color: #DA0569;
}
.AnyTagClassName
{
color: #DA0569;
}
</style>
background-color css
<style>
a { background-color: #DA0569; }
a { background-color: rgb(218,5,105); }
div.DivClassName
{
background-color: #DA0569;
}
.BgClassName
{
background-color: #DA0569;
}
</style>
border-color css
<style>
span { border-color: #DA0569; }
span { border-color: rgb(218,5,105); }
td.TdClassName
{
border-color: #DA0569;
}
.TagClassName
{
border-color: #DA0569;
}
</style>