Shades of Ruby #D70772
Tints of Ruby #D70772
RGB
CMYK
RGB Variations
Color information
#D70772 (or 0xD70772) is known color: Ruby. HEX triplet: D7, 07 and 72. RGB value is (215,7,114). Sum of RGB (Red+Green+Blue) = 215+7+114=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70772 is #28F88D. Grayscale: #515151. Windows color (decimal): -2685070 or 7473111. OLE color: 7473111.
HSL color Cylindrical-coordinate representation of color #D70772: hue angle of 329.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70772 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 114 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.16 |
| HSL | 329.13º | 0.94% | 0.44% | - |
| HSV(B) | 329.13º | 0.97% | 0.84% | - |
| XYZ | 31.14 | 15.81 | 17.33 | - |
| YUV | 81.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 114 | 0 | 0.97 | 0.47 | 0.16 | 329.13 | 0.94 | 0.44 |
| Hex | D7 | 7 | 72 | 0 | 61 | 2F | 10 | 149 | 5E | 2C |
| Octal | 327 | 7 | 162 | 0 | 141 | 57 | 20 | 511 | 136 | 54 |
| Binary | 11010111 | 111 | 1110010 | 0 | 1100001 | 101111 | 10000 | 101001001 | 1011110 | 101100 |
Color Harmonies of #D70772
Complementary color
Monochromatic Colors of #D70772
Black with #D70772
Text Example
Text Example
White with #D70772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70772; }
p { color: rgb(215,7,114); }
H1.HeaderClassName
{
color: #D70772;
}
.AnyTagClassName
{
color: #D70772;
}
</style>
background-color css
<style>
a { background-color: #D70772; }
a { background-color: rgb(215,7,114); }
div.DivClassName
{
background-color: #D70772;
}
.BgClassName
{
background-color: #D70772;
}
</style>
border-color css
<style>
span { border-color: #D70772; }
span { border-color: rgb(215,7,114); }
td.TdClassName
{
border-color: #D70772;
}
.TagClassName
{
border-color: #D70772;
}
</style>