Shades of Ruby #DA1A6C
Tints of Ruby #DA1A6C
RGB
CMYK
RGB Variations
Color information
#DA1A6C (or 0xDA1A6C) is known color: Ruby. HEX triplet: DA, 1A and 6C. RGB value is (218,26,108). Sum of RGB (Red+Green+Blue) = 218+26+108=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1A6C is #25E593. Grayscale: #5C5C5C. Windows color (decimal): -2483604 or 7084762. OLE color: 7084762.
HSL color Cylindrical-coordinate representation of color #DA1A6C: hue angle of 334.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1A6C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 108 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.15 |
| HSL | 334.38º | 0.79% | 0.48% | - |
| HSV(B) | 334.38º | 0.88% | 0.85% | - |
| XYZ | 31.99 | 16.73 | 15.73 | - |
| YUV | 92.76 | 136.61 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 108 | 0 | 0.88 | 0.50 | 0.15 | 334.38 | 0.79 | 0.48 |
| Hex | DA | 1A | 6C | 0 | 58 | 32 | F | 14E | 4F | 30 |
| Octal | 332 | 32 | 154 | 0 | 130 | 62 | 17 | 516 | 117 | 60 |
| Binary | 11011010 | 11010 | 1101100 | 0 | 1011000 | 110010 | 1111 | 101001110 | 1001111 | 110000 |
Color Harmonies of #DA1A6C
Complementary color
Monochromatic Colors of #DA1A6C
Black with #DA1A6C
Text Example
Text Example
White with #DA1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A6C; }
p { color: rgb(218,26,108); }
H1.HeaderClassName
{
color: #DA1A6C;
}
.AnyTagClassName
{
color: #DA1A6C;
}
</style>
background-color css
<style>
a { background-color: #DA1A6C; }
a { background-color: rgb(218,26,108); }
div.DivClassName
{
background-color: #DA1A6C;
}
.BgClassName
{
background-color: #DA1A6C;
}
</style>
border-color css
<style>
span { border-color: #DA1A6C; }
span { border-color: rgb(218,26,108); }
td.TdClassName
{
border-color: #DA1A6C;
}
.TagClassName
{
border-color: #DA1A6C;
}
</style>