Shades of Ruby #DF0471
Tints of Ruby #DF0471
RGB
CMYK
RGB Variations
Color information
#DF0471 (or 0xDF0471) is known color: Ruby. HEX triplet: DF, 04 and 71. RGB value is (223,4,113). Sum of RGB (Red+Green+Blue) = 223+4+113=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0471 is #20FB8E. Grayscale: #515151. Windows color (decimal): -2161551 or 7406815. OLE color: 7406815.
HSL color Cylindrical-coordinate representation of color #DF0471: hue angle of 330.14º 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 #DF0471 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.13 |
| HSL | 330.14º | 0.96% | 0.45% | - |
| HSV(B) | 330.14º | 0.98% | 0.87% | - |
| XYZ | 33.46 | 16.97 | 17.13 | - |
| YUV | 81.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 113 | 0 | 0.98 | 0.49 | 0.13 | 330.14 | 0.96 | 0.45 |
| Hex | DF | 4 | 71 | 0 | 62 | 31 | D | 14A | 60 | 2D |
| Octal | 337 | 4 | 161 | 0 | 142 | 61 | 15 | 512 | 140 | 55 |
| Binary | 11011111 | 100 | 1110001 | 0 | 1100010 | 110001 | 1101 | 101001010 | 1100000 | 101101 |
Color Harmonies of #DF0471
Complementary color
Monochromatic Colors of #DF0471
Black with #DF0471
Text Example
Text Example
White with #DF0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0471; }
p { color: rgb(223,4,113); }
H1.HeaderClassName
{
color: #DF0471;
}
.AnyTagClassName
{
color: #DF0471;
}
</style>
background-color css
<style>
a { background-color: #DF0471; }
a { background-color: rgb(223,4,113); }
div.DivClassName
{
background-color: #DF0471;
}
.BgClassName
{
background-color: #DF0471;
}
</style>
border-color css
<style>
span { border-color: #DF0471; }
span { border-color: rgb(223,4,113); }
td.TdClassName
{
border-color: #DF0471;
}
.TagClassName
{
border-color: #DF0471;
}
</style>