Shades of Ruby #DC1774
Tints of Ruby #DC1774
RGB
CMYK
RGB Variations
Color information
#DC1774 (or 0xDC1774) is known color: Ruby. HEX triplet: DC, 17 and 74. RGB value is (220,23,116). Sum of RGB (Red+Green+Blue) = 220+23+116=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1774 is #23E88B. Grayscale: #5C5C5C. Windows color (decimal): -2353292 or 7608284. OLE color: 7608284.
HSL color Cylindrical-coordinate representation of color #DC1774: hue angle of 331.68º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1774 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.14 |
| HSL | 331.68º | 0.81% | 0.48% | - |
| HSV(B) | 331.68º | 0.9% | 0.86% | - |
| XYZ | 32.97 | 17.09 | 18.08 | - |
| YUV | 92.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 116 | 0 | 0.90 | 0.47 | 0.14 | 331.68 | 0.81 | 0.48 |
| Hex | DC | 17 | 74 | 0 | 5A | 2F | E | 14C | 51 | 30 |
| Octal | 334 | 27 | 164 | 0 | 132 | 57 | 16 | 514 | 121 | 60 |
| Binary | 11011100 | 10111 | 1110100 | 0 | 1011010 | 101111 | 1110 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DC1774
Complementary color
Monochromatic Colors of #DC1774
Black with #DC1774
Text Example
Text Example
White with #DC1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1774; }
p { color: rgb(220,23,116); }
H1.HeaderClassName
{
color: #DC1774;
}
.AnyTagClassName
{
color: #DC1774;
}
</style>
background-color css
<style>
a { background-color: #DC1774; }
a { background-color: rgb(220,23,116); }
div.DivClassName
{
background-color: #DC1774;
}
.BgClassName
{
background-color: #DC1774;
}
</style>
border-color css
<style>
span { border-color: #DC1774; }
span { border-color: rgb(220,23,116); }
td.TdClassName
{
border-color: #DC1774;
}
.TagClassName
{
border-color: #DC1774;
}
</style>