Shades of Ruby #DC1A77
Tints of Ruby #DC1A77
RGB
CMYK
RGB Variations
Color information
#DC1A77 (or 0xDC1A77) is known color: Ruby. HEX triplet: DC, 1A and 77. RGB value is (220,26,119). Sum of RGB (Red+Green+Blue) = 220+26+119=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A77 is #23E588. Grayscale: #5E5E5E. Windows color (decimal): -2352521 or 7805660. OLE color: 7805660.
HSL color Cylindrical-coordinate representation of color #DC1A77: hue angle of 331.24º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A77 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 119 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.14 |
| HSL | 331.24º | 0.79% | 0.48% | - |
| HSV(B) | 331.24º | 0.88% | 0.86% | - |
| XYZ | 33.21 | 17.29 | 19.04 | - |
| YUV | 94.61 | 141.77 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 119 | 0 | 0.88 | 0.46 | 0.14 | 331.24 | 0.79 | 0.48 |
| Hex | DC | 1A | 77 | 0 | 58 | 2E | E | 14B | 4F | 30 |
| Octal | 334 | 32 | 167 | 0 | 130 | 56 | 16 | 513 | 117 | 60 |
| Binary | 11011100 | 11010 | 1110111 | 0 | 1011000 | 101110 | 1110 | 101001011 | 1001111 | 110000 |
Color Harmonies of #DC1A77
Complementary color
Monochromatic Colors of #DC1A77
Black with #DC1A77
Text Example
Text Example
White with #DC1A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A77; }
p { color: rgb(220,26,119); }
H1.HeaderClassName
{
color: #DC1A77;
}
.AnyTagClassName
{
color: #DC1A77;
}
</style>
background-color css
<style>
a { background-color: #DC1A77; }
a { background-color: rgb(220,26,119); }
div.DivClassName
{
background-color: #DC1A77;
}
.BgClassName
{
background-color: #DC1A77;
}
</style>
border-color css
<style>
span { border-color: #DC1A77; }
span { border-color: rgb(220,26,119); }
td.TdClassName
{
border-color: #DC1A77;
}
.TagClassName
{
border-color: #DC1A77;
}
</style>