Shades of Ruby #DA1364
Tints of Ruby #DA1364
RGB
CMYK
RGB Variations
Color information
#DA1364 (or 0xDA1364) is known color: Ruby. HEX triplet: DA, 13 and 64. RGB value is (218,19,100). Sum of RGB (Red+Green+Blue) = 218+19+100=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1364 is #25EC9B. Grayscale: #575757. Windows color (decimal): -2485404 or 6558682. OLE color: 6558682.
HSL color Cylindrical-coordinate representation of color #DA1364: hue angle of 335.58º 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 #DA1364 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.15 |
| HSL | 335.58º | 0.84% | 0.46% | - |
| HSV(B) | 335.58º | 0.91% | 0.85% | - |
| XYZ | 31.45 | 16.29 | 13.54 | - |
| YUV | 87.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 100 | 0 | 0.91 | 0.54 | 0.15 | 335.58 | 0.84 | 0.46 |
| Hex | DA | 13 | 64 | 0 | 5B | 36 | F | 150 | 54 | 2E |
| Octal | 332 | 23 | 144 | 0 | 133 | 66 | 17 | 520 | 124 | 56 |
| Binary | 11011010 | 10011 | 1100100 | 0 | 1011011 | 110110 | 1111 | 101010000 | 1010100 | 101110 |
Color Harmonies of #DA1364
Complementary color
Monochromatic Colors of #DA1364
Black with #DA1364
Text Example
Text Example
White with #DA1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1364; }
p { color: rgb(218,19,100); }
H1.HeaderClassName
{
color: #DA1364;
}
.AnyTagClassName
{
color: #DA1364;
}
</style>
background-color css
<style>
a { background-color: #DA1364; }
a { background-color: rgb(218,19,100); }
div.DivClassName
{
background-color: #DA1364;
}
.BgClassName
{
background-color: #DA1364;
}
</style>
border-color css
<style>
span { border-color: #DA1364; }
span { border-color: rgb(218,19,100); }
td.TdClassName
{
border-color: #DA1364;
}
.TagClassName
{
border-color: #DA1364;
}
</style>