Shades of Ruby #D70F74
Tints of Ruby #D70F74
RGB
CMYK
RGB Variations
Color information
#D70F74 (or 0xD70F74) is known color: Ruby. HEX triplet: D7, 0F and 74. RGB value is (215,15,116). Sum of RGB (Red+Green+Blue) = 215+15+116=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F74 is #28F08B. Grayscale: #565656. Windows color (decimal): -2683020 or 7606231. OLE color: 7606231.
HSL color Cylindrical-coordinate representation of color #D70F74: hue angle of 329.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F74 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.16 |
| HSL | 329.7º | 0.87% | 0.45% | - |
| HSV(B) | 329.7º | 0.93% | 0.84% | - |
| XYZ | 31.35 | 16.05 | 17.97 | - |
| YUV | 86.31 | 144.76 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 116 | 0 | 0.93 | 0.46 | 0.16 | 329.7 | 0.87 | 0.45 |
| Hex | D7 | F | 74 | 0 | 5D | 2E | 10 | 14A | 57 | 2D |
| Octal | 327 | 17 | 164 | 0 | 135 | 56 | 20 | 512 | 127 | 55 |
| Binary | 11010111 | 1111 | 1110100 | 0 | 1011101 | 101110 | 10000 | 101001010 | 1010111 | 101101 |
Color Harmonies of #D70F74
Complementary color
Monochromatic Colors of #D70F74
Black with #D70F74
Text Example
Text Example
White with #D70F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F74; }
p { color: rgb(215,15,116); }
H1.HeaderClassName
{
color: #D70F74;
}
.AnyTagClassName
{
color: #D70F74;
}
</style>
background-color css
<style>
a { background-color: #D70F74; }
a { background-color: rgb(215,15,116); }
div.DivClassName
{
background-color: #D70F74;
}
.BgClassName
{
background-color: #D70F74;
}
</style>
border-color css
<style>
span { border-color: #D70F74; }
span { border-color: rgb(215,15,116); }
td.TdClassName
{
border-color: #D70F74;
}
.TagClassName
{
border-color: #D70F74;
}
</style>