Shades of Ruby #D70473
Tints of Ruby #D70473
RGB
CMYK
RGB Variations
Color information
#D70473 (or 0xD70473) is known color: Ruby. HEX triplet: D7, 04 and 73. RGB value is (215,4,115). Sum of RGB (Red+Green+Blue) = 215+4+115=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70473 is #28FB8C. Grayscale: #4F4F4F. Windows color (decimal): -2685837 or 7537879. OLE color: 7537879.
HSL color Cylindrical-coordinate representation of color #D70473: hue angle of 328.44º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70473 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.16 |
| HSL | 328.44º | 0.96% | 0.43% | - |
| HSV(B) | 328.44º | 0.98% | 0.84% | - |
| XYZ | 31.16 | 15.77 | 17.62 | - |
| YUV | 79.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 115 | 0 | 0.98 | 0.47 | 0.16 | 328.44 | 0.96 | 0.43 |
| Hex | D7 | 4 | 73 | 0 | 62 | 2F | 10 | 148 | 60 | 2B |
| Octal | 327 | 4 | 163 | 0 | 142 | 57 | 20 | 510 | 140 | 53 |
| Binary | 11010111 | 100 | 1110011 | 0 | 1100010 | 101111 | 10000 | 101001000 | 1100000 | 101011 |
Color Harmonies of #D70473
Complementary color
Monochromatic Colors of #D70473
Black with #D70473
Text Example
Text Example
White with #D70473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70473; }
p { color: rgb(215,4,115); }
H1.HeaderClassName
{
color: #D70473;
}
.AnyTagClassName
{
color: #D70473;
}
</style>
background-color css
<style>
a { background-color: #D70473; }
a { background-color: rgb(215,4,115); }
div.DivClassName
{
background-color: #D70473;
}
.BgClassName
{
background-color: #D70473;
}
</style>
border-color css
<style>
span { border-color: #D70473; }
span { border-color: rgb(215,4,115); }
td.TdClassName
{
border-color: #D70473;
}
.TagClassName
{
border-color: #D70473;
}
</style>