Shades of Ruby #D0066D
Tints of Ruby #D0066D
RGB
CMYK
RGB Variations
Color information
#D0066D (or 0xD0066D) is known color: Ruby. HEX triplet: D0, 06 and 6D. RGB value is (208,6,109). Sum of RGB (Red+Green+Blue) = 208+6+109=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0066D is #2FF992. Grayscale: #4D4D4D. Windows color (decimal): -3144083 or 7145168. OLE color: 7145168.
HSL color Cylindrical-coordinate representation of color #D0066D: hue angle of 329.41º 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 #D0066D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.18 |
| HSL | 329.41º | 0.94% | 0.42% | - |
| HSV(B) | 329.41º | 0.97% | 0.82% | - |
| XYZ | 28.84 | 14.64 | 15.77 | - |
| YUV | 78.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 109 | 0 | 0.97 | 0.48 | 0.18 | 329.41 | 0.94 | 0.42 |
| Hex | D0 | 6 | 6D | 0 | 61 | 30 | 12 | 149 | 5E | 2A |
| Octal | 320 | 6 | 155 | 0 | 141 | 60 | 22 | 511 | 136 | 52 |
| Binary | 11010000 | 110 | 1101101 | 0 | 1100001 | 110000 | 10010 | 101001001 | 1011110 | 101010 |
Color Harmonies of #D0066D
Complementary color
Monochromatic Colors of #D0066D
Black with #D0066D
Text Example
Text Example
White with #D0066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0066D; }
p { color: rgb(208,6,109); }
H1.HeaderClassName
{
color: #D0066D;
}
.AnyTagClassName
{
color: #D0066D;
}
</style>
background-color css
<style>
a { background-color: #D0066D; }
a { background-color: rgb(208,6,109); }
div.DivClassName
{
background-color: #D0066D;
}
.BgClassName
{
background-color: #D0066D;
}
</style>
border-color css
<style>
span { border-color: #D0066D; }
span { border-color: rgb(208,6,109); }
td.TdClassName
{
border-color: #D0066D;
}
.TagClassName
{
border-color: #D0066D;
}
</style>