Shades of Ruby #DA1363
Tints of Ruby #DA1363
RGB
CMYK
RGB Variations
Color information
#DA1363 (or 0xDA1363) is known color: Ruby. HEX triplet: DA, 13 and 63. RGB value is (218,19,99). Sum of RGB (Red+Green+Blue) = 218+19+99=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1363 is #25EC9C. Grayscale: #575757. Windows color (decimal): -2485405 or 6493146. OLE color: 6493146.
HSL color Cylindrical-coordinate representation of color #DA1363: hue angle of 335.88º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1363 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 99 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.15 |
| HSL | 335.88º | 0.84% | 0.46% | - |
| HSV(B) | 335.88º | 0.91% | 0.85% | - |
| XYZ | 31.4 | 16.27 | 13.29 | - |
| YUV | 87.62 | 134.43 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 99 | 0 | 0.91 | 0.55 | 0.15 | 335.88 | 0.84 | 0.46 |
| Hex | DA | 13 | 63 | 0 | 5B | 37 | F | 150 | 54 | 2E |
| Octal | 332 | 23 | 143 | 0 | 133 | 67 | 17 | 520 | 124 | 56 |
| Binary | 11011010 | 10011 | 1100011 | 0 | 1011011 | 110111 | 1111 | 101010000 | 1010100 | 101110 |
Color Harmonies of #DA1363
Complementary color
Monochromatic Colors of #DA1363
Black with #DA1363
Text Example
Text Example
White with #DA1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1363; }
p { color: rgb(218,19,99); }
H1.HeaderClassName
{
color: #DA1363;
}
.AnyTagClassName
{
color: #DA1363;
}
</style>
background-color css
<style>
a { background-color: #DA1363; }
a { background-color: rgb(218,19,99); }
div.DivClassName
{
background-color: #DA1363;
}
.BgClassName
{
background-color: #DA1363;
}
</style>
border-color css
<style>
span { border-color: #DA1363; }
span { border-color: rgb(218,19,99); }
td.TdClassName
{
border-color: #DA1363;
}
.TagClassName
{
border-color: #DA1363;
}
</style>