Shades of Ruby #D70672
Tints of Ruby #D70672
RGB
CMYK
RGB Variations
Color information
#D70672 (or 0xD70672) is known color: Ruby. HEX triplet: D7, 06 and 72. RGB value is (215,6,114). Sum of RGB (Red+Green+Blue) = 215+6+114=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70672 is #28F98D. Grayscale: #505050. Windows color (decimal): -2685326 or 7472855. OLE color: 7472855.
HSL color Cylindrical-coordinate representation of color #D70672: hue angle of 329º 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 #D70672 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.16 |
| HSL | 329º | 0.95% | 0.43% | - |
| HSV(B) | 329º | 0.97% | 0.84% | - |
| XYZ | 31.13 | 15.79 | 17.33 | - |
| YUV | 80.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 114 | 0 | 0.97 | 0.47 | 0.16 | 329 | 0.95 | 0.43 |
| Hex | D7 | 6 | 72 | 0 | 61 | 2F | 10 | 149 | 5F | 2B |
| Octal | 327 | 6 | 162 | 0 | 141 | 57 | 20 | 511 | 137 | 53 |
| Binary | 11010111 | 110 | 1110010 | 0 | 1100001 | 101111 | 10000 | 101001001 | 1011111 | 101011 |
Color Harmonies of #D70672
Complementary color
Monochromatic Colors of #D70672
Black with #D70672
Text Example
Text Example
White with #D70672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70672; }
p { color: rgb(215,6,114); }
H1.HeaderClassName
{
color: #D70672;
}
.AnyTagClassName
{
color: #D70672;
}
</style>
background-color css
<style>
a { background-color: #D70672; }
a { background-color: rgb(215,6,114); }
div.DivClassName
{
background-color: #D70672;
}
.BgClassName
{
background-color: #D70672;
}
</style>
border-color css
<style>
span { border-color: #D70672; }
span { border-color: rgb(215,6,114); }
td.TdClassName
{
border-color: #D70672;
}
.TagClassName
{
border-color: #D70672;
}
</style>