Shades of Ruby #DF1172
Tints of Ruby #DF1172
RGB
CMYK
RGB Variations
Color information
#DF1172 (or 0xDF1172) is known color: Ruby. HEX triplet: DF, 11 and 72. RGB value is (223,17,114). Sum of RGB (Red+Green+Blue) = 223+17+114=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1172 is #20EE8D. Grayscale: #595959. Windows color (decimal): -2158222 or 7475679. OLE color: 7475679.
HSL color Cylindrical-coordinate representation of color #DF1172: hue angle of 331.75º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1172 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 114 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.13 |
| HSL | 331.75º | 0.86% | 0.47% | - |
| HSV(B) | 331.75º | 0.92% | 0.87% | - |
| XYZ | 33.67 | 17.3 | 17.48 | - |
| YUV | 89.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 114 | 0 | 0.92 | 0.49 | 0.13 | 331.75 | 0.86 | 0.47 |
| Hex | DF | 11 | 72 | 0 | 5C | 31 | D | 14C | 56 | 2F |
| Octal | 337 | 21 | 162 | 0 | 134 | 61 | 15 | 514 | 126 | 57 |
| Binary | 11011111 | 10001 | 1110010 | 0 | 1011100 | 110001 | 1101 | 101001100 | 1010110 | 101111 |
Color Harmonies of #DF1172
Complementary color
Monochromatic Colors of #DF1172
Black with #DF1172
Text Example
Text Example
White with #DF1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1172; }
p { color: rgb(223,17,114); }
H1.HeaderClassName
{
color: #DF1172;
}
.AnyTagClassName
{
color: #DF1172;
}
</style>
background-color css
<style>
a { background-color: #DF1172; }
a { background-color: rgb(223,17,114); }
div.DivClassName
{
background-color: #DF1172;
}
.BgClassName
{
background-color: #DF1172;
}
</style>
border-color css
<style>
span { border-color: #DF1172; }
span { border-color: rgb(223,17,114); }
td.TdClassName
{
border-color: #DF1172;
}
.TagClassName
{
border-color: #DF1172;
}
</style>