Shades of Ruby #D70874
Tints of Ruby #D70874
RGB
CMYK
RGB Variations
Color information
#D70874 (or 0xD70874) is known color: Ruby. HEX triplet: D7, 08 and 74. RGB value is (215,8,116). Sum of RGB (Red+Green+Blue) = 215+8+116=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D70874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70874 is #28F78B. Grayscale: #515151. Windows color (decimal): -2684812 or 7604439. OLE color: 7604439.
HSL color Cylindrical-coordinate representation of color #D70874: hue angle of 328.7º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70874 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.16 |
| HSL | 328.7º | 0.93% | 0.44% | - |
| HSV(B) | 328.7º | 0.96% | 0.84% | - |
| XYZ | 31.26 | 15.88 | 17.94 | - |
| YUV | 82.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 116 | 0 | 0.96 | 0.46 | 0.16 | 328.7 | 0.93 | 0.44 |
| Hex | D7 | 8 | 74 | 0 | 60 | 2E | 10 | 149 | 5D | 2C |
| Octal | 327 | 10 | 164 | 0 | 140 | 56 | 20 | 511 | 135 | 54 |
| Binary | 11010111 | 1000 | 1110100 | 0 | 1100000 | 101110 | 10000 | 101001001 | 1011101 | 101100 |
Color Harmonies of #D70874
Complementary color
Monochromatic Colors of #D70874
Black with #D70874
Text Example
Text Example
White with #D70874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70874; }
p { color: rgb(215,8,116); }
H1.HeaderClassName
{
color: #D70874;
}
.AnyTagClassName
{
color: #D70874;
}
</style>
background-color css
<style>
a { background-color: #D70874; }
a { background-color: rgb(215,8,116); }
div.DivClassName
{
background-color: #D70874;
}
.BgClassName
{
background-color: #D70874;
}
</style>
border-color css
<style>
span { border-color: #D70874; }
span { border-color: rgb(215,8,116); }
td.TdClassName
{
border-color: #D70874;
}
.TagClassName
{
border-color: #D70874;
}
</style>