Shades of Ruby #DF175D
Tints of Ruby #DF175D
RGB
CMYK
RGB Variations
Color information
#DF175D (or 0xDF175D) is known color: Ruby. HEX triplet: DF, 17 and 5D. RGB value is (223,23,93). Sum of RGB (Red+Green+Blue) = 223+23+93=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF175D is #20E8A2. Grayscale: #5A5A5A. Windows color (decimal): -2156707 or 6100959. OLE color: 6100959.
HSL color Cylindrical-coordinate representation of color #DF175D: hue angle of 339º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF175D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 93 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.13 |
| HSL | 339º | 0.81% | 0.48% | - |
| HSV(B) | 339º | 0.9% | 0.87% | - |
| XYZ | 32.71 | 17.09 | 11.93 | - |
| YUV | 90.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 93 | 0 | 0.90 | 0.58 | 0.13 | 339 | 0.81 | 0.48 |
| Hex | DF | 17 | 5D | 0 | 5A | 3A | D | 153 | 51 | 30 |
| Octal | 337 | 27 | 135 | 0 | 132 | 72 | 15 | 523 | 121 | 60 |
| Binary | 11011111 | 10111 | 1011101 | 0 | 1011010 | 111010 | 1101 | 101010011 | 1010001 | 110000 |
Color Harmonies of #DF175D
Complementary color
Monochromatic Colors of #DF175D
Black with #DF175D
Text Example
Text Example
White with #DF175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF175D; }
p { color: rgb(223,23,93); }
H1.HeaderClassName
{
color: #DF175D;
}
.AnyTagClassName
{
color: #DF175D;
}
</style>
background-color css
<style>
a { background-color: #DF175D; }
a { background-color: rgb(223,23,93); }
div.DivClassName
{
background-color: #DF175D;
}
.BgClassName
{
background-color: #DF175D;
}
</style>
border-color css
<style>
span { border-color: #DF175D; }
span { border-color: rgb(223,23,93); }
td.TdClassName
{
border-color: #DF175D;
}
.TagClassName
{
border-color: #DF175D;
}
</style>