Shades of Ruby #D6066D
Tints of Ruby #D6066D
RGB
CMYK
RGB Variations
Color information
#D6066D (or 0xD6066D) is known color: Ruby. HEX triplet: D6, 06 and 6D. RGB value is (214,6,109). Sum of RGB (Red+Green+Blue) = 214+6+109=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6066D is #29F992. Grayscale: #4F4F4F. Windows color (decimal): -2750867 or 7145174. OLE color: 7145174.
HSL color Cylindrical-coordinate representation of color #D6066D: hue angle of 330.29º degrees, saturation: 0.95, 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 #D6066D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.16 |
| HSL | 330.29º | 0.95% | 0.43% | - |
| HSV(B) | 330.29º | 0.97% | 0.84% | - |
| XYZ | 30.56 | 15.53 | 15.86 | - |
| YUV | 79.93 | 144.41 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 109 | 0 | 0.97 | 0.49 | 0.16 | 330.29 | 0.95 | 0.43 |
| Hex | D6 | 6 | 6D | 0 | 61 | 31 | 10 | 14A | 5F | 2B |
| Octal | 326 | 6 | 155 | 0 | 141 | 61 | 20 | 512 | 137 | 53 |
| Binary | 11010110 | 110 | 1101101 | 0 | 1100001 | 110001 | 10000 | 101001010 | 1011111 | 101011 |
Color Harmonies of #D6066D
Complementary color
Monochromatic Colors of #D6066D
Black with #D6066D
Text Example
Text Example
White with #D6066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6066D; }
p { color: rgb(214,6,109); }
H1.HeaderClassName
{
color: #D6066D;
}
.AnyTagClassName
{
color: #D6066D;
}
</style>
background-color css
<style>
a { background-color: #D6066D; }
a { background-color: rgb(214,6,109); }
div.DivClassName
{
background-color: #D6066D;
}
.BgClassName
{
background-color: #D6066D;
}
</style>
border-color css
<style>
span { border-color: #D6066D; }
span { border-color: rgb(214,6,109); }
td.TdClassName
{
border-color: #D6066D;
}
.TagClassName
{
border-color: #D6066D;
}
</style>