Shades of Ruby #DF106D
Tints of Ruby #DF106D
RGB
CMYK
RGB Variations
Color information
#DF106D (or 0xDF106D) is known color: Ruby. HEX triplet: DF, 10 and 6D. RGB value is (223,16,109). Sum of RGB (Red+Green+Blue) = 223+16+109=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106D is #20EF92. Grayscale: #585858. Windows color (decimal): -2158483 or 7147743. OLE color: 7147743.
HSL color Cylindrical-coordinate representation of color #DF106D: hue angle of 333.04º 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 #DF106D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.13 |
| HSL | 333.04º | 0.87% | 0.47% | - |
| HSV(B) | 333.04º | 0.93% | 0.87% | - |
| XYZ | 33.38 | 17.16 | 16.02 | - |
| YUV | 88.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 109 | 0 | 0.93 | 0.51 | 0.13 | 333.04 | 0.87 | 0.47 |
| Hex | DF | 10 | 6D | 0 | 5D | 33 | D | 14D | 57 | 2F |
| Octal | 337 | 20 | 155 | 0 | 135 | 63 | 15 | 515 | 127 | 57 |
| Binary | 11011111 | 10000 | 1101101 | 0 | 1011101 | 110011 | 1101 | 101001101 | 1010111 | 101111 |
Color Harmonies of #DF106D
Complementary color
Monochromatic Colors of #DF106D
Black with #DF106D
Text Example
Text Example
White with #DF106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF106D; }
p { color: rgb(223,16,109); }
H1.HeaderClassName
{
color: #DF106D;
}
.AnyTagClassName
{
color: #DF106D;
}
</style>
background-color css
<style>
a { background-color: #DF106D; }
a { background-color: rgb(223,16,109); }
div.DivClassName
{
background-color: #DF106D;
}
.BgClassName
{
background-color: #DF106D;
}
</style>
border-color css
<style>
span { border-color: #DF106D; }
span { border-color: rgb(223,16,109); }
td.TdClassName
{
border-color: #DF106D;
}
.TagClassName
{
border-color: #DF106D;
}
</style>