Shades of Ruby #DF176F
Tints of Ruby #DF176F
RGB
CMYK
RGB Variations
Color information
#DF176F (or 0xDF176F) is known color: Ruby. HEX triplet: DF, 17 and 6F. RGB value is (223,23,111). Sum of RGB (Red+Green+Blue) = 223+23+111=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF176F is #20E890. Grayscale: #5C5C5C. Windows color (decimal): -2156689 or 7280607. OLE color: 7280607.
HSL color Cylindrical-coordinate representation of color #DF176F: hue angle of 333.6º 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 #DF176F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.13 |
| HSL | 333.6º | 0.81% | 0.48% | - |
| HSV(B) | 333.6º | 0.9% | 0.87% | - |
| XYZ | 33.61 | 17.45 | 16.64 | - |
| YUV | 92.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 111 | 0 | 0.90 | 0.50 | 0.13 | 333.6 | 0.81 | 0.48 |
| Hex | DF | 17 | 6F | 0 | 5A | 32 | D | 14E | 51 | 30 |
| Octal | 337 | 27 | 157 | 0 | 132 | 62 | 15 | 516 | 121 | 60 |
| Binary | 11011111 | 10111 | 1101111 | 0 | 1011010 | 110010 | 1101 | 101001110 | 1010001 | 110000 |
Color Harmonies of #DF176F
Complementary color
Monochromatic Colors of #DF176F
Black with #DF176F
Text Example
Text Example
White with #DF176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF176F; }
p { color: rgb(223,23,111); }
H1.HeaderClassName
{
color: #DF176F;
}
.AnyTagClassName
{
color: #DF176F;
}
</style>
background-color css
<style>
a { background-color: #DF176F; }
a { background-color: rgb(223,23,111); }
div.DivClassName
{
background-color: #DF176F;
}
.BgClassName
{
background-color: #DF176F;
}
</style>
border-color css
<style>
span { border-color: #DF176F; }
span { border-color: rgb(223,23,111); }
td.TdClassName
{
border-color: #DF176F;
}
.TagClassName
{
border-color: #DF176F;
}
</style>