Shades of Ruby #D30761
Tints of Ruby #D30761
RGB
CMYK
RGB Variations
Color information
#D30761 (or 0xD30761) is known color: Ruby. HEX triplet: D3, 07 and 61. RGB value is (211,7,97). Sum of RGB (Red+Green+Blue) = 211+7+97=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D30761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30761 is #2CF89E. Grayscale: #4E4E4E. Windows color (decimal): -2947231 or 6358995. OLE color: 6358995.
HSL color Cylindrical-coordinate representation of color #D30761: hue angle of 333.53º 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 #D30761 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.17 |
| HSL | 333.53º | 0.94% | 0.43% | - |
| HSV(B) | 333.53º | 0.97% | 0.83% | - |
| XYZ | 29.1 | 14.86 | 12.64 | - |
| YUV | 78.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 97 | 0 | 0.97 | 0.54 | 0.17 | 333.53 | 0.94 | 0.43 |
| Hex | D3 | 7 | 61 | 0 | 61 | 36 | 11 | 14E | 5E | 2B |
| Octal | 323 | 7 | 141 | 0 | 141 | 66 | 21 | 516 | 136 | 53 |
| Binary | 11010011 | 111 | 1100001 | 0 | 1100001 | 110110 | 10001 | 101001110 | 1011110 | 101011 |
Color Harmonies of #D30761
Complementary color
Monochromatic Colors of #D30761
Black with #D30761
Text Example
Text Example
White with #D30761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30761; }
p { color: rgb(211,7,97); }
H1.HeaderClassName
{
color: #D30761;
}
.AnyTagClassName
{
color: #D30761;
}
</style>
background-color css
<style>
a { background-color: #D30761; }
a { background-color: rgb(211,7,97); }
div.DivClassName
{
background-color: #D30761;
}
.BgClassName
{
background-color: #D30761;
}
</style>
border-color css
<style>
span { border-color: #D30761; }
span { border-color: rgb(211,7,97); }
td.TdClassName
{
border-color: #D30761;
}
.TagClassName
{
border-color: #D30761;
}
</style>