Shades of Ruby #DA126A
Tints of Ruby #DA126A
RGB
CMYK
RGB Variations
Color information
#DA126A (or 0xDA126A) is known color: Ruby. HEX triplet: DA, 12 and 6A. RGB value is (218,18,106). Sum of RGB (Red+Green+Blue) = 218+18+106=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA126A is #25ED95. Grayscale: #575757. Windows color (decimal): -2485654 or 6951642. OLE color: 6951642.
HSL color Cylindrical-coordinate representation of color #DA126A: hue angle of 333.6º 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 #DA126A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 106 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.15 |
| HSL | 333.6º | 0.85% | 0.46% | - |
| HSV(B) | 333.6º | 0.92% | 0.85% | - |
| XYZ | 31.73 | 16.38 | 15.12 | - |
| YUV | 87.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 106 | 0 | 0.92 | 0.51 | 0.15 | 333.6 | 0.85 | 0.46 |
| Hex | DA | 12 | 6A | 0 | 5C | 33 | F | 14E | 55 | 2E |
| Octal | 332 | 22 | 152 | 0 | 134 | 63 | 17 | 516 | 125 | 56 |
| Binary | 11011010 | 10010 | 1101010 | 0 | 1011100 | 110011 | 1111 | 101001110 | 1010101 | 101110 |
Color Harmonies of #DA126A
Complementary color
Monochromatic Colors of #DA126A
Black with #DA126A
Text Example
Text Example
White with #DA126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA126A; }
p { color: rgb(218,18,106); }
H1.HeaderClassName
{
color: #DA126A;
}
.AnyTagClassName
{
color: #DA126A;
}
</style>
background-color css
<style>
a { background-color: #DA126A; }
a { background-color: rgb(218,18,106); }
div.DivClassName
{
background-color: #DA126A;
}
.BgClassName
{
background-color: #DA126A;
}
</style>
border-color css
<style>
span { border-color: #DA126A; }
span { border-color: rgb(218,18,106); }
td.TdClassName
{
border-color: #DA126A;
}
.TagClassName
{
border-color: #DA126A;
}
</style>