Shades of Ruby #DF1064
Tints of Ruby #DF1064
RGB
CMYK
RGB Variations
Color information
#DF1064 (or 0xDF1064) is known color: Ruby. HEX triplet: DF, 10 and 64. RGB value is (223,16,100). Sum of RGB (Red+Green+Blue) = 223+16+100=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1064 is #20EF9B. Grayscale: #575757. Windows color (decimal): -2158492 or 6557919. OLE color: 6557919.
HSL color Cylindrical-coordinate representation of color #DF1064: hue angle of 335.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1064 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 100 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.13 |
| HSL | 335.65º | 0.87% | 0.47% | - |
| HSV(B) | 335.65º | 0.93% | 0.87% | - |
| XYZ | 32.92 | 16.98 | 13.6 | - |
| YUV | 87.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 100 | 0 | 0.93 | 0.55 | 0.13 | 335.65 | 0.87 | 0.47 |
| Hex | DF | 10 | 64 | 0 | 5D | 37 | D | 150 | 57 | 2F |
| Octal | 337 | 20 | 144 | 0 | 135 | 67 | 15 | 520 | 127 | 57 |
| Binary | 11011111 | 10000 | 1100100 | 0 | 1011101 | 110111 | 1101 | 101010000 | 1010111 | 101111 |
Color Harmonies of #DF1064
Complementary color
Monochromatic Colors of #DF1064
Black with #DF1064
Text Example
Text Example
White with #DF1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1064; }
p { color: rgb(223,16,100); }
H1.HeaderClassName
{
color: #DF1064;
}
.AnyTagClassName
{
color: #DF1064;
}
</style>
background-color css
<style>
a { background-color: #DF1064; }
a { background-color: rgb(223,16,100); }
div.DivClassName
{
background-color: #DF1064;
}
.BgClassName
{
background-color: #DF1064;
}
</style>
border-color css
<style>
span { border-color: #DF1064; }
span { border-color: rgb(223,16,100); }
td.TdClassName
{
border-color: #DF1064;
}
.TagClassName
{
border-color: #DF1064;
}
</style>