Shades of Ruby #DA1456
Tints of Ruby #DA1456
RGB
CMYK
RGB Variations
Color information
#DA1456 (or 0xDA1456) is known color: Ruby. HEX triplet: DA, 14 and 56. RGB value is (218,20,86). Sum of RGB (Red+Green+Blue) = 218+20+86=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1456 is #25EBA9. Grayscale: #565656. Windows color (decimal): -2485162 or 5641434. OLE color: 5641434.
HSL color Cylindrical-coordinate representation of color #DA1456: hue angle of 340º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1456 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340º | 0.83% | 0.47% | - |
| HSV(B) | 340º | 0.91% | 0.85% | - |
| XYZ | 30.84 | 16.08 | 10.28 | - |
| YUV | 86.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 86 | 0 | 0.91 | 0.61 | 0.15 | 340 | 0.83 | 0.47 |
| Hex | DA | 14 | 56 | 0 | 5B | 3D | F | 154 | 53 | 2F |
| Octal | 332 | 24 | 126 | 0 | 133 | 75 | 17 | 524 | 123 | 57 |
| Binary | 11011010 | 10100 | 1010110 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010011 | 101111 |
Color Harmonies of #DA1456
Complementary color
Monochromatic Colors of #DA1456
Black with #DA1456
Text Example
Text Example
White with #DA1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1456; }
p { color: rgb(218,20,86); }
H1.HeaderClassName
{
color: #DA1456;
}
.AnyTagClassName
{
color: #DA1456;
}
</style>
background-color css
<style>
a { background-color: #DA1456; }
a { background-color: rgb(218,20,86); }
div.DivClassName
{
background-color: #DA1456;
}
.BgClassName
{
background-color: #DA1456;
}
</style>
border-color css
<style>
span { border-color: #DA1456; }
span { border-color: rgb(218,20,86); }
td.TdClassName
{
border-color: #DA1456;
}
.TagClassName
{
border-color: #DA1456;
}
</style>