Shades of Ruby #D00668
Tints of Ruby #D00668
RGB
CMYK
RGB Variations
Color information
#D00668 (or 0xD00668) is known color: Ruby. HEX triplet: D0, 06 and 68. RGB value is (208,6,104). Sum of RGB (Red+Green+Blue) = 208+6+104=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D00668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00668 is #2FF997. Grayscale: #4D4D4D. Windows color (decimal): -3144088 or 6817488. OLE color: 6817488.
HSL color Cylindrical-coordinate representation of color #D00668: hue angle of 330.89º 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 #D00668 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.18 |
| HSL | 330.89º | 0.94% | 0.42% | - |
| HSV(B) | 330.89º | 0.97% | 0.82% | - |
| XYZ | 28.58 | 14.54 | 14.4 | - |
| YUV | 77.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 104 | 0 | 0.97 | 0.5 | 0.18 | 330.89 | 0.94 | 0.42 |
| Hex | D0 | 6 | 68 | 0 | 61 | 32 | 12 | 14B | 5E | 2A |
| Octal | 320 | 6 | 150 | 0 | 141 | 62 | 22 | 513 | 136 | 52 |
| Binary | 11010000 | 110 | 1101000 | 0 | 1100001 | 110010 | 10010 | 101001011 | 1011110 | 101010 |
Color Harmonies of #D00668
Complementary color
Monochromatic Colors of #D00668
Black with #D00668
Text Example
Text Example
White with #D00668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00668; }
p { color: rgb(208,6,104); }
H1.HeaderClassName
{
color: #D00668;
}
.AnyTagClassName
{
color: #D00668;
}
</style>
background-color css
<style>
a { background-color: #D00668; }
a { background-color: rgb(208,6,104); }
div.DivClassName
{
background-color: #D00668;
}
.BgClassName
{
background-color: #D00668;
}
</style>
border-color css
<style>
span { border-color: #D00668; }
span { border-color: rgb(208,6,104); }
td.TdClassName
{
border-color: #D00668;
}
.TagClassName
{
border-color: #D00668;
}
</style>