Shades of Ruby #D60768
Tints of Ruby #D60768
RGB
CMYK
RGB Variations
Color information
#D60768 (or 0xD60768) is known color: Ruby. HEX triplet: D6, 07 and 68. RGB value is (214,7,104). Sum of RGB (Red+Green+Blue) = 214+7+104=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D60768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60768 is #29F897. Grayscale: #4F4F4F. Windows color (decimal): -2750616 or 6817750. OLE color: 6817750.
HSL color Cylindrical-coordinate representation of color #D60768: hue angle of 331.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60768 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.16 |
| HSL | 331.88º | 0.94% | 0.43% | - |
| HSV(B) | 331.88º | 0.97% | 0.84% | - |
| XYZ | 30.31 | 15.45 | 14.48 | - |
| YUV | 79.95 | 141.58 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 104 | 0 | 0.97 | 0.51 | 0.16 | 331.88 | 0.94 | 0.43 |
| Hex | D6 | 7 | 68 | 0 | 61 | 33 | 10 | 14C | 5E | 2B |
| Octal | 326 | 7 | 150 | 0 | 141 | 63 | 20 | 514 | 136 | 53 |
| Binary | 11010110 | 111 | 1101000 | 0 | 1100001 | 110011 | 10000 | 101001100 | 1011110 | 101011 |
Color Harmonies of #D60768
Complementary color
Monochromatic Colors of #D60768
Black with #D60768
Text Example
Text Example
White with #D60768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60768; }
p { color: rgb(214,7,104); }
H1.HeaderClassName
{
color: #D60768;
}
.AnyTagClassName
{
color: #D60768;
}
</style>
background-color css
<style>
a { background-color: #D60768; }
a { background-color: rgb(214,7,104); }
div.DivClassName
{
background-color: #D60768;
}
.BgClassName
{
background-color: #D60768;
}
</style>
border-color css
<style>
span { border-color: #D60768; }
span { border-color: rgb(214,7,104); }
td.TdClassName
{
border-color: #D60768;
}
.TagClassName
{
border-color: #D60768;
}
</style>