Shades of Ruby #DC195C
Tints of Ruby #DC195C
RGB
CMYK
RGB Variations
Color information
#DC195C (or 0xDC195C) is known color: Ruby. HEX triplet: DC, 19 and 5C. RGB value is (220,25,92). Sum of RGB (Red+Green+Blue) = 220+25+92=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC195C is #23E6A3. Grayscale: #5A5A5A. Windows color (decimal): -2352804 or 6035932. OLE color: 6035932.
HSL color Cylindrical-coordinate representation of color #DC195C: hue angle of 339.38º 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 #DC195C is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.14 |
| HSL | 339.38º | 0.8% | 0.48% | - |
| HSV(B) | 339.38º | 0.89% | 0.86% | - |
| XYZ | 31.79 | 16.68 | 11.67 | - |
| YUV | 90.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 92 | 0 | 0.89 | 0.58 | 0.14 | 339.38 | 0.8 | 0.48 |
| Hex | DC | 19 | 5C | 0 | 59 | 3A | E | 153 | 50 | 30 |
| Octal | 334 | 31 | 134 | 0 | 131 | 72 | 16 | 523 | 120 | 60 |
| Binary | 11011100 | 11001 | 1011100 | 0 | 1011001 | 111010 | 1110 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DC195C
Complementary color
Monochromatic Colors of #DC195C
Black with #DC195C
Text Example
Text Example
White with #DC195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC195C; }
p { color: rgb(220,25,92); }
H1.HeaderClassName
{
color: #DC195C;
}
.AnyTagClassName
{
color: #DC195C;
}
</style>
background-color css
<style>
a { background-color: #DC195C; }
a { background-color: rgb(220,25,92); }
div.DivClassName
{
background-color: #DC195C;
}
.BgClassName
{
background-color: #DC195C;
}
</style>
border-color css
<style>
span { border-color: #DC195C; }
span { border-color: rgb(220,25,92); }
td.TdClassName
{
border-color: #DC195C;
}
.TagClassName
{
border-color: #DC195C;
}
</style>