Shades of Ruby #DF176B
Tints of Ruby #DF176B
RGB
CMYK
RGB Variations
Color information
#DF176B (or 0xDF176B) is known color: Ruby. HEX triplet: DF, 17 and 6B. RGB value is (223,23,107). Sum of RGB (Red+Green+Blue) = 223+23+107=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF176B is #20E894. Grayscale: #5C5C5C. Windows color (decimal): -2156693 or 7018463. OLE color: 7018463.
HSL color Cylindrical-coordinate representation of color #DF176B: hue angle of 334.8º 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 #DF176B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.13 |
| HSL | 334.8º | 0.81% | 0.48% | - |
| HSV(B) | 334.8º | 0.9% | 0.87% | - |
| XYZ | 33.39 | 17.36 | 15.5 | - |
| YUV | 92.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 107 | 0 | 0.90 | 0.52 | 0.13 | 334.8 | 0.81 | 0.48 |
| Hex | DF | 17 | 6B | 0 | 5A | 34 | D | 14F | 51 | 30 |
| Octal | 337 | 27 | 153 | 0 | 132 | 64 | 15 | 517 | 121 | 60 |
| Binary | 11011111 | 10111 | 1101011 | 0 | 1011010 | 110100 | 1101 | 101001111 | 1010001 | 110000 |
Color Harmonies of #DF176B
Complementary color
Monochromatic Colors of #DF176B
Black with #DF176B
Text Example
Text Example
White with #DF176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF176B; }
p { color: rgb(223,23,107); }
H1.HeaderClassName
{
color: #DF176B;
}
.AnyTagClassName
{
color: #DF176B;
}
</style>
background-color css
<style>
a { background-color: #DF176B; }
a { background-color: rgb(223,23,107); }
div.DivClassName
{
background-color: #DF176B;
}
.BgClassName
{
background-color: #DF176B;
}
</style>
border-color css
<style>
span { border-color: #DF176B; }
span { border-color: rgb(223,23,107); }
td.TdClassName
{
border-color: #DF176B;
}
.TagClassName
{
border-color: #DF176B;
}
</style>