Shades of Ruby #DF1178
Tints of Ruby #DF1178
RGB
CMYK
RGB Variations
Color information
#DF1178 (or 0xDF1178) is known color: Ruby. HEX triplet: DF, 11 and 78. RGB value is (223,17,120). Sum of RGB (Red+Green+Blue) = 223+17+120=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1178 is #20EE87. Grayscale: #5A5A5A. Windows color (decimal): -2158216 or 7868895. OLE color: 7868895.
HSL color Cylindrical-coordinate representation of color #DF1178: hue angle of 330º 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 #DF1178 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.13 |
| HSL | 330º | 0.86% | 0.47% | - |
| HSV(B) | 330º | 0.92% | 0.87% | - |
| XYZ | 34.02 | 17.44 | 19.34 | - |
| YUV | 90.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 120 | 0 | 0.92 | 0.46 | 0.13 | 330 | 0.86 | 0.47 |
| Hex | DF | 11 | 78 | 0 | 5C | 2E | D | 14A | 56 | 2F |
| Octal | 337 | 21 | 170 | 0 | 134 | 56 | 15 | 512 | 126 | 57 |
| Binary | 11011111 | 10001 | 1111000 | 0 | 1011100 | 101110 | 1101 | 101001010 | 1010110 | 101111 |
Color Harmonies of #DF1178
Complementary color
Monochromatic Colors of #DF1178
Black with #DF1178
Text Example
Text Example
White with #DF1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1178; }
p { color: rgb(223,17,120); }
H1.HeaderClassName
{
color: #DF1178;
}
.AnyTagClassName
{
color: #DF1178;
}
</style>
background-color css
<style>
a { background-color: #DF1178; }
a { background-color: rgb(223,17,120); }
div.DivClassName
{
background-color: #DF1178;
}
.BgClassName
{
background-color: #DF1178;
}
</style>
border-color css
<style>
span { border-color: #DF1178; }
span { border-color: rgb(223,17,120); }
td.TdClassName
{
border-color: #DF1178;
}
.TagClassName
{
border-color: #DF1178;
}
</style>