Shades of Ruby #D70D73
Tints of Ruby #D70D73
RGB
CMYK
RGB Variations
Color information
#D70D73 (or 0xD70D73) is known color: Ruby. HEX triplet: D7, 0D and 73. RGB value is (215,13,115). Sum of RGB (Red+Green+Blue) = 215+13+115=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D73 is #28F28C. Grayscale: #545454. Windows color (decimal): -2683533 or 7540183. OLE color: 7540183.
HSL color Cylindrical-coordinate representation of color #D70D73: hue angle of 329.7º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D73 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 115 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.16 |
| HSL | 329.7º | 0.89% | 0.45% | - |
| HSV(B) | 329.7º | 0.94% | 0.84% | - |
| XYZ | 31.26 | 15.97 | 17.65 | - |
| YUV | 85.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 115 | 0 | 0.94 | 0.47 | 0.16 | 329.7 | 0.89 | 0.45 |
| Hex | D7 | D | 73 | 0 | 5E | 2F | 10 | 14A | 59 | 2D |
| Octal | 327 | 15 | 163 | 0 | 136 | 57 | 20 | 512 | 131 | 55 |
| Binary | 11010111 | 1101 | 1110011 | 0 | 1011110 | 101111 | 10000 | 101001010 | 1011001 | 101101 |
Color Harmonies of #D70D73
Complementary color
Monochromatic Colors of #D70D73
Black with #D70D73
Text Example
Text Example
White with #D70D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D73; }
p { color: rgb(215,13,115); }
H1.HeaderClassName
{
color: #D70D73;
}
.AnyTagClassName
{
color: #D70D73;
}
</style>
background-color css
<style>
a { background-color: #D70D73; }
a { background-color: rgb(215,13,115); }
div.DivClassName
{
background-color: #D70D73;
}
.BgClassName
{
background-color: #D70D73;
}
</style>
border-color css
<style>
span { border-color: #D70D73; }
span { border-color: rgb(215,13,115); }
td.TdClassName
{
border-color: #D70D73;
}
.TagClassName
{
border-color: #D70D73;
}
</style>