Shades of Ruby #DF176E
Tints of Ruby #DF176E
RGB
CMYK
RGB Variations
Color information
#DF176E (or 0xDF176E) is known color: Ruby. HEX triplet: DF, 17 and 6E. RGB value is (223,23,110). Sum of RGB (Red+Green+Blue) = 223+23+110=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF176E is #20E891. Grayscale: #5C5C5C. Windows color (decimal): -2156690 or 7215071. OLE color: 7215071.
HSL color Cylindrical-coordinate representation of color #DF176E: hue angle of 333.9º 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 #DF176E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 110 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.13 |
| HSL | 333.9º | 0.81% | 0.48% | - |
| HSV(B) | 333.9º | 0.9% | 0.87% | - |
| XYZ | 33.55 | 17.43 | 16.35 | - |
| YUV | 92.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 110 | 0 | 0.90 | 0.51 | 0.13 | 333.9 | 0.81 | 0.48 |
| Hex | DF | 17 | 6E | 0 | 5A | 33 | D | 14E | 51 | 30 |
| Octal | 337 | 27 | 156 | 0 | 132 | 63 | 15 | 516 | 121 | 60 |
| Binary | 11011111 | 10111 | 1101110 | 0 | 1011010 | 110011 | 1101 | 101001110 | 1010001 | 110000 |
Color Harmonies of #DF176E
Complementary color
Monochromatic Colors of #DF176E
Black with #DF176E
Text Example
Text Example
White with #DF176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF176E; }
p { color: rgb(223,23,110); }
H1.HeaderClassName
{
color: #DF176E;
}
.AnyTagClassName
{
color: #DF176E;
}
</style>
background-color css
<style>
a { background-color: #DF176E; }
a { background-color: rgb(223,23,110); }
div.DivClassName
{
background-color: #DF176E;
}
.BgClassName
{
background-color: #DF176E;
}
</style>
border-color css
<style>
span { border-color: #DF176E; }
span { border-color: rgb(223,23,110); }
td.TdClassName
{
border-color: #DF176E;
}
.TagClassName
{
border-color: #DF176E;
}
</style>