Shades of Ruby #DF106E
Tints of Ruby #DF106E
RGB
CMYK
RGB Variations
Color information
#DF106E (or 0xDF106E) is known color: Ruby. HEX triplet: DF, 10 and 6E. RGB value is (223,16,110). Sum of RGB (Red+Green+Blue) = 223+16+110=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106E is #20EF91. Grayscale: #585858. Windows color (decimal): -2158482 or 7213279. OLE color: 7213279.
HSL color Cylindrical-coordinate representation of color #DF106E: hue angle of 332.75º 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 #DF106E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.13 |
| HSL | 332.75º | 0.87% | 0.47% | - |
| HSV(B) | 332.75º | 0.93% | 0.87% | - |
| XYZ | 33.43 | 17.18 | 16.31 | - |
| YUV | 88.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 110 | 0 | 0.93 | 0.51 | 0.13 | 332.75 | 0.87 | 0.47 |
| Hex | DF | 10 | 6E | 0 | 5D | 33 | D | 14D | 57 | 2F |
| Octal | 337 | 20 | 156 | 0 | 135 | 63 | 15 | 515 | 127 | 57 |
| Binary | 11011111 | 10000 | 1101110 | 0 | 1011101 | 110011 | 1101 | 101001101 | 1010111 | 101111 |
Color Harmonies of #DF106E
Complementary color
Monochromatic Colors of #DF106E
Black with #DF106E
Text Example
Text Example
White with #DF106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF106E; }
p { color: rgb(223,16,110); }
H1.HeaderClassName
{
color: #DF106E;
}
.AnyTagClassName
{
color: #DF106E;
}
</style>
background-color css
<style>
a { background-color: #DF106E; }
a { background-color: rgb(223,16,110); }
div.DivClassName
{
background-color: #DF106E;
}
.BgClassName
{
background-color: #DF106E;
}
</style>
border-color css
<style>
span { border-color: #DF106E; }
span { border-color: rgb(223,16,110); }
td.TdClassName
{
border-color: #DF106E;
}
.TagClassName
{
border-color: #DF106E;
}
</style>