Shades of Ruby #DC056D
Tints of Ruby #DC056D
RGB
CMYK
RGB Variations
Color information
#DC056D (or 0xDC056D) is known color: Ruby. HEX triplet: DC, 05 and 6D. RGB value is (220,5,109). Sum of RGB (Red+Green+Blue) = 220+5+109=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC056D is #23FA92. Grayscale: #505050. Windows color (decimal): -2357907 or 7144924. OLE color: 7144924.
HSL color Cylindrical-coordinate representation of color #DC056D: hue angle of 330.98º 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 #DC056D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.14 |
| HSL | 330.98º | 0.96% | 0.44% | - |
| HSV(B) | 330.98º | 0.98% | 0.86% | - |
| XYZ | 32.33 | 16.43 | 15.94 | - |
| YUV | 81.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 109 | 0 | 0.98 | 0.50 | 0.14 | 330.98 | 0.96 | 0.44 |
| Hex | DC | 5 | 6D | 0 | 62 | 32 | E | 14B | 60 | 2C |
| Octal | 334 | 5 | 155 | 0 | 142 | 62 | 16 | 513 | 140 | 54 |
| Binary | 11011100 | 101 | 1101101 | 0 | 1100010 | 110010 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DC056D
Complementary color
Monochromatic Colors of #DC056D
Black with #DC056D
Text Example
Text Example
White with #DC056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC056D; }
p { color: rgb(220,5,109); }
H1.HeaderClassName
{
color: #DC056D;
}
.AnyTagClassName
{
color: #DC056D;
}
</style>
background-color css
<style>
a { background-color: #DC056D; }
a { background-color: rgb(220,5,109); }
div.DivClassName
{
background-color: #DC056D;
}
.BgClassName
{
background-color: #DC056D;
}
</style>
border-color css
<style>
span { border-color: #DC056D; }
span { border-color: rgb(220,5,109); }
td.TdClassName
{
border-color: #DC056D;
}
.TagClassName
{
border-color: #DC056D;
}
</style>