Shades of Ruby #D70673
Tints of Ruby #D70673
RGB
CMYK
RGB Variations
Color information
#D70673 (or 0xD70673) is known color: Ruby. HEX triplet: D7, 06 and 73. RGB value is (215,6,115). Sum of RGB (Red+Green+Blue) = 215+6+115=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70673 is #28F98C. Grayscale: #505050. Windows color (decimal): -2685325 or 7538391. OLE color: 7538391.
HSL color Cylindrical-coordinate representation of color #D70673: hue angle of 328.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70673 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.16 |
| HSL | 328.71º | 0.95% | 0.43% | - |
| HSV(B) | 328.71º | 0.97% | 0.84% | - |
| XYZ | 31.18 | 15.82 | 17.63 | - |
| YUV | 80.92 | 147.24 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 115 | 0 | 0.97 | 0.47 | 0.16 | 328.71 | 0.95 | 0.43 |
| Hex | D7 | 6 | 73 | 0 | 61 | 2F | 10 | 149 | 5F | 2B |
| Octal | 327 | 6 | 163 | 0 | 141 | 57 | 20 | 511 | 137 | 53 |
| Binary | 11010111 | 110 | 1110011 | 0 | 1100001 | 101111 | 10000 | 101001001 | 1011111 | 101011 |
Color Harmonies of #D70673
Complementary color
Monochromatic Colors of #D70673
Black with #D70673
Text Example
Text Example
White with #D70673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70673; }
p { color: rgb(215,6,115); }
H1.HeaderClassName
{
color: #D70673;
}
.AnyTagClassName
{
color: #D70673;
}
</style>
background-color css
<style>
a { background-color: #D70673; }
a { background-color: rgb(215,6,115); }
div.DivClassName
{
background-color: #D70673;
}
.BgClassName
{
background-color: #D70673;
}
</style>
border-color css
<style>
span { border-color: #D70673; }
span { border-color: rgb(215,6,115); }
td.TdClassName
{
border-color: #D70673;
}
.TagClassName
{
border-color: #D70673;
}
</style>