Shades of Ruby #DA124F
Tints of Ruby #DA124F
RGB
CMYK
RGB Variations
Color information
#DA124F (or 0xDA124F) is known color: Ruby. HEX triplet: DA, 12 and 4F. RGB value is (218,18,79). Sum of RGB (Red+Green+Blue) = 218+18+79=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA124F is #25EDB0. Grayscale: #545454. Windows color (decimal): -2485681 or 5182170. OLE color: 5182170.
HSL color Cylindrical-coordinate representation of color #DA124F: hue angle of 341.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA124F is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.15 |
| HSL | 341.7º | 0.85% | 0.46% | - |
| HSV(B) | 341.7º | 0.92% | 0.85% | - |
| XYZ | 30.54 | 15.9 | 8.86 | - |
| YUV | 84.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 79 | 0 | 0.92 | 0.64 | 0.15 | 341.7 | 0.85 | 0.46 |
| Hex | DA | 12 | 4F | 0 | 5C | 40 | F | 156 | 55 | 2E |
| Octal | 332 | 22 | 117 | 0 | 134 | 100 | 17 | 526 | 125 | 56 |
| Binary | 11011010 | 10010 | 1001111 | 0 | 1011100 | 1000000 | 1111 | 101010110 | 1010101 | 101110 |
Color Harmonies of #DA124F
Complementary color
Monochromatic Colors of #DA124F
Black with #DA124F
Text Example
Text Example
White with #DA124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA124F; }
p { color: rgb(218,18,79); }
H1.HeaderClassName
{
color: #DA124F;
}
.AnyTagClassName
{
color: #DA124F;
}
</style>
background-color css
<style>
a { background-color: #DA124F; }
a { background-color: rgb(218,18,79); }
div.DivClassName
{
background-color: #DA124F;
}
.BgClassName
{
background-color: #DA124F;
}
</style>
border-color css
<style>
span { border-color: #DA124F; }
span { border-color: rgb(218,18,79); }
td.TdClassName
{
border-color: #DA124F;
}
.TagClassName
{
border-color: #DA124F;
}
</style>