Shades of Ruby #DA046C
Tints of Ruby #DA046C
RGB
CMYK
RGB Variations
Color information
#DA046C (or 0xDA046C) is known color: Ruby. HEX triplet: DA, 04 and 6C. RGB value is (218,4,108). Sum of RGB (Red+Green+Blue) = 218+4+108=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA046C is #25FB93. Grayscale: #4F4F4F. Windows color (decimal): -2489236 or 7079130. OLE color: 7079130.
HSL color Cylindrical-coordinate representation of color #DA046C: hue angle of 330.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA046C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.15 |
| HSL | 330.84º | 0.96% | 0.44% | - |
| HSV(B) | 330.84º | 0.98% | 0.85% | - |
| XYZ | 31.66 | 16.07 | 15.62 | - |
| YUV | 79.84 | 143.9 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 108 | 0 | 0.98 | 0.50 | 0.15 | 330.84 | 0.96 | 0.44 |
| Hex | DA | 4 | 6C | 0 | 62 | 32 | F | 14B | 60 | 2C |
| Octal | 332 | 4 | 154 | 0 | 142 | 62 | 17 | 513 | 140 | 54 |
| Binary | 11011010 | 100 | 1101100 | 0 | 1100010 | 110010 | 1111 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DA046C
Complementary color
Monochromatic Colors of #DA046C
Black with #DA046C
Text Example
Text Example
White with #DA046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA046C; }
p { color: rgb(218,4,108); }
H1.HeaderClassName
{
color: #DA046C;
}
.AnyTagClassName
{
color: #DA046C;
}
</style>
background-color css
<style>
a { background-color: #DA046C; }
a { background-color: rgb(218,4,108); }
div.DivClassName
{
background-color: #DA046C;
}
.BgClassName
{
background-color: #DA046C;
}
</style>
border-color css
<style>
span { border-color: #DA046C; }
span { border-color: rgb(218,4,108); }
td.TdClassName
{
border-color: #DA046C;
}
.TagClassName
{
border-color: #DA046C;
}
</style>