Shades of Ruby #DC056E
Tints of Ruby #DC056E
RGB
CMYK
RGB Variations
Color information
#DC056E (or 0xDC056E) is known color: Ruby. HEX triplet: DC, 05 and 6E. RGB value is (220,5,110). Sum of RGB (Red+Green+Blue) = 220+5+110=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC056E is #23FA91. Grayscale: #515151. Windows color (decimal): -2357906 or 7210460. OLE color: 7210460.
HSL color Cylindrical-coordinate representation of color #DC056E: hue angle of 330.7º 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 #DC056E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.14 |
| HSL | 330.7º | 0.96% | 0.44% | - |
| HSV(B) | 330.7º | 0.98% | 0.86% | - |
| XYZ | 32.38 | 16.45 | 16.22 | - |
| YUV | 81.26 | 144.23 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 110 | 0 | 0.98 | 0.50 | 0.14 | 330.7 | 0.96 | 0.44 |
| Hex | DC | 5 | 6E | 0 | 62 | 32 | E | 14B | 60 | 2C |
| Octal | 334 | 5 | 156 | 0 | 142 | 62 | 16 | 513 | 140 | 54 |
| Binary | 11011100 | 101 | 1101110 | 0 | 1100010 | 110010 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DC056E
Complementary color
Monochromatic Colors of #DC056E
Black with #DC056E
Text Example
Text Example
White with #DC056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC056E; }
p { color: rgb(220,5,110); }
H1.HeaderClassName
{
color: #DC056E;
}
.AnyTagClassName
{
color: #DC056E;
}
</style>
background-color css
<style>
a { background-color: #DC056E; }
a { background-color: rgb(220,5,110); }
div.DivClassName
{
background-color: #DC056E;
}
.BgClassName
{
background-color: #DC056E;
}
</style>
border-color css
<style>
span { border-color: #DC056E; }
span { border-color: rgb(220,5,110); }
td.TdClassName
{
border-color: #DC056E;
}
.TagClassName
{
border-color: #DC056E;
}
</style>