Shades of Ruby #DF0678
Tints of Ruby #DF0678
RGB
CMYK
RGB Variations
Color information
#DF0678 (or 0xDF0678) is known color: Ruby. HEX triplet: DF, 06 and 78. RGB value is (223,6,120). Sum of RGB (Red+Green+Blue) = 223+6+120=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0678 is #20F987. Grayscale: #535353. Windows color (decimal): -2161032 or 7866079. OLE color: 7866079.
HSL color Cylindrical-coordinate representation of color #DF0678: hue angle of 328.48º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0678 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.13 |
| HSL | 328.48º | 0.95% | 0.45% | - |
| HSV(B) | 328.48º | 0.97% | 0.87% | - |
| XYZ | 33.89 | 17.17 | 19.3 | - |
| YUV | 83.88 | 148.39 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 120 | 0 | 0.97 | 0.46 | 0.13 | 328.48 | 0.95 | 0.45 |
| Hex | DF | 6 | 78 | 0 | 61 | 2E | D | 148 | 5F | 2D |
| Octal | 337 | 6 | 170 | 0 | 141 | 56 | 15 | 510 | 137 | 55 |
| Binary | 11011111 | 110 | 1111000 | 0 | 1100001 | 101110 | 1101 | 101001000 | 1011111 | 101101 |
Color Harmonies of #DF0678
Complementary color
Monochromatic Colors of #DF0678
Black with #DF0678
Text Example
Text Example
White with #DF0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0678; }
p { color: rgb(223,6,120); }
H1.HeaderClassName
{
color: #DF0678;
}
.AnyTagClassName
{
color: #DF0678;
}
</style>
background-color css
<style>
a { background-color: #DF0678; }
a { background-color: rgb(223,6,120); }
div.DivClassName
{
background-color: #DF0678;
}
.BgClassName
{
background-color: #DF0678;
}
</style>
border-color css
<style>
span { border-color: #DF0678; }
span { border-color: rgb(223,6,120); }
td.TdClassName
{
border-color: #DF0678;
}
.TagClassName
{
border-color: #DF0678;
}
</style>