Shades of Ruby #DF056F
Tints of Ruby #DF056F
RGB
CMYK
RGB Variations
Color information
#DF056F (or 0xDF056F) is known color: Ruby. HEX triplet: DF, 05 and 6F. RGB value is (223,5,111). Sum of RGB (Red+Green+Blue) = 223+5+111=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF056F is #20FA90. Grayscale: #525252. Windows color (decimal): -2161297 or 7275999. OLE color: 7275999.
HSL color Cylindrical-coordinate representation of color #DF056F: hue angle of 330.83º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF056F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.13 |
| HSL | 330.83º | 0.96% | 0.45% | - |
| HSV(B) | 330.83º | 0.98% | 0.87% | - |
| XYZ | 33.35 | 16.94 | 16.55 | - |
| YUV | 82.27 | 144.22 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 111 | 0 | 0.98 | 0.50 | 0.13 | 330.83 | 0.96 | 0.45 |
| Hex | DF | 5 | 6F | 0 | 62 | 32 | D | 14B | 60 | 2D |
| Octal | 337 | 5 | 157 | 0 | 142 | 62 | 15 | 513 | 140 | 55 |
| Binary | 11011111 | 101 | 1101111 | 0 | 1100010 | 110010 | 1101 | 101001011 | 1100000 | 101101 |
Color Harmonies of #DF056F
Complementary color
Monochromatic Colors of #DF056F
Black with #DF056F
Text Example
Text Example
White with #DF056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF056F; }
p { color: rgb(223,5,111); }
H1.HeaderClassName
{
color: #DF056F;
}
.AnyTagClassName
{
color: #DF056F;
}
</style>
background-color css
<style>
a { background-color: #DF056F; }
a { background-color: rgb(223,5,111); }
div.DivClassName
{
background-color: #DF056F;
}
.BgClassName
{
background-color: #DF056F;
}
</style>
border-color css
<style>
span { border-color: #DF056F; }
span { border-color: rgb(223,5,111); }
td.TdClassName
{
border-color: #DF056F;
}
.TagClassName
{
border-color: #DF056F;
}
</style>