Shades of Ruby #DA1563
Tints of Ruby #DA1563
RGB
CMYK
RGB Variations
Color information
#DA1563 (or 0xDA1563) is known color: Ruby. HEX triplet: DA, 15 and 63. RGB value is (218,21,99). Sum of RGB (Red+Green+Blue) = 218+21+99=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1563 is #25EA9C. Grayscale: #585858. Windows color (decimal): -2484893 or 6493658. OLE color: 6493658.
HSL color Cylindrical-coordinate representation of color #DA1563: hue angle of 336.24º 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 #DA1563 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 99 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.15 |
| HSL | 336.24º | 0.82% | 0.47% | - |
| HSV(B) | 336.24º | 0.9% | 0.85% | - |
| XYZ | 31.43 | 16.34 | 13.3 | - |
| YUV | 88.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 99 | 0 | 0.90 | 0.55 | 0.15 | 336.24 | 0.82 | 0.47 |
| Hex | DA | 15 | 63 | 0 | 5A | 37 | F | 150 | 52 | 2F |
| Octal | 332 | 25 | 143 | 0 | 132 | 67 | 17 | 520 | 122 | 57 |
| Binary | 11011010 | 10101 | 1100011 | 0 | 1011010 | 110111 | 1111 | 101010000 | 1010010 | 101111 |
Color Harmonies of #DA1563
Complementary color
Monochromatic Colors of #DA1563
Black with #DA1563
Text Example
Text Example
White with #DA1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1563; }
p { color: rgb(218,21,99); }
H1.HeaderClassName
{
color: #DA1563;
}
.AnyTagClassName
{
color: #DA1563;
}
</style>
background-color css
<style>
a { background-color: #DA1563; }
a { background-color: rgb(218,21,99); }
div.DivClassName
{
background-color: #DA1563;
}
.BgClassName
{
background-color: #DA1563;
}
</style>
border-color css
<style>
span { border-color: #DA1563; }
span { border-color: rgb(218,21,99); }
td.TdClassName
{
border-color: #DA1563;
}
.TagClassName
{
border-color: #DA1563;
}
</style>