Shades of Ruby #D30963
Tints of Ruby #D30963
RGB
CMYK
RGB Variations
Color information
#D30963 (or 0xD30963) is known color: Ruby. HEX triplet: D3, 09 and 63. RGB value is (211,9,99). Sum of RGB (Red+Green+Blue) = 211+9+99=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D30963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30963 is #2CF69C. Grayscale: #4F4F4F. Windows color (decimal): -2946717 or 6490579. OLE color: 6490579.
HSL color Cylindrical-coordinate representation of color #D30963: hue angle of 333.27º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30963 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.17 |
| HSL | 333.27º | 0.92% | 0.43% | - |
| HSV(B) | 333.27º | 0.96% | 0.83% | - |
| XYZ | 29.21 | 14.95 | 13.15 | - |
| YUV | 79.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 99 | 0 | 0.96 | 0.53 | 0.17 | 333.27 | 0.92 | 0.43 |
| Hex | D3 | 9 | 63 | 0 | 60 | 35 | 11 | 14D | 5C | 2B |
| Octal | 323 | 11 | 143 | 0 | 140 | 65 | 21 | 515 | 134 | 53 |
| Binary | 11010011 | 1001 | 1100011 | 0 | 1100000 | 110101 | 10001 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D30963
Complementary color
Monochromatic Colors of #D30963
Black with #D30963
Text Example
Text Example
White with #D30963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30963; }
p { color: rgb(211,9,99); }
H1.HeaderClassName
{
color: #D30963;
}
.AnyTagClassName
{
color: #D30963;
}
</style>
background-color css
<style>
a { background-color: #D30963; }
a { background-color: rgb(211,9,99); }
div.DivClassName
{
background-color: #D30963;
}
.BgClassName
{
background-color: #D30963;
}
</style>
border-color css
<style>
span { border-color: #D30963; }
span { border-color: rgb(211,9,99); }
td.TdClassName
{
border-color: #D30963;
}
.TagClassName
{
border-color: #D30963;
}
</style>