Shades of Ruby #DF1165
Tints of Ruby #DF1165
RGB
CMYK
RGB Variations
Color information
#DF1165 (or 0xDF1165) is known color: Ruby. HEX triplet: DF, 11 and 65. RGB value is (223,17,101). Sum of RGB (Red+Green+Blue) = 223+17+101=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1165 is #20EE9A. Grayscale: #585858. Windows color (decimal): -2158235 or 6623711. OLE color: 6623711.
HSL color Cylindrical-coordinate representation of color #DF1165: hue angle of 335.53º 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 #DF1165 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 101 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.13 |
| HSL | 335.53º | 0.86% | 0.47% | - |
| HSV(B) | 335.53º | 0.92% | 0.87% | - |
| XYZ | 32.98 | 17.03 | 13.86 | - |
| YUV | 88.17 | 135.25 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 101 | 0 | 0.92 | 0.55 | 0.13 | 335.53 | 0.86 | 0.47 |
| Hex | DF | 11 | 65 | 0 | 5C | 37 | D | 150 | 56 | 2F |
| Octal | 337 | 21 | 145 | 0 | 134 | 67 | 15 | 520 | 126 | 57 |
| Binary | 11011111 | 10001 | 1100101 | 0 | 1011100 | 110111 | 1101 | 101010000 | 1010110 | 101111 |
Color Harmonies of #DF1165
Complementary color
Monochromatic Colors of #DF1165
Black with #DF1165
Text Example
Text Example
White with #DF1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1165; }
p { color: rgb(223,17,101); }
H1.HeaderClassName
{
color: #DF1165;
}
.AnyTagClassName
{
color: #DF1165;
}
</style>
background-color css
<style>
a { background-color: #DF1165; }
a { background-color: rgb(223,17,101); }
div.DivClassName
{
background-color: #DF1165;
}
.BgClassName
{
background-color: #DF1165;
}
</style>
border-color css
<style>
span { border-color: #DF1165; }
span { border-color: rgb(223,17,101); }
td.TdClassName
{
border-color: #DF1165;
}
.TagClassName
{
border-color: #DF1165;
}
</style>