Shades of Ruby #DC185E
Tints of Ruby #DC185E
RGB
CMYK
RGB Variations
Color information
#DC185E (or 0xDC185E) is known color: Ruby. HEX triplet: DC, 18 and 5E. RGB value is (220,24,94). Sum of RGB (Red+Green+Blue) = 220+24+94=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC185E is #23E7A1. Grayscale: #5A5A5A. Windows color (decimal): -2353058 or 6166748. OLE color: 6166748.
HSL color Cylindrical-coordinate representation of color #DC185E: hue angle of 338.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC185E is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 94 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.14 |
| HSL | 338.57º | 0.8% | 0.48% | - |
| HSV(B) | 338.57º | 0.89% | 0.86% | - |
| XYZ | 31.86 | 16.68 | 12.13 | - |
| YUV | 90.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 94 | 0 | 0.89 | 0.57 | 0.14 | 338.57 | 0.8 | 0.48 |
| Hex | DC | 18 | 5E | 0 | 59 | 39 | E | 153 | 50 | 30 |
| Octal | 334 | 30 | 136 | 0 | 131 | 71 | 16 | 523 | 120 | 60 |
| Binary | 11011100 | 11000 | 1011110 | 0 | 1011001 | 111001 | 1110 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DC185E
Complementary color
Monochromatic Colors of #DC185E
Black with #DC185E
Text Example
Text Example
White with #DC185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC185E; }
p { color: rgb(220,24,94); }
H1.HeaderClassName
{
color: #DC185E;
}
.AnyTagClassName
{
color: #DC185E;
}
</style>
background-color css
<style>
a { background-color: #DC185E; }
a { background-color: rgb(220,24,94); }
div.DivClassName
{
background-color: #DC185E;
}
.BgClassName
{
background-color: #DC185E;
}
</style>
border-color css
<style>
span { border-color: #DC185E; }
span { border-color: rgb(220,24,94); }
td.TdClassName
{
border-color: #DC185E;
}
.TagClassName
{
border-color: #DC185E;
}
</style>