Shades of Ruby #D00666
Tints of Ruby #D00666
RGB
CMYK
RGB Variations
Color information
#D00666 (or 0xD00666) is known color: Ruby. HEX triplet: D0, 06 and 66. RGB value is (208,6,102). Sum of RGB (Red+Green+Blue) = 208+6+102=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D00666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00666 is #2FF999. Grayscale: #4D4D4D. Windows color (decimal): -3144090 or 6686416. OLE color: 6686416.
HSL color Cylindrical-coordinate representation of color #D00666: hue angle of 331.49º 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 #D00666 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.18 |
| HSL | 331.49º | 0.94% | 0.42% | - |
| HSV(B) | 331.49º | 0.97% | 0.82% | - |
| XYZ | 28.48 | 14.5 | 13.87 | - |
| YUV | 77.34 | 141.92 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 102 | 0 | 0.97 | 0.51 | 0.18 | 331.49 | 0.94 | 0.42 |
| Hex | D0 | 6 | 66 | 0 | 61 | 33 | 12 | 14B | 5E | 2A |
| Octal | 320 | 6 | 146 | 0 | 141 | 63 | 22 | 513 | 136 | 52 |
| Binary | 11010000 | 110 | 1100110 | 0 | 1100001 | 110011 | 10010 | 101001011 | 1011110 | 101010 |
Color Harmonies of #D00666
Complementary color
Monochromatic Colors of #D00666
Black with #D00666
Text Example
Text Example
White with #D00666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00666; }
p { color: rgb(208,6,102); }
H1.HeaderClassName
{
color: #D00666;
}
.AnyTagClassName
{
color: #D00666;
}
</style>
background-color css
<style>
a { background-color: #D00666; }
a { background-color: rgb(208,6,102); }
div.DivClassName
{
background-color: #D00666;
}
.BgClassName
{
background-color: #D00666;
}
</style>
border-color css
<style>
span { border-color: #D00666; }
span { border-color: rgb(208,6,102); }
td.TdClassName
{
border-color: #D00666;
}
.TagClassName
{
border-color: #D00666;
}
</style>