Shades of Ruby #D70173
Tints of Ruby #D70173
RGB
CMYK
RGB Variations
Color information
#D70173 (or 0xD70173) is known color: Ruby. HEX triplet: D7, 01 and 73. RGB value is (215,1,115). Sum of RGB (Red+Green+Blue) = 215+1+115=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D70173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70173 is #28FE8C. Grayscale: #4D4D4D. Windows color (decimal): -2686605 or 7537111. OLE color: 7537111.
HSL color Cylindrical-coordinate representation of color #D70173: hue angle of 328.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70173 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.16 |
| HSL | 328.04º | 0.99% | 0.42% | - |
| HSV(B) | 328.04º | 1% | 0.84% | - |
| XYZ | 31.13 | 15.71 | 17.61 | - |
| YUV | 77.98 | 148.9 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 115 | 0 | 1.00 | 0.47 | 0.16 | 328.04 | 0.99 | 0.42 |
| Hex | D7 | 1 | 73 | 0 | 64 | 2F | 10 | 148 | 63 | 2A |
| Octal | 327 | 1 | 163 | 0 | 144 | 57 | 20 | 510 | 143 | 52 |
| Binary | 11010111 | 1 | 1110011 | 0 | 1100100 | 101111 | 10000 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D70173
Complementary color
Monochromatic Colors of #D70173
Black with #D70173
Text Example
Text Example
White with #D70173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70173; }
p { color: rgb(215,1,115); }
H1.HeaderClassName
{
color: #D70173;
}
.AnyTagClassName
{
color: #D70173;
}
</style>
background-color css
<style>
a { background-color: #D70173; }
a { background-color: rgb(215,1,115); }
div.DivClassName
{
background-color: #D70173;
}
.BgClassName
{
background-color: #D70173;
}
</style>
border-color css
<style>
span { border-color: #D70173; }
span { border-color: rgb(215,1,115); }
td.TdClassName
{
border-color: #D70173;
}
.TagClassName
{
border-color: #D70173;
}
</style>