Shades of Ruby #D70965
Tints of Ruby #D70965
RGB
CMYK
RGB Variations
Color information
#D70965 (or 0xD70965) is known color: Ruby. HEX triplet: D7, 09 and 65. RGB value is (215,9,101). Sum of RGB (Red+Green+Blue) = 215+9+101=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D70965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70965 is #28F69A. Grayscale: #505050. Windows color (decimal): -2684571 or 6621655. OLE color: 6621655.
HSL color Cylindrical-coordinate representation of color #D70965: hue angle of 333.2º 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 #D70965 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.16 |
| HSL | 333.2º | 0.92% | 0.44% | - |
| HSV(B) | 333.2º | 0.96% | 0.84% | - |
| XYZ | 30.47 | 15.58 | 13.71 | - |
| YUV | 81.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 101 | 0 | 0.96 | 0.53 | 0.16 | 333.2 | 0.92 | 0.44 |
| Hex | D7 | 9 | 65 | 0 | 60 | 35 | 10 | 14D | 5C | 2C |
| Octal | 327 | 11 | 145 | 0 | 140 | 65 | 20 | 515 | 134 | 54 |
| Binary | 11010111 | 1001 | 1100101 | 0 | 1100000 | 110101 | 10000 | 101001101 | 1011100 | 101100 |
Color Harmonies of #D70965
Complementary color
Monochromatic Colors of #D70965
Black with #D70965
Text Example
Text Example
White with #D70965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70965; }
p { color: rgb(215,9,101); }
H1.HeaderClassName
{
color: #D70965;
}
.AnyTagClassName
{
color: #D70965;
}
</style>
background-color css
<style>
a { background-color: #D70965; }
a { background-color: rgb(215,9,101); }
div.DivClassName
{
background-color: #D70965;
}
.BgClassName
{
background-color: #D70965;
}
</style>
border-color css
<style>
span { border-color: #D70965; }
span { border-color: rgb(215,9,101); }
td.TdClassName
{
border-color: #D70965;
}
.TagClassName
{
border-color: #D70965;
}
</style>