Shades of Ruby #DC046D
Tints of Ruby #DC046D
RGB
CMYK
RGB Variations
Color information
#DC046D (or 0xDC046D) is known color: Ruby. HEX triplet: DC, 04 and 6D. RGB value is (220,4,109). Sum of RGB (Red+Green+Blue) = 220+4+109=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC046D is #23FB92. Grayscale: #505050. Windows color (decimal): -2358163 or 7144668. OLE color: 7144668.
HSL color Cylindrical-coordinate representation of color #DC046D: hue angle of 330.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC046D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.14 |
| HSL | 330.83º | 0.96% | 0.44% | - |
| HSV(B) | 330.83º | 0.98% | 0.86% | - |
| XYZ | 32.32 | 16.41 | 15.93 | - |
| YUV | 80.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 109 | 0 | 0.98 | 0.50 | 0.14 | 330.83 | 0.96 | 0.44 |
| Hex | DC | 4 | 6D | 0 | 62 | 32 | E | 14B | 60 | 2C |
| Octal | 334 | 4 | 155 | 0 | 142 | 62 | 16 | 513 | 140 | 54 |
| Binary | 11011100 | 100 | 1101101 | 0 | 1100010 | 110010 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DC046D
Complementary color
Monochromatic Colors of #DC046D
Black with #DC046D
Text Example
Text Example
White with #DC046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC046D; }
p { color: rgb(220,4,109); }
H1.HeaderClassName
{
color: #DC046D;
}
.AnyTagClassName
{
color: #DC046D;
}
</style>
background-color css
<style>
a { background-color: #DC046D; }
a { background-color: rgb(220,4,109); }
div.DivClassName
{
background-color: #DC046D;
}
.BgClassName
{
background-color: #DC046D;
}
</style>
border-color css
<style>
span { border-color: #DC046D; }
span { border-color: rgb(220,4,109); }
td.TdClassName
{
border-color: #DC046D;
}
.TagClassName
{
border-color: #DC046D;
}
</style>