Shades of Ruby #DF116C
Tints of Ruby #DF116C
RGB
CMYK
RGB Variations
Color information
#DF116C (or 0xDF116C) is known color: Ruby. HEX triplet: DF, 11 and 6C. RGB value is (223,17,108). Sum of RGB (Red+Green+Blue) = 223+17+108=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF116C is #20EE93. Grayscale: #585858. Windows color (decimal): -2158228 or 7082463. OLE color: 7082463.
HSL color Cylindrical-coordinate representation of color #DF116C: hue angle of 333.5º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF116C is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.13 |
| HSL | 333.5º | 0.86% | 0.47% | - |
| HSV(B) | 333.5º | 0.92% | 0.87% | - |
| XYZ | 33.34 | 17.17 | 15.74 | - |
| YUV | 88.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 108 | 0 | 0.92 | 0.52 | 0.13 | 333.5 | 0.86 | 0.47 |
| Hex | DF | 11 | 6C | 0 | 5C | 34 | D | 14D | 56 | 2F |
| Octal | 337 | 21 | 154 | 0 | 134 | 64 | 15 | 515 | 126 | 57 |
| Binary | 11011111 | 10001 | 1101100 | 0 | 1011100 | 110100 | 1101 | 101001101 | 1010110 | 101111 |
Color Harmonies of #DF116C
Complementary color
Monochromatic Colors of #DF116C
Black with #DF116C
Text Example
Text Example
White with #DF116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF116C; }
p { color: rgb(223,17,108); }
H1.HeaderClassName
{
color: #DF116C;
}
.AnyTagClassName
{
color: #DF116C;
}
</style>
background-color css
<style>
a { background-color: #DF116C; }
a { background-color: rgb(223,17,108); }
div.DivClassName
{
background-color: #DF116C;
}
.BgClassName
{
background-color: #DF116C;
}
</style>
border-color css
<style>
span { border-color: #DF116C; }
span { border-color: rgb(223,17,108); }
td.TdClassName
{
border-color: #DF116C;
}
.TagClassName
{
border-color: #DF116C;
}
</style>