Shades of Ruby #DC1C74
Tints of Ruby #DC1C74
RGB
CMYK
RGB Variations
Color information
#DC1C74 (or 0xDC1C74) is known color: Ruby. HEX triplet: DC, 1C and 74. RGB value is (220,28,116). Sum of RGB (Red+Green+Blue) = 220+28+116=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C74 is #23E38B. Grayscale: #5F5F5F. Windows color (decimal): -2352012 or 7609564. OLE color: 7609564.
HSL color Cylindrical-coordinate representation of color #DC1C74: hue angle of 332.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C74 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 116 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.14 |
| HSL | 332.5º | 0.77% | 0.49% | - |
| HSV(B) | 332.5º | 0.87% | 0.86% | - |
| XYZ | 33.08 | 17.31 | 18.12 | - |
| YUV | 95.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 116 | 0 | 0.87 | 0.47 | 0.14 | 332.5 | 0.77 | 0.49 |
| Hex | DC | 1C | 74 | 0 | 57 | 2F | E | 14C | 4D | 31 |
| Octal | 334 | 34 | 164 | 0 | 127 | 57 | 16 | 514 | 115 | 61 |
| Binary | 11011100 | 11100 | 1110100 | 0 | 1010111 | 101111 | 1110 | 101001100 | 1001101 | 110001 |
Color Harmonies of #DC1C74
Complementary color
Monochromatic Colors of #DC1C74
Black with #DC1C74
Text Example
Text Example
White with #DC1C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C74; }
p { color: rgb(220,28,116); }
H1.HeaderClassName
{
color: #DC1C74;
}
.AnyTagClassName
{
color: #DC1C74;
}
</style>
background-color css
<style>
a { background-color: #DC1C74; }
a { background-color: rgb(220,28,116); }
div.DivClassName
{
background-color: #DC1C74;
}
.BgClassName
{
background-color: #DC1C74;
}
</style>
border-color css
<style>
span { border-color: #DC1C74; }
span { border-color: rgb(220,28,116); }
td.TdClassName
{
border-color: #DC1C74;
}
.TagClassName
{
border-color: #DC1C74;
}
</style>