Shades of Ruby #DF086B
Tints of Ruby #DF086B
RGB
CMYK
RGB Variations
Color information
#DF086B (or 0xDF086B) is known color: Ruby. HEX triplet: DF, 08 and 6B. RGB value is (223,8,107). Sum of RGB (Red+Green+Blue) = 223+8+107=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF086B is #20F794. Grayscale: #535353. Windows color (decimal): -2160533 or 7014623. OLE color: 7014623.
HSL color Cylindrical-coordinate representation of color #DF086B: hue angle of 332.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF086B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.13 |
| HSL | 332.37º | 0.93% | 0.45% | - |
| HSV(B) | 332.37º | 0.96% | 0.87% | - |
| XYZ | 33.17 | 16.92 | 15.43 | - |
| YUV | 83.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 107 | 0 | 0.96 | 0.52 | 0.13 | 332.37 | 0.93 | 0.45 |
| Hex | DF | 8 | 6B | 0 | 60 | 34 | D | 14C | 5D | 2D |
| Octal | 337 | 10 | 153 | 0 | 140 | 64 | 15 | 514 | 135 | 55 |
| Binary | 11011111 | 1000 | 1101011 | 0 | 1100000 | 110100 | 1101 | 101001100 | 1011101 | 101101 |
Color Harmonies of #DF086B
Complementary color
Monochromatic Colors of #DF086B
Black with #DF086B
Text Example
Text Example
White with #DF086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF086B; }
p { color: rgb(223,8,107); }
H1.HeaderClassName
{
color: #DF086B;
}
.AnyTagClassName
{
color: #DF086B;
}
</style>
background-color css
<style>
a { background-color: #DF086B; }
a { background-color: rgb(223,8,107); }
div.DivClassName
{
background-color: #DF086B;
}
.BgClassName
{
background-color: #DF086B;
}
</style>
border-color css
<style>
span { border-color: #DF086B; }
span { border-color: rgb(223,8,107); }
td.TdClassName
{
border-color: #DF086B;
}
.TagClassName
{
border-color: #DF086B;
}
</style>