Shades of Ruby #DA126D
Tints of Ruby #DA126D
RGB
CMYK
RGB Variations
Color information
#DA126D (or 0xDA126D) is known color: Ruby. HEX triplet: DA, 12 and 6D. RGB value is (218,18,109). Sum of RGB (Red+Green+Blue) = 218+18+109=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA126D is #25ED92. Grayscale: #585858. Windows color (decimal): -2485651 or 7148250. OLE color: 7148250.
HSL color Cylindrical-coordinate representation of color #DA126D: hue angle of 332.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 #DA126D is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 109 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.15 |
| HSL | 332.7º | 0.85% | 0.46% | - |
| HSV(B) | 332.7º | 0.92% | 0.85% | - |
| XYZ | 31.89 | 16.44 | 15.96 | - |
| YUV | 88.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 109 | 0 | 0.92 | 0.5 | 0.15 | 332.7 | 0.85 | 0.46 |
| Hex | DA | 12 | 6D | 0 | 5C | 32 | F | 14D | 55 | 2E |
| Octal | 332 | 22 | 155 | 0 | 134 | 62 | 17 | 515 | 125 | 56 |
| Binary | 11011010 | 10010 | 1101101 | 0 | 1011100 | 110010 | 1111 | 101001101 | 1010101 | 101110 |
Color Harmonies of #DA126D
Complementary color
Monochromatic Colors of #DA126D
Black with #DA126D
Text Example
Text Example
White with #DA126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA126D; }
p { color: rgb(218,18,109); }
H1.HeaderClassName
{
color: #DA126D;
}
.AnyTagClassName
{
color: #DA126D;
}
</style>
background-color css
<style>
a { background-color: #DA126D; }
a { background-color: rgb(218,18,109); }
div.DivClassName
{
background-color: #DA126D;
}
.BgClassName
{
background-color: #DA126D;
}
</style>
border-color css
<style>
span { border-color: #DA126D; }
span { border-color: rgb(218,18,109); }
td.TdClassName
{
border-color: #DA126D;
}
.TagClassName
{
border-color: #DA126D;
}
</style>