Shades of Ruby #DA046D
Tints of Ruby #DA046D
RGB
CMYK
RGB Variations
Color information
#DA046D (or 0xDA046D) is known color: Ruby. HEX triplet: DA, 04 and 6D. RGB value is (218,4,109). Sum of RGB (Red+Green+Blue) = 218+4+109=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA046D is #25FB92. Grayscale: #4F4F4F. Windows color (decimal): -2489235 or 7144666. OLE color: 7144666.
HSL color Cylindrical-coordinate representation of color #DA046D: hue angle of 330.56º 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 #DA046D is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.15 |
| HSL | 330.56º | 0.96% | 0.44% | - |
| HSV(B) | 330.56º | 0.98% | 0.85% | - |
| XYZ | 31.72 | 16.1 | 15.9 | - |
| YUV | 79.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 109 | 0 | 0.98 | 0.5 | 0.15 | 330.56 | 0.96 | 0.44 |
| Hex | DA | 4 | 6D | 0 | 62 | 32 | F | 14B | 60 | 2C |
| Octal | 332 | 4 | 155 | 0 | 142 | 62 | 17 | 513 | 140 | 54 |
| Binary | 11011010 | 100 | 1101101 | 0 | 1100010 | 110010 | 1111 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DA046D
Complementary color
Monochromatic Colors of #DA046D
Black with #DA046D
Text Example
Text Example
White with #DA046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA046D; }
p { color: rgb(218,4,109); }
H1.HeaderClassName
{
color: #DA046D;
}
.AnyTagClassName
{
color: #DA046D;
}
</style>
background-color css
<style>
a { background-color: #DA046D; }
a { background-color: rgb(218,4,109); }
div.DivClassName
{
background-color: #DA046D;
}
.BgClassName
{
background-color: #DA046D;
}
</style>
border-color css
<style>
span { border-color: #DA046D; }
span { border-color: rgb(218,4,109); }
td.TdClassName
{
border-color: #DA046D;
}
.TagClassName
{
border-color: #DA046D;
}
</style>