Shades of Ruby #DF0C78
Tints of Ruby #DF0C78
RGB
CMYK
RGB Variations
Color information
#DF0C78 (or 0xDF0C78) is known color: Ruby. HEX triplet: DF, 0C and 78. RGB value is (223,12,120). Sum of RGB (Red+Green+Blue) = 223+12+120=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C78 is #20F387. Grayscale: #575757. Windows color (decimal): -2159496 or 7867615. OLE color: 7867615.
HSL color Cylindrical-coordinate representation of color #DF0C78: hue angle of 329.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C78 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 120 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.13 |
| HSL | 329.29º | 0.9% | 0.46% | - |
| HSV(B) | 329.29º | 0.95% | 0.87% | - |
| XYZ | 33.95 | 17.31 | 19.32 | - |
| YUV | 87.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 120 | 0 | 0.95 | 0.46 | 0.13 | 329.29 | 0.9 | 0.46 |
| Hex | DF | C | 78 | 0 | 5F | 2E | D | 149 | 5A | 2E |
| Octal | 337 | 14 | 170 | 0 | 137 | 56 | 15 | 511 | 132 | 56 |
| Binary | 11011111 | 1100 | 1111000 | 0 | 1011111 | 101110 | 1101 | 101001001 | 1011010 | 101110 |
Color Harmonies of #DF0C78
Complementary color
Monochromatic Colors of #DF0C78
Black with #DF0C78
Text Example
Text Example
White with #DF0C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C78; }
p { color: rgb(223,12,120); }
H1.HeaderClassName
{
color: #DF0C78;
}
.AnyTagClassName
{
color: #DF0C78;
}
</style>
background-color css
<style>
a { background-color: #DF0C78; }
a { background-color: rgb(223,12,120); }
div.DivClassName
{
background-color: #DF0C78;
}
.BgClassName
{
background-color: #DF0C78;
}
</style>
border-color css
<style>
span { border-color: #DF0C78; }
span { border-color: rgb(223,12,120); }
td.TdClassName
{
border-color: #DF0C78;
}
.TagClassName
{
border-color: #DF0C78;
}
</style>