Shades of Ruby #DF116F
Tints of Ruby #DF116F
RGB
CMYK
RGB Variations
Color information
#DF116F (or 0xDF116F) is known color: Ruby. HEX triplet: DF, 11 and 6F. RGB value is (223,17,111). Sum of RGB (Red+Green+Blue) = 223+17+111=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF116F is #20EE90. Grayscale: #595959. Windows color (decimal): -2158225 or 7279071. OLE color: 7279071.
HSL color Cylindrical-coordinate representation of color #DF116F: hue angle of 332.62º 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 #DF116F is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 111 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.13 |
| HSL | 332.62º | 0.86% | 0.47% | - |
| HSV(B) | 332.62º | 0.92% | 0.87% | - |
| XYZ | 33.5 | 17.24 | 16.6 | - |
| YUV | 89.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 111 | 0 | 0.92 | 0.50 | 0.13 | 332.62 | 0.86 | 0.47 |
| Hex | DF | 11 | 6F | 0 | 5C | 32 | D | 14D | 56 | 2F |
| Octal | 337 | 21 | 157 | 0 | 134 | 62 | 15 | 515 | 126 | 57 |
| Binary | 11011111 | 10001 | 1101111 | 0 | 1011100 | 110010 | 1101 | 101001101 | 1010110 | 101111 |
Color Harmonies of #DF116F
Complementary color
Monochromatic Colors of #DF116F
Black with #DF116F
Text Example
Text Example
White with #DF116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF116F; }
p { color: rgb(223,17,111); }
H1.HeaderClassName
{
color: #DF116F;
}
.AnyTagClassName
{
color: #DF116F;
}
</style>
background-color css
<style>
a { background-color: #DF116F; }
a { background-color: rgb(223,17,111); }
div.DivClassName
{
background-color: #DF116F;
}
.BgClassName
{
background-color: #DF116F;
}
</style>
border-color css
<style>
span { border-color: #DF116F; }
span { border-color: rgb(223,17,111); }
td.TdClassName
{
border-color: #DF116F;
}
.TagClassName
{
border-color: #DF116F;
}
</style>