Shades of Ruby #D00963
Tints of Ruby #D00963
RGB
CMYK
RGB Variations
Color information
#D00963 (or 0xD00963) is known color: Ruby. HEX triplet: D0, 09 and 63. RGB value is (208,9,99). Sum of RGB (Red+Green+Blue) = 208+9+99=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D00963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00963 is #2FF69C. Grayscale: #4E4E4E. Windows color (decimal): -3143325 or 6490576. OLE color: 6490576.
HSL color Cylindrical-coordinate representation of color #D00963: hue angle of 332.86º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00963 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.18 |
| HSL | 332.86º | 0.92% | 0.43% | - |
| HSV(B) | 332.86º | 0.96% | 0.82% | - |
| XYZ | 28.36 | 14.51 | 13.11 | - |
| YUV | 78.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 99 | 0 | 0.96 | 0.52 | 0.18 | 332.86 | 0.92 | 0.43 |
| Hex | D0 | 9 | 63 | 0 | 60 | 34 | 12 | 14D | 5C | 2B |
| Octal | 320 | 11 | 143 | 0 | 140 | 64 | 22 | 515 | 134 | 53 |
| Binary | 11010000 | 1001 | 1100011 | 0 | 1100000 | 110100 | 10010 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D00963
Complementary color
Monochromatic Colors of #D00963
Black with #D00963
Text Example
Text Example
White with #D00963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00963; }
p { color: rgb(208,9,99); }
H1.HeaderClassName
{
color: #D00963;
}
.AnyTagClassName
{
color: #D00963;
}
</style>
background-color css
<style>
a { background-color: #D00963; }
a { background-color: rgb(208,9,99); }
div.DivClassName
{
background-color: #D00963;
}
.BgClassName
{
background-color: #D00963;
}
</style>
border-color css
<style>
span { border-color: #D00963; }
span { border-color: rgb(208,9,99); }
td.TdClassName
{
border-color: #D00963;
}
.TagClassName
{
border-color: #D00963;
}
</style>