Shades of Ruby #DF105B
Tints of Ruby #DF105B
RGB
CMYK
RGB Variations
Color information
#DF105B (or 0xDF105B) is known color: Ruby. HEX triplet: DF, 10 and 5B. RGB value is (223,16,91). Sum of RGB (Red+Green+Blue) = 223+16+91=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF105B is #20EFA4. Grayscale: #565656. Windows color (decimal): -2158501 or 5968095. OLE color: 5968095.
HSL color Cylindrical-coordinate representation of color #DF105B: hue angle of 338.26º 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 #DF105B is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 91 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.13 |
| HSL | 338.26º | 0.87% | 0.47% | - |
| HSV(B) | 338.26º | 0.93% | 0.87% | - |
| XYZ | 32.51 | 16.81 | 11.43 | - |
| YUV | 86.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 91 | 0 | 0.93 | 0.59 | 0.13 | 338.26 | 0.87 | 0.47 |
| Hex | DF | 10 | 5B | 0 | 5D | 3B | D | 152 | 57 | 2F |
| Octal | 337 | 20 | 133 | 0 | 135 | 73 | 15 | 522 | 127 | 57 |
| Binary | 11011111 | 10000 | 1011011 | 0 | 1011101 | 111011 | 1101 | 101010010 | 1010111 | 101111 |
Color Harmonies of #DF105B
Complementary color
Monochromatic Colors of #DF105B
Black with #DF105B
Text Example
Text Example
White with #DF105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF105B; }
p { color: rgb(223,16,91); }
H1.HeaderClassName
{
color: #DF105B;
}
.AnyTagClassName
{
color: #DF105B;
}
</style>
background-color css
<style>
a { background-color: #DF105B; }
a { background-color: rgb(223,16,91); }
div.DivClassName
{
background-color: #DF105B;
}
.BgClassName
{
background-color: #DF105B;
}
</style>
border-color css
<style>
span { border-color: #DF105B; }
span { border-color: rgb(223,16,91); }
td.TdClassName
{
border-color: #DF105B;
}
.TagClassName
{
border-color: #DF105B;
}
</style>