Shades of Ruby #DF076D
Tints of Ruby #DF076D
RGB
CMYK
RGB Variations
Color information
#DF076D (or 0xDF076D) is known color: Ruby. HEX triplet: DF, 07 and 6D. RGB value is (223,7,109). Sum of RGB (Red+Green+Blue) = 223+7+109=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF076D is #20F892. Grayscale: #535353. Windows color (decimal): -2160787 or 7145439. OLE color: 7145439.
HSL color Cylindrical-coordinate representation of color #DF076D: hue angle of 331.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF076D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.13 |
| HSL | 331.67º | 0.94% | 0.45% | - |
| HSV(B) | 331.67º | 0.97% | 0.87% | - |
| XYZ | 33.27 | 16.94 | 15.99 | - |
| YUV | 83.21 | 142.56 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 109 | 0 | 0.97 | 0.51 | 0.13 | 331.67 | 0.94 | 0.45 |
| Hex | DF | 7 | 6D | 0 | 61 | 33 | D | 14C | 5E | 2D |
| Octal | 337 | 7 | 155 | 0 | 141 | 63 | 15 | 514 | 136 | 55 |
| Binary | 11011111 | 111 | 1101101 | 0 | 1100001 | 110011 | 1101 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DF076D
Complementary color
Monochromatic Colors of #DF076D
Black with #DF076D
Text Example
Text Example
White with #DF076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF076D; }
p { color: rgb(223,7,109); }
H1.HeaderClassName
{
color: #DF076D;
}
.AnyTagClassName
{
color: #DF076D;
}
</style>
background-color css
<style>
a { background-color: #DF076D; }
a { background-color: rgb(223,7,109); }
div.DivClassName
{
background-color: #DF076D;
}
.BgClassName
{
background-color: #DF076D;
}
</style>
border-color css
<style>
span { border-color: #DF076D; }
span { border-color: rgb(223,7,109); }
td.TdClassName
{
border-color: #DF076D;
}
.TagClassName
{
border-color: #DF076D;
}
</style>