Shades of Ruby #DA1266
Tints of Ruby #DA1266
RGB
CMYK
RGB Variations
Color information
#DA1266 (or 0xDA1266) is known color: Ruby. HEX triplet: DA, 12 and 66. RGB value is (218,18,102). Sum of RGB (Red+Green+Blue) = 218+18+102=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1266 is #25ED99. Grayscale: #575757. Windows color (decimal): -2485658 or 6689498. OLE color: 6689498.
HSL color Cylindrical-coordinate representation of color #DA1266: hue angle of 334.8º 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 #DA1266 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 102 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.15 |
| HSL | 334.8º | 0.85% | 0.46% | - |
| HSV(B) | 334.8º | 0.92% | 0.85% | - |
| XYZ | 31.53 | 16.3 | 14.05 | - |
| YUV | 87.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 102 | 0 | 0.92 | 0.53 | 0.15 | 334.8 | 0.85 | 0.46 |
| Hex | DA | 12 | 66 | 0 | 5C | 35 | F | 14F | 55 | 2E |
| Octal | 332 | 22 | 146 | 0 | 134 | 65 | 17 | 517 | 125 | 56 |
| Binary | 11011010 | 10010 | 1100110 | 0 | 1011100 | 110101 | 1111 | 101001111 | 1010101 | 101110 |
Color Harmonies of #DA1266
Complementary color
Monochromatic Colors of #DA1266
Black with #DA1266
Text Example
Text Example
White with #DA1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1266; }
p { color: rgb(218,18,102); }
H1.HeaderClassName
{
color: #DA1266;
}
.AnyTagClassName
{
color: #DA1266;
}
</style>
background-color css
<style>
a { background-color: #DA1266; }
a { background-color: rgb(218,18,102); }
div.DivClassName
{
background-color: #DA1266;
}
.BgClassName
{
background-color: #DA1266;
}
</style>
border-color css
<style>
span { border-color: #DA1266; }
span { border-color: rgb(218,18,102); }
td.TdClassName
{
border-color: #DA1266;
}
.TagClassName
{
border-color: #DA1266;
}
</style>