Shades of Ruby #DF1068
Tints of Ruby #DF1068
RGB
CMYK
RGB Variations
Color information
#DF1068 (or 0xDF1068) is known color: Ruby. HEX triplet: DF, 10 and 68. RGB value is (223,16,104). Sum of RGB (Red+Green+Blue) = 223+16+104=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1068 is #20EF97. Grayscale: #575757. Windows color (decimal): -2158488 or 6820063. OLE color: 6820063.
HSL color Cylindrical-coordinate representation of color #DF1068: hue angle of 334.49º 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 #DF1068 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.13 |
| HSL | 334.49º | 0.87% | 0.47% | - |
| HSV(B) | 334.49º | 0.93% | 0.87% | - |
| XYZ | 33.12 | 17.06 | 14.64 | - |
| YUV | 87.93 | 137.08 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 104 | 0 | 0.93 | 0.53 | 0.13 | 334.49 | 0.87 | 0.47 |
| Hex | DF | 10 | 68 | 0 | 5D | 35 | D | 14E | 57 | 2F |
| Octal | 337 | 20 | 150 | 0 | 135 | 65 | 15 | 516 | 127 | 57 |
| Binary | 11011111 | 10000 | 1101000 | 0 | 1011101 | 110101 | 1101 | 101001110 | 1010111 | 101111 |
Color Harmonies of #DF1068
Complementary color
Monochromatic Colors of #DF1068
Black with #DF1068
Text Example
Text Example
White with #DF1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1068; }
p { color: rgb(223,16,104); }
H1.HeaderClassName
{
color: #DF1068;
}
.AnyTagClassName
{
color: #DF1068;
}
</style>
background-color css
<style>
a { background-color: #DF1068; }
a { background-color: rgb(223,16,104); }
div.DivClassName
{
background-color: #DF1068;
}
.BgClassName
{
background-color: #DF1068;
}
</style>
border-color css
<style>
span { border-color: #DF1068; }
span { border-color: rgb(223,16,104); }
td.TdClassName
{
border-color: #DF1068;
}
.TagClassName
{
border-color: #DF1068;
}
</style>