Shades of Ruby #DF166C
Tints of Ruby #DF166C
RGB
CMYK
RGB Variations
Color information
#DF166C (or 0xDF166C) is known color: Ruby. HEX triplet: DF, 16 and 6C. RGB value is (223,22,108). Sum of RGB (Red+Green+Blue) = 223+22+108=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF166C is #20E993. Grayscale: #5B5B5B. Windows color (decimal): -2156948 or 7083743. OLE color: 7083743.
HSL color Cylindrical-coordinate representation of color #DF166C: hue angle of 334.33º degrees, saturation: 0.82, 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 #DF166C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.13 |
| HSL | 334.33º | 0.82% | 0.48% | - |
| HSV(B) | 334.33º | 0.9% | 0.87% | - |
| XYZ | 33.43 | 17.34 | 15.77 | - |
| YUV | 91.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 108 | 0 | 0.90 | 0.52 | 0.13 | 334.33 | 0.82 | 0.48 |
| Hex | DF | 16 | 6C | 0 | 5A | 34 | D | 14E | 52 | 30 |
| Octal | 337 | 26 | 154 | 0 | 132 | 64 | 15 | 516 | 122 | 60 |
| Binary | 11011111 | 10110 | 1101100 | 0 | 1011010 | 110100 | 1101 | 101001110 | 1010010 | 110000 |
Color Harmonies of #DF166C
Complementary color
Monochromatic Colors of #DF166C
Black with #DF166C
Text Example
Text Example
White with #DF166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF166C; }
p { color: rgb(223,22,108); }
H1.HeaderClassName
{
color: #DF166C;
}
.AnyTagClassName
{
color: #DF166C;
}
</style>
background-color css
<style>
a { background-color: #DF166C; }
a { background-color: rgb(223,22,108); }
div.DivClassName
{
background-color: #DF166C;
}
.BgClassName
{
background-color: #DF166C;
}
</style>
border-color css
<style>
span { border-color: #DF166C; }
span { border-color: rgb(223,22,108); }
td.TdClassName
{
border-color: #DF166C;
}
.TagClassName
{
border-color: #DF166C;
}
</style>