Shades of Ruby #D00663
Tints of Ruby #D00663
RGB
CMYK
RGB Variations
Color information
#D00663 (or 0xD00663) is known color: Ruby. HEX triplet: D0, 06 and 63. RGB value is (208,6,99). Sum of RGB (Red+Green+Blue) = 208+6+99=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D00663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00663 is #2FF99C. Grayscale: #4C4C4C. Windows color (decimal): -3144093 or 6489808. OLE color: 6489808.
HSL color Cylindrical-coordinate representation of color #D00663: hue angle of 332.38º 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 #D00663 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.18 |
| HSL | 332.38º | 0.94% | 0.42% | - |
| HSV(B) | 332.38º | 0.97% | 0.82% | - |
| XYZ | 28.33 | 14.44 | 13.1 | - |
| YUV | 77 | 140.42 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 99 | 0 | 0.97 | 0.52 | 0.18 | 332.38 | 0.94 | 0.42 |
| Hex | D0 | 6 | 63 | 0 | 61 | 34 | 12 | 14C | 5E | 2A |
| Octal | 320 | 6 | 143 | 0 | 141 | 64 | 22 | 514 | 136 | 52 |
| Binary | 11010000 | 110 | 1100011 | 0 | 1100001 | 110100 | 10010 | 101001100 | 1011110 | 101010 |
Color Harmonies of #D00663
Complementary color
Monochromatic Colors of #D00663
Black with #D00663
Text Example
Text Example
White with #D00663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00663; }
p { color: rgb(208,6,99); }
H1.HeaderClassName
{
color: #D00663;
}
.AnyTagClassName
{
color: #D00663;
}
</style>
background-color css
<style>
a { background-color: #D00663; }
a { background-color: rgb(208,6,99); }
div.DivClassName
{
background-color: #D00663;
}
.BgClassName
{
background-color: #D00663;
}
</style>
border-color css
<style>
span { border-color: #D00663; }
span { border-color: rgb(208,6,99); }
td.TdClassName
{
border-color: #D00663;
}
.TagClassName
{
border-color: #D00663;
}
</style>