Shades of Ruby #DF0179
Tints of Ruby #DF0179
RGB
CMYK
RGB Variations
Color information
#DF0179 (or 0xDF0179) is known color: Ruby. HEX triplet: DF, 01 and 79. RGB value is (223,1,121). Sum of RGB (Red+Green+Blue) = 223+1+121=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0179 is #20FE86. Grayscale: #505050. Windows color (decimal): -2162311 or 7930335. OLE color: 7930335.
HSL color Cylindrical-coordinate representation of color #DF0179: hue angle of 327.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0179 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.13 |
| HSL | 327.57º | 0.99% | 0.44% | - |
| HSV(B) | 327.57º | 1% | 0.87% | - |
| XYZ | 33.89 | 17.09 | 19.6 | - |
| YUV | 81.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 121 | 0 | 1.00 | 0.46 | 0.13 | 327.57 | 0.99 | 0.44 |
| Hex | DF | 1 | 79 | 0 | 64 | 2E | D | 148 | 63 | 2C |
| Octal | 337 | 1 | 171 | 0 | 144 | 56 | 15 | 510 | 143 | 54 |
| Binary | 11011111 | 1 | 1111001 | 0 | 1100100 | 101110 | 1101 | 101001000 | 1100011 | 101100 |
Color Harmonies of #DF0179
Complementary color
Monochromatic Colors of #DF0179
Black with #DF0179
Text Example
Text Example
White with #DF0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0179; }
p { color: rgb(223,1,121); }
H1.HeaderClassName
{
color: #DF0179;
}
.AnyTagClassName
{
color: #DF0179;
}
</style>
background-color css
<style>
a { background-color: #DF0179; }
a { background-color: rgb(223,1,121); }
div.DivClassName
{
background-color: #DF0179;
}
.BgClassName
{
background-color: #DF0179;
}
</style>
border-color css
<style>
span { border-color: #DF0179; }
span { border-color: rgb(223,1,121); }
td.TdClassName
{
border-color: #DF0179;
}
.TagClassName
{
border-color: #DF0179;
}
</style>