Shades of Ruby #DF1156
Tints of Ruby #DF1156
RGB
CMYK
RGB Variations
Color information
#DF1156 (or 0xDF1156) is known color: Ruby. HEX triplet: DF, 11 and 56. RGB value is (223,17,86). Sum of RGB (Red+Green+Blue) = 223+17+86=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1156 is #20EEA9. Grayscale: #565656. Windows color (decimal): -2158250 or 5640671. OLE color: 5640671.
HSL color Cylindrical-coordinate representation of color #DF1156: hue angle of 339.9º 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 #DF1156 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.13 |
| HSL | 339.9º | 0.86% | 0.47% | - |
| HSV(B) | 339.9º | 0.92% | 0.87% | - |
| XYZ | 32.31 | 16.76 | 10.34 | - |
| YUV | 86.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 86 | 0 | 0.92 | 0.61 | 0.13 | 339.9 | 0.86 | 0.47 |
| Hex | DF | 11 | 56 | 0 | 5C | 3D | D | 154 | 56 | 2F |
| Octal | 337 | 21 | 126 | 0 | 134 | 75 | 15 | 524 | 126 | 57 |
| Binary | 11011111 | 10001 | 1010110 | 0 | 1011100 | 111101 | 1101 | 101010100 | 1010110 | 101111 |
Color Harmonies of #DF1156
Complementary color
Monochromatic Colors of #DF1156
Black with #DF1156
Text Example
Text Example
White with #DF1156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1156; }
p { color: rgb(223,17,86); }
H1.HeaderClassName
{
color: #DF1156;
}
.AnyTagClassName
{
color: #DF1156;
}
</style>
background-color css
<style>
a { background-color: #DF1156; }
a { background-color: rgb(223,17,86); }
div.DivClassName
{
background-color: #DF1156;
}
.BgClassName
{
background-color: #DF1156;
}
</style>
border-color css
<style>
span { border-color: #DF1156; }
span { border-color: rgb(223,17,86); }
td.TdClassName
{
border-color: #DF1156;
}
.TagClassName
{
border-color: #DF1156;
}
</style>