Shades of Ruby #DF176C
Tints of Ruby #DF176C
RGB
CMYK
RGB Variations
Color information
#DF176C (or 0xDF176C) is known color: Ruby. HEX triplet: DF, 17 and 6C. RGB value is (223,23,108). Sum of RGB (Red+Green+Blue) = 223+23+108=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF176C is #20E893. Grayscale: #5C5C5C. Windows color (decimal): -2156692 or 7083999. OLE color: 7083999.
HSL color Cylindrical-coordinate representation of color #DF176C: hue angle of 334.5º 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 #DF176C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.13 |
| HSL | 334.5º | 0.81% | 0.48% | - |
| HSV(B) | 334.5º | 0.9% | 0.87% | - |
| XYZ | 33.44 | 17.38 | 15.78 | - |
| YUV | 92.49 | 136.76 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 108 | 0 | 0.90 | 0.52 | 0.13 | 334.5 | 0.81 | 0.48 |
| Hex | DF | 17 | 6C | 0 | 5A | 34 | D | 14E | 51 | 30 |
| Octal | 337 | 27 | 154 | 0 | 132 | 64 | 15 | 516 | 121 | 60 |
| Binary | 11011111 | 10111 | 1101100 | 0 | 1011010 | 110100 | 1101 | 101001110 | 1010001 | 110000 |
Color Harmonies of #DF176C
Complementary color
Monochromatic Colors of #DF176C
Black with #DF176C
Text Example
Text Example
White with #DF176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF176C; }
p { color: rgb(223,23,108); }
H1.HeaderClassName
{
color: #DF176C;
}
.AnyTagClassName
{
color: #DF176C;
}
</style>
background-color css
<style>
a { background-color: #DF176C; }
a { background-color: rgb(223,23,108); }
div.DivClassName
{
background-color: #DF176C;
}
.BgClassName
{
background-color: #DF176C;
}
</style>
border-color css
<style>
span { border-color: #DF176C; }
span { border-color: rgb(223,23,108); }
td.TdClassName
{
border-color: #DF176C;
}
.TagClassName
{
border-color: #DF176C;
}
</style>