Shades of Ruby #D70D74
Tints of Ruby #D70D74
RGB
CMYK
RGB Variations
Color information
#D70D74 (or 0xD70D74) is known color: Ruby. HEX triplet: D7, 0D and 74. RGB value is (215,13,116). Sum of RGB (Red+Green+Blue) = 215+13+116=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D74 is #28F28B. Grayscale: #545454. Windows color (decimal): -2683532 or 7605719. OLE color: 7605719.
HSL color Cylindrical-coordinate representation of color #D70D74: hue angle of 329.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D74 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 116 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.16 |
| HSL | 329.41º | 0.89% | 0.45% | - |
| HSV(B) | 329.41º | 0.94% | 0.84% | - |
| XYZ | 31.32 | 16 | 17.96 | - |
| YUV | 85.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 116 | 0 | 0.94 | 0.46 | 0.16 | 329.41 | 0.89 | 0.45 |
| Hex | D7 | D | 74 | 0 | 5E | 2E | 10 | 149 | 59 | 2D |
| Octal | 327 | 15 | 164 | 0 | 136 | 56 | 20 | 511 | 131 | 55 |
| Binary | 11010111 | 1101 | 1110100 | 0 | 1011110 | 101110 | 10000 | 101001001 | 1011001 | 101101 |
Color Harmonies of #D70D74
Complementary color
Monochromatic Colors of #D70D74
Black with #D70D74
Text Example
Text Example
White with #D70D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D74; }
p { color: rgb(215,13,116); }
H1.HeaderClassName
{
color: #D70D74;
}
.AnyTagClassName
{
color: #D70D74;
}
</style>
background-color css
<style>
a { background-color: #D70D74; }
a { background-color: rgb(215,13,116); }
div.DivClassName
{
background-color: #D70D74;
}
.BgClassName
{
background-color: #D70D74;
}
</style>
border-color css
<style>
span { border-color: #D70D74; }
span { border-color: rgb(215,13,116); }
td.TdClassName
{
border-color: #D70D74;
}
.TagClassName
{
border-color: #D70D74;
}
</style>