Shades of Ruby #DF106A
Tints of Ruby #DF106A
RGB
CMYK
RGB Variations
Color information
#DF106A (or 0xDF106A) is known color: Ruby. HEX triplet: DF, 10 and 6A. RGB value is (223,16,106). Sum of RGB (Red+Green+Blue) = 223+16+106=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF106A is #20EF95. Grayscale: #575757. Windows color (decimal): -2158486 or 6951135. OLE color: 6951135.
HSL color Cylindrical-coordinate representation of color #DF106A: hue angle of 333.91º 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 #DF106A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 106 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.13 |
| HSL | 333.91º | 0.87% | 0.47% | - |
| HSV(B) | 333.91º | 0.93% | 0.87% | - |
| XYZ | 33.22 | 17.1 | 15.19 | - |
| YUV | 88.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 106 | 0 | 0.93 | 0.52 | 0.13 | 333.91 | 0.87 | 0.47 |
| Hex | DF | 10 | 6A | 0 | 5D | 34 | D | 14E | 57 | 2F |
| Octal | 337 | 20 | 152 | 0 | 135 | 64 | 15 | 516 | 127 | 57 |
| Binary | 11011111 | 10000 | 1101010 | 0 | 1011101 | 110100 | 1101 | 101001110 | 1010111 | 101111 |
Color Harmonies of #DF106A
Complementary color
Monochromatic Colors of #DF106A
Black with #DF106A
Text Example
Text Example
White with #DF106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF106A; }
p { color: rgb(223,16,106); }
H1.HeaderClassName
{
color: #DF106A;
}
.AnyTagClassName
{
color: #DF106A;
}
</style>
background-color css
<style>
a { background-color: #DF106A; }
a { background-color: rgb(223,16,106); }
div.DivClassName
{
background-color: #DF106A;
}
.BgClassName
{
background-color: #DF106A;
}
</style>
border-color css
<style>
span { border-color: #DF106A; }
span { border-color: rgb(223,16,106); }
td.TdClassName
{
border-color: #DF106A;
}
.TagClassName
{
border-color: #DF106A;
}
</style>