Shades of Ruby #D70071
Tints of Ruby #D70071
RGB
CMYK
RGB Variations
Color information
#D70071 (or 0xD70071) is known color: Ruby. HEX triplet: D7, 00 and 71. RGB value is (215,0,113). Sum of RGB (Red+Green+Blue) = 215+0+113=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D70071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70071 is #28FF8E. Grayscale: #4C4C4C. Windows color (decimal): -2686863 or 7405783. OLE color: 7405783.
HSL color Cylindrical-coordinate representation of color #D70071: hue angle of 328.47º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70071 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.47 | 0.16 |
| HSL | 328.47º | 1% | 0.42% | - |
| HSV(B) | 328.47º | 1% | 0.84% | - |
| XYZ | 31 | 15.64 | 17.01 | - |
| YUV | 77.17 | 148.23 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 113 | 0 | 1 | 0.47 | 0.16 | 328.47 | 1 | 0.42 |
| Hex | D7 | 0 | 71 | 0 | 64 | 2F | 10 | 148 | 64 | 2A |
| Octal | 327 | 0 | 161 | 0 | 144 | 57 | 20 | 510 | 144 | 52 |
| Binary | 11010111 | 0 | 1110001 | 0 | 1100100 | 101111 | 10000 | 101001000 | 1100100 | 101010 |
Color Harmonies of #D70071
Complementary color
Monochromatic Colors of #D70071
Black with #D70071
Text Example
Text Example
White with #D70071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70071; }
p { color: rgb(215,0,113); }
H1.HeaderClassName
{
color: #D70071;
}
.AnyTagClassName
{
color: #D70071;
}
</style>
background-color css
<style>
a { background-color: #D70071; }
a { background-color: rgb(215,0,113); }
div.DivClassName
{
background-color: #D70071;
}
.BgClassName
{
background-color: #D70071;
}
</style>
border-color css
<style>
span { border-color: #D70071; }
span { border-color: rgb(215,0,113); }
td.TdClassName
{
border-color: #D70071;
}
.TagClassName
{
border-color: #D70071;
}
</style>