Shades of Ruby #DF1078
Tints of Ruby #DF1078
RGB
CMYK
RGB Variations
Color information
#DF1078 (or 0xDF1078) is known color: Ruby. HEX triplet: DF, 10 and 78. RGB value is (223,16,120). Sum of RGB (Red+Green+Blue) = 223+16+120=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1078 is #20EF87. Grayscale: #595959. Windows color (decimal): -2158472 or 7868639. OLE color: 7868639.
HSL color Cylindrical-coordinate representation of color #DF1078: hue angle of 329.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1078 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.13 |
| HSL | 329.86º | 0.87% | 0.47% | - |
| HSV(B) | 329.86º | 0.93% | 0.87% | - |
| XYZ | 34.01 | 17.41 | 19.34 | - |
| YUV | 89.75 | 145.08 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 120 | 0 | 0.93 | 0.46 | 0.13 | 329.86 | 0.87 | 0.47 |
| Hex | DF | 10 | 78 | 0 | 5D | 2E | D | 14A | 57 | 2F |
| Octal | 337 | 20 | 170 | 0 | 135 | 56 | 15 | 512 | 127 | 57 |
| Binary | 11011111 | 10000 | 1111000 | 0 | 1011101 | 101110 | 1101 | 101001010 | 1010111 | 101111 |
Color Harmonies of #DF1078
Complementary color
Monochromatic Colors of #DF1078
Black with #DF1078
Text Example
Text Example
White with #DF1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1078; }
p { color: rgb(223,16,120); }
H1.HeaderClassName
{
color: #DF1078;
}
.AnyTagClassName
{
color: #DF1078;
}
</style>
background-color css
<style>
a { background-color: #DF1078; }
a { background-color: rgb(223,16,120); }
div.DivClassName
{
background-color: #DF1078;
}
.BgClassName
{
background-color: #DF1078;
}
</style>
border-color css
<style>
span { border-color: #DF1078; }
span { border-color: rgb(223,16,120); }
td.TdClassName
{
border-color: #DF1078;
}
.TagClassName
{
border-color: #DF1078;
}
</style>