Shades of Ruby #D00660
Tints of Ruby #D00660
RGB
CMYK
RGB Variations
Color information
#D00660 (or 0xD00660) is known color: Ruby. HEX triplet: D0, 06 and 60. RGB value is (208,6,96). Sum of RGB (Red+Green+Blue) = 208+6+96=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00660 is #2FF99F. Grayscale: #4C4C4C. Windows color (decimal): -3144096 or 6293200. OLE color: 6293200.
HSL color Cylindrical-coordinate representation of color #D00660: hue angle of 333.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00660 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 96 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.18 |
| HSL | 333.27º | 0.94% | 0.42% | - |
| HSV(B) | 333.27º | 0.97% | 0.82% | - |
| XYZ | 28.19 | 14.38 | 12.36 | - |
| YUV | 76.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 96 | 0 | 0.97 | 0.54 | 0.18 | 333.27 | 0.94 | 0.42 |
| Hex | D0 | 6 | 60 | 0 | 61 | 36 | 12 | 14D | 5E | 2A |
| Octal | 320 | 6 | 140 | 0 | 141 | 66 | 22 | 515 | 136 | 52 |
| Binary | 11010000 | 110 | 1100000 | 0 | 1100001 | 110110 | 10010 | 101001101 | 1011110 | 101010 |
Color Harmonies of #D00660
Complementary color
Monochromatic Colors of #D00660
Black with #D00660
Text Example
Text Example
White with #D00660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00660; }
p { color: rgb(208,6,96); }
H1.HeaderClassName
{
color: #D00660;
}
.AnyTagClassName
{
color: #D00660;
}
</style>
background-color css
<style>
a { background-color: #D00660; }
a { background-color: rgb(208,6,96); }
div.DivClassName
{
background-color: #D00660;
}
.BgClassName
{
background-color: #D00660;
}
</style>
border-color css
<style>
span { border-color: #D00660; }
span { border-color: rgb(208,6,96); }
td.TdClassName
{
border-color: #D00660;
}
.TagClassName
{
border-color: #D00660;
}
</style>