Shades of Ruby #DF0F78
Tints of Ruby #DF0F78
RGB
CMYK
RGB Variations
Color information
#DF0F78 (or 0xDF0F78) is known color: Ruby. HEX triplet: DF, 0F and 78. RGB value is (223,15,120). Sum of RGB (Red+Green+Blue) = 223+15+120=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F78 is #20F087. Grayscale: #585858. Windows color (decimal): -2158728 or 7868383. OLE color: 7868383.
HSL color Cylindrical-coordinate representation of color #DF0F78: hue angle of 329.71º 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 #DF0F78 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.13 |
| HSL | 329.71º | 0.87% | 0.47% | - |
| HSV(B) | 329.71º | 0.93% | 0.87% | - |
| XYZ | 33.99 | 17.39 | 19.33 | - |
| YUV | 89.16 | 145.41 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 120 | 0 | 0.93 | 0.46 | 0.13 | 329.71 | 0.87 | 0.47 |
| Hex | DF | F | 78 | 0 | 5D | 2E | D | 14A | 57 | 2F |
| Octal | 337 | 17 | 170 | 0 | 135 | 56 | 15 | 512 | 127 | 57 |
| Binary | 11011111 | 1111 | 1111000 | 0 | 1011101 | 101110 | 1101 | 101001010 | 1010111 | 101111 |
Color Harmonies of #DF0F78
Complementary color
Monochromatic Colors of #DF0F78
Black with #DF0F78
Text Example
Text Example
White with #DF0F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F78; }
p { color: rgb(223,15,120); }
H1.HeaderClassName
{
color: #DF0F78;
}
.AnyTagClassName
{
color: #DF0F78;
}
</style>
background-color css
<style>
a { background-color: #DF0F78; }
a { background-color: rgb(223,15,120); }
div.DivClassName
{
background-color: #DF0F78;
}
.BgClassName
{
background-color: #DF0F78;
}
</style>
border-color css
<style>
span { border-color: #DF0F78; }
span { border-color: rgb(223,15,120); }
td.TdClassName
{
border-color: #DF0F78;
}
.TagClassName
{
border-color: #DF0F78;
}
</style>