Shades of Ruby #DA1457
Tints of Ruby #DA1457
RGB
CMYK
RGB Variations
Color information
#DA1457 (or 0xDA1457) is known color: Ruby. HEX triplet: DA, 14 and 57. RGB value is (218,20,87). Sum of RGB (Red+Green+Blue) = 218+20+87=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1457 is #25EBA8. Grayscale: #565656. Windows color (decimal): -2485161 or 5706970. OLE color: 5706970.
HSL color Cylindrical-coordinate representation of color #DA1457: hue angle of 339.7º 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 #DA1457 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 87 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.15 |
| HSL | 339.7º | 0.83% | 0.47% | - |
| HSV(B) | 339.7º | 0.91% | 0.85% | - |
| XYZ | 30.88 | 16.09 | 10.5 | - |
| YUV | 86.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 87 | 0 | 0.91 | 0.60 | 0.15 | 339.7 | 0.83 | 0.47 |
| Hex | DA | 14 | 57 | 0 | 5B | 3C | F | 154 | 53 | 2F |
| Octal | 332 | 24 | 127 | 0 | 133 | 74 | 17 | 524 | 123 | 57 |
| Binary | 11011010 | 10100 | 1010111 | 0 | 1011011 | 111100 | 1111 | 101010100 | 1010011 | 101111 |
Color Harmonies of #DA1457
Complementary color
Monochromatic Colors of #DA1457
Black with #DA1457
Text Example
Text Example
White with #DA1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1457; }
p { color: rgb(218,20,87); }
H1.HeaderClassName
{
color: #DA1457;
}
.AnyTagClassName
{
color: #DA1457;
}
</style>
background-color css
<style>
a { background-color: #DA1457; }
a { background-color: rgb(218,20,87); }
div.DivClassName
{
background-color: #DA1457;
}
.BgClassName
{
background-color: #DA1457;
}
</style>
border-color css
<style>
span { border-color: #DA1457; }
span { border-color: rgb(218,20,87); }
td.TdClassName
{
border-color: #DA1457;
}
.TagClassName
{
border-color: #DA1457;
}
</style>