Shades of Ruby #DA1561
Tints of Ruby #DA1561
RGB
CMYK
RGB Variations
Color information
#DA1561 (or 0xDA1561) is known color: Ruby. HEX triplet: DA, 15 and 61. RGB value is (218,21,97). Sum of RGB (Red+Green+Blue) = 218+21+97=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1561 is #25EA9E. Grayscale: #585858. Windows color (decimal): -2484895 or 6362586. OLE color: 6362586.
HSL color Cylindrical-coordinate representation of color #DA1561: hue angle of 336.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1561 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.15 |
| HSL | 336.85º | 0.82% | 0.47% | - |
| HSV(B) | 336.85º | 0.9% | 0.85% | - |
| XYZ | 31.34 | 16.3 | 12.8 | - |
| YUV | 88.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 97 | 0 | 0.90 | 0.56 | 0.15 | 336.85 | 0.82 | 0.47 |
| Hex | DA | 15 | 61 | 0 | 5A | 38 | F | 151 | 52 | 2F |
| Octal | 332 | 25 | 141 | 0 | 132 | 70 | 17 | 521 | 122 | 57 |
| Binary | 11011010 | 10101 | 1100001 | 0 | 1011010 | 111000 | 1111 | 101010001 | 1010010 | 101111 |
Color Harmonies of #DA1561
Complementary color
Monochromatic Colors of #DA1561
Black with #DA1561
Text Example
Text Example
White with #DA1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1561; }
p { color: rgb(218,21,97); }
H1.HeaderClassName
{
color: #DA1561;
}
.AnyTagClassName
{
color: #DA1561;
}
</style>
background-color css
<style>
a { background-color: #DA1561; }
a { background-color: rgb(218,21,97); }
div.DivClassName
{
background-color: #DA1561;
}
.BgClassName
{
background-color: #DA1561;
}
</style>
border-color css
<style>
span { border-color: #DA1561; }
span { border-color: rgb(218,21,97); }
td.TdClassName
{
border-color: #DA1561;
}
.TagClassName
{
border-color: #DA1561;
}
</style>