Shades of Ruby #DF1162
Tints of Ruby #DF1162
RGB
CMYK
RGB Variations
Color information
#DF1162 (or 0xDF1162) is known color: Ruby. HEX triplet: DF, 11 and 62. RGB value is (223,17,98). Sum of RGB (Red+Green+Blue) = 223+17+98=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1162 is #20EE9D. Grayscale: #575757. Windows color (decimal): -2158238 or 6427103. OLE color: 6427103.
HSL color Cylindrical-coordinate representation of color #DF1162: hue angle of 336.41º 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 #DF1162 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.13 |
| HSL | 336.41º | 0.86% | 0.47% | - |
| HSV(B) | 336.41º | 0.92% | 0.87% | - |
| XYZ | 32.84 | 16.97 | 13.1 | - |
| YUV | 87.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 98 | 0 | 0.92 | 0.56 | 0.13 | 336.41 | 0.86 | 0.47 |
| Hex | DF | 11 | 62 | 0 | 5C | 38 | D | 150 | 56 | 2F |
| Octal | 337 | 21 | 142 | 0 | 134 | 70 | 15 | 520 | 126 | 57 |
| Binary | 11011111 | 10001 | 1100010 | 0 | 1011100 | 111000 | 1101 | 101010000 | 1010110 | 101111 |
Color Harmonies of #DF1162
Complementary color
Monochromatic Colors of #DF1162
Black with #DF1162
Text Example
Text Example
White with #DF1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1162; }
p { color: rgb(223,17,98); }
H1.HeaderClassName
{
color: #DF1162;
}
.AnyTagClassName
{
color: #DF1162;
}
</style>
background-color css
<style>
a { background-color: #DF1162; }
a { background-color: rgb(223,17,98); }
div.DivClassName
{
background-color: #DF1162;
}
.BgClassName
{
background-color: #DF1162;
}
</style>
border-color css
<style>
span { border-color: #DF1162; }
span { border-color: rgb(223,17,98); }
td.TdClassName
{
border-color: #DF1162;
}
.TagClassName
{
border-color: #DF1162;
}
</style>