Shades of Ruby #DF1163
Tints of Ruby #DF1163
RGB
CMYK
RGB Variations
Color information
#DF1163 (or 0xDF1163) is known color: Ruby. HEX triplet: DF, 11 and 63. RGB value is (223,17,99). Sum of RGB (Red+Green+Blue) = 223+17+99=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1163 is #20EE9C. Grayscale: #575757. Windows color (decimal): -2158237 or 6492639. OLE color: 6492639.
HSL color Cylindrical-coordinate representation of color #DF1163: hue angle of 336.12º 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 #DF1163 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 99 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.13 |
| HSL | 336.12º | 0.86% | 0.47% | - |
| HSV(B) | 336.12º | 0.92% | 0.87% | - |
| XYZ | 32.88 | 16.99 | 13.35 | - |
| YUV | 87.94 | 134.25 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 99 | 0 | 0.92 | 0.56 | 0.13 | 336.12 | 0.86 | 0.47 |
| Hex | DF | 11 | 63 | 0 | 5C | 38 | D | 150 | 56 | 2F |
| Octal | 337 | 21 | 143 | 0 | 134 | 70 | 15 | 520 | 126 | 57 |
| Binary | 11011111 | 10001 | 1100011 | 0 | 1011100 | 111000 | 1101 | 101010000 | 1010110 | 101111 |
Color Harmonies of #DF1163
Complementary color
Monochromatic Colors of #DF1163
Black with #DF1163
Text Example
Text Example
White with #DF1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1163; }
p { color: rgb(223,17,99); }
H1.HeaderClassName
{
color: #DF1163;
}
.AnyTagClassName
{
color: #DF1163;
}
</style>
background-color css
<style>
a { background-color: #DF1163; }
a { background-color: rgb(223,17,99); }
div.DivClassName
{
background-color: #DF1163;
}
.BgClassName
{
background-color: #DF1163;
}
</style>
border-color css
<style>
span { border-color: #DF1163; }
span { border-color: rgb(223,17,99); }
td.TdClassName
{
border-color: #DF1163;
}
.TagClassName
{
border-color: #DF1163;
}
</style>