Shades of Ruby #DA1354
Tints of Ruby #DA1354
RGB
CMYK
RGB Variations
Color information
#DA1354 (or 0xDA1354) is known color: Ruby. HEX triplet: DA, 13 and 54. RGB value is (218,19,84). Sum of RGB (Red+Green+Blue) = 218+19+84=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1354 is #25ECAB. Grayscale: #555555. Windows color (decimal): -2485420 or 5510106. OLE color: 5510106.
HSL color Cylindrical-coordinate representation of color #DA1354: hue angle of 340.4º 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 #DA1354 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340.4º | 0.84% | 0.46% | - |
| HSV(B) | 340.4º | 0.91% | 0.85% | - |
| XYZ | 30.75 | 16.01 | 9.86 | - |
| YUV | 85.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 84 | 0 | 0.91 | 0.61 | 0.15 | 340.4 | 0.84 | 0.46 |
| Hex | DA | 13 | 54 | 0 | 5B | 3D | F | 154 | 54 | 2E |
| Octal | 332 | 23 | 124 | 0 | 133 | 75 | 17 | 524 | 124 | 56 |
| Binary | 11011010 | 10011 | 1010100 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010100 | 101110 |
Color Harmonies of #DA1354
Complementary color
Monochromatic Colors of #DA1354
Black with #DA1354
Text Example
Text Example
White with #DA1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1354; }
p { color: rgb(218,19,84); }
H1.HeaderClassName
{
color: #DA1354;
}
.AnyTagClassName
{
color: #DA1354;
}
</style>
background-color css
<style>
a { background-color: #DA1354; }
a { background-color: rgb(218,19,84); }
div.DivClassName
{
background-color: #DA1354;
}
.BgClassName
{
background-color: #DA1354;
}
</style>
border-color css
<style>
span { border-color: #DA1354; }
span { border-color: rgb(218,19,84); }
td.TdClassName
{
border-color: #DA1354;
}
.TagClassName
{
border-color: #DA1354;
}
</style>