Shades of Ruby #DF1774
Tints of Ruby #DF1774
RGB
CMYK
RGB Variations
Color information
#DF1774 (or 0xDF1774) is known color: Ruby. HEX triplet: DF, 17 and 74. RGB value is (223,23,116). Sum of RGB (Red+Green+Blue) = 223+23+116=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1774 is #20E88B. Grayscale: #5D5D5D. Windows color (decimal): -2156684 or 7608287. OLE color: 7608287.
HSL color Cylindrical-coordinate representation of color #DF1774: hue angle of 332.1º 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 #DF1774 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.13 |
| HSL | 332.1º | 0.81% | 0.48% | - |
| HSV(B) | 332.1º | 0.9% | 0.87% | - |
| XYZ | 33.89 | 17.56 | 18.13 | - |
| YUV | 93.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 116 | 0 | 0.90 | 0.48 | 0.13 | 332.1 | 0.81 | 0.48 |
| Hex | DF | 17 | 74 | 0 | 5A | 30 | D | 14C | 51 | 30 |
| Octal | 337 | 27 | 164 | 0 | 132 | 60 | 15 | 514 | 121 | 60 |
| Binary | 11011111 | 10111 | 1110100 | 0 | 1011010 | 110000 | 1101 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DF1774
Complementary color
Monochromatic Colors of #DF1774
Black with #DF1774
Text Example
Text Example
White with #DF1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1774; }
p { color: rgb(223,23,116); }
H1.HeaderClassName
{
color: #DF1774;
}
.AnyTagClassName
{
color: #DF1774;
}
</style>
background-color css
<style>
a { background-color: #DF1774; }
a { background-color: rgb(223,23,116); }
div.DivClassName
{
background-color: #DF1774;
}
.BgClassName
{
background-color: #DF1774;
}
</style>
border-color css
<style>
span { border-color: #DF1774; }
span { border-color: rgb(223,23,116); }
td.TdClassName
{
border-color: #DF1774;
}
.TagClassName
{
border-color: #DF1774;
}
</style>