Shades of Ruby #D30763
Tints of Ruby #D30763
RGB
CMYK
RGB Variations
Color information
#D30763 (or 0xD30763) is known color: Ruby. HEX triplet: D3, 07 and 63. RGB value is (211,7,99). Sum of RGB (Red+Green+Blue) = 211+7+99=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D30763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30763 is #2CF89C. Grayscale: #4E4E4E. Windows color (decimal): -2947229 or 6490067. OLE color: 6490067.
HSL color Cylindrical-coordinate representation of color #D30763: hue angle of 332.94º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30763 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.17 |
| HSL | 332.94º | 0.94% | 0.43% | - |
| HSV(B) | 332.94º | 0.97% | 0.83% | - |
| XYZ | 29.19 | 14.9 | 13.14 | - |
| YUV | 78.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 99 | 0 | 0.97 | 0.53 | 0.17 | 332.94 | 0.94 | 0.43 |
| Hex | D3 | 7 | 63 | 0 | 61 | 35 | 11 | 14D | 5E | 2B |
| Octal | 323 | 7 | 143 | 0 | 141 | 65 | 21 | 515 | 136 | 53 |
| Binary | 11010011 | 111 | 1100011 | 0 | 1100001 | 110101 | 10001 | 101001101 | 1011110 | 101011 |
Color Harmonies of #D30763
Complementary color
Monochromatic Colors of #D30763
Black with #D30763
Text Example
Text Example
White with #D30763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30763; }
p { color: rgb(211,7,99); }
H1.HeaderClassName
{
color: #D30763;
}
.AnyTagClassName
{
color: #D30763;
}
</style>
background-color css
<style>
a { background-color: #D30763; }
a { background-color: rgb(211,7,99); }
div.DivClassName
{
background-color: #D30763;
}
.BgClassName
{
background-color: #D30763;
}
</style>
border-color css
<style>
span { border-color: #D30763; }
span { border-color: rgb(211,7,99); }
td.TdClassName
{
border-color: #D30763;
}
.TagClassName
{
border-color: #D30763;
}
</style>