Shades of Ruby #DF0078
Tints of Ruby #DF0078
RGB
CMYK
RGB Variations
Color information
#DF0078 (or 0xDF0078) is known color: Ruby. HEX triplet: DF, 00 and 78. RGB value is (223,0,120). Sum of RGB (Red+Green+Blue) = 223+0+120=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0078 is #20FF87. Grayscale: #505050. Windows color (decimal): -2162568 or 7864543. OLE color: 7864543.
HSL color Cylindrical-coordinate representation of color #DF0078: hue angle of 327.71º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0078 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.46 | 0.13 |
| HSL | 327.71º | 1% | 0.44% | - |
| HSV(B) | 327.71º | 1% | 0.87% | - |
| XYZ | 33.82 | 17.04 | 19.28 | - |
| YUV | 80.36 | 150.38 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 120 | 0 | 1 | 0.46 | 0.13 | 327.71 | 1 | 0.44 |
| Hex | DF | 0 | 78 | 0 | 64 | 2E | D | 148 | 64 | 2C |
| Octal | 337 | 0 | 170 | 0 | 144 | 56 | 15 | 510 | 144 | 54 |
| Binary | 11011111 | 0 | 1111000 | 0 | 1100100 | 101110 | 1101 | 101001000 | 1100100 | 101100 |
Color Harmonies of #DF0078
Complementary color
Monochromatic Colors of #DF0078
Black with #DF0078
Text Example
Text Example
White with #DF0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0078; }
p { color: rgb(223,0,120); }
H1.HeaderClassName
{
color: #DF0078;
}
.AnyTagClassName
{
color: #DF0078;
}
</style>
background-color css
<style>
a { background-color: #DF0078; }
a { background-color: rgb(223,0,120); }
div.DivClassName
{
background-color: #DF0078;
}
.BgClassName
{
background-color: #DF0078;
}
</style>
border-color css
<style>
span { border-color: #DF0078; }
span { border-color: rgb(223,0,120); }
td.TdClassName
{
border-color: #DF0078;
}
.TagClassName
{
border-color: #DF0078;
}
</style>