Shades of Ruby #DF0175
Tints of Ruby #DF0175
RGB
CMYK
RGB Variations
Color information
#DF0175 (or 0xDF0175) is known color: Ruby. HEX triplet: DF, 01 and 75. RGB value is (223,1,117). Sum of RGB (Red+Green+Blue) = 223+1+117=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0175 is #20FE8A. Grayscale: #505050. Windows color (decimal): -2162315 or 7668191. OLE color: 7668191.
HSL color Cylindrical-coordinate representation of color #DF0175: hue angle of 328.65º 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 #DF0175 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.13 |
| HSL | 328.65º | 0.99% | 0.44% | - |
| HSV(B) | 328.65º | 1% | 0.87% | - |
| XYZ | 33.65 | 16.99 | 18.34 | - |
| YUV | 80.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 117 | 0 | 1.00 | 0.48 | 0.13 | 328.65 | 0.99 | 0.44 |
| Hex | DF | 1 | 75 | 0 | 64 | 30 | D | 149 | 63 | 2C |
| Octal | 337 | 1 | 165 | 0 | 144 | 60 | 15 | 511 | 143 | 54 |
| Binary | 11011111 | 1 | 1110101 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100011 | 101100 |
Color Harmonies of #DF0175
Complementary color
Monochromatic Colors of #DF0175
Black with #DF0175
Text Example
Text Example
White with #DF0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0175; }
p { color: rgb(223,1,117); }
H1.HeaderClassName
{
color: #DF0175;
}
.AnyTagClassName
{
color: #DF0175;
}
</style>
background-color css
<style>
a { background-color: #DF0175; }
a { background-color: rgb(223,1,117); }
div.DivClassName
{
background-color: #DF0175;
}
.BgClassName
{
background-color: #DF0175;
}
</style>
border-color css
<style>
span { border-color: #DF0175; }
span { border-color: rgb(223,1,117); }
td.TdClassName
{
border-color: #DF0175;
}
.TagClassName
{
border-color: #DF0175;
}
</style>