Shades of Ruby #D70961
Tints of Ruby #D70961
RGB
CMYK
RGB Variations
Color information
#D70961 (or 0xD70961) is known color: Ruby. HEX triplet: D7, 09 and 61. RGB value is (215,9,97). Sum of RGB (Red+Green+Blue) = 215+9+97=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D70961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70961 is #28F69E. Grayscale: #505050. Windows color (decimal): -2684575 or 6359511. OLE color: 6359511.
HSL color Cylindrical-coordinate representation of color #D70961: hue angle of 334.37º degrees, saturation: 0.92, 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 #D70961 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.16 |
| HSL | 334.37º | 0.92% | 0.44% | - |
| HSV(B) | 334.37º | 0.96% | 0.84% | - |
| XYZ | 30.28 | 15.51 | 12.71 | - |
| YUV | 80.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 97 | 0 | 0.96 | 0.55 | 0.16 | 334.37 | 0.92 | 0.44 |
| Hex | D7 | 9 | 61 | 0 | 60 | 37 | 10 | 14E | 5C | 2C |
| Octal | 327 | 11 | 141 | 0 | 140 | 67 | 20 | 516 | 134 | 54 |
| Binary | 11010111 | 1001 | 1100001 | 0 | 1100000 | 110111 | 10000 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D70961
Complementary color
Monochromatic Colors of #D70961
Black with #D70961
Text Example
Text Example
White with #D70961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70961; }
p { color: rgb(215,9,97); }
H1.HeaderClassName
{
color: #D70961;
}
.AnyTagClassName
{
color: #D70961;
}
</style>
background-color css
<style>
a { background-color: #D70961; }
a { background-color: rgb(215,9,97); }
div.DivClassName
{
background-color: #D70961;
}
.BgClassName
{
background-color: #D70961;
}
</style>
border-color css
<style>
span { border-color: #D70961; }
span { border-color: rgb(215,9,97); }
td.TdClassName
{
border-color: #D70961;
}
.TagClassName
{
border-color: #D70961;
}
</style>