Shades of Ruby #DF1776
Tints of Ruby #DF1776
RGB
CMYK
RGB Variations
Color information
#DF1776 (or 0xDF1776) is known color: Ruby. HEX triplet: DF, 17 and 76. RGB value is (223,23,118). Sum of RGB (Red+Green+Blue) = 223+23+118=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1776 is #20E889. Grayscale: #5D5D5D. Windows color (decimal): -2156682 or 7739359. OLE color: 7739359.
HSL color Cylindrical-coordinate representation of color #DF1776: hue angle of 331.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1776 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 118 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.13 |
| HSL | 331.5º | 0.81% | 0.48% | - |
| HSV(B) | 331.5º | 0.9% | 0.87% | - |
| XYZ | 34.01 | 17.61 | 18.75 | - |
| YUV | 93.63 | 141.76 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 118 | 0 | 0.90 | 0.47 | 0.13 | 331.5 | 0.81 | 0.48 |
| Hex | DF | 17 | 76 | 0 | 5A | 2F | D | 14C | 51 | 30 |
| Octal | 337 | 27 | 166 | 0 | 132 | 57 | 15 | 514 | 121 | 60 |
| Binary | 11011111 | 10111 | 1110110 | 0 | 1011010 | 101111 | 1101 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DF1776
Complementary color
Monochromatic Colors of #DF1776
Black with #DF1776
Text Example
Text Example
White with #DF1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1776; }
p { color: rgb(223,23,118); }
H1.HeaderClassName
{
color: #DF1776;
}
.AnyTagClassName
{
color: #DF1776;
}
</style>
background-color css
<style>
a { background-color: #DF1776; }
a { background-color: rgb(223,23,118); }
div.DivClassName
{
background-color: #DF1776;
}
.BgClassName
{
background-color: #DF1776;
}
</style>
border-color css
<style>
span { border-color: #DF1776; }
span { border-color: rgb(223,23,118); }
td.TdClassName
{
border-color: #DF1776;
}
.TagClassName
{
border-color: #DF1776;
}
</style>