Shades of Ruby #DC056B
Tints of Ruby #DC056B
RGB
CMYK
RGB Variations
Color information
#DC056B (or 0xDC056B) is known color: Ruby. HEX triplet: DC, 05 and 6B. RGB value is (220,5,107). Sum of RGB (Red+Green+Blue) = 220+5+107=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC056B is #23FA94. Grayscale: #505050. Windows color (decimal): -2357909 or 7013852. OLE color: 7013852.
HSL color Cylindrical-coordinate representation of color #DC056B: hue angle of 331.53º 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 #DC056B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.14 |
| HSL | 331.53º | 0.96% | 0.44% | - |
| HSV(B) | 331.53º | 0.98% | 0.86% | - |
| XYZ | 32.22 | 16.39 | 15.37 | - |
| YUV | 80.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 107 | 0 | 0.98 | 0.51 | 0.14 | 331.53 | 0.96 | 0.44 |
| Hex | DC | 5 | 6B | 0 | 62 | 33 | E | 14C | 60 | 2C |
| Octal | 334 | 5 | 153 | 0 | 142 | 63 | 16 | 514 | 140 | 54 |
| Binary | 11011100 | 101 | 1101011 | 0 | 1100010 | 110011 | 1110 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DC056B
Complementary color
Monochromatic Colors of #DC056B
Black with #DC056B
Text Example
Text Example
White with #DC056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC056B; }
p { color: rgb(220,5,107); }
H1.HeaderClassName
{
color: #DC056B;
}
.AnyTagClassName
{
color: #DC056B;
}
</style>
background-color css
<style>
a { background-color: #DC056B; }
a { background-color: rgb(220,5,107); }
div.DivClassName
{
background-color: #DC056B;
}
.BgClassName
{
background-color: #DC056B;
}
</style>
border-color css
<style>
span { border-color: #DC056B; }
span { border-color: rgb(220,5,107); }
td.TdClassName
{
border-color: #DC056B;
}
.TagClassName
{
border-color: #DC056B;
}
</style>