Shades of Ruby #D70665
Tints of Ruby #D70665
RGB
CMYK
RGB Variations
Color information
#D70665 (or 0xD70665) is known color: Ruby. HEX triplet: D7, 06 and 65. RGB value is (215,6,101). Sum of RGB (Red+Green+Blue) = 215+6+101=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D70665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70665 is #28F99A. Grayscale: #4F4F4F. Windows color (decimal): -2685339 or 6620887. OLE color: 6620887.
HSL color Cylindrical-coordinate representation of color #D70665: hue angle of 332.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70665 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.16 |
| HSL | 332.73º | 0.95% | 0.43% | - |
| HSV(B) | 332.73º | 0.97% | 0.84% | - |
| XYZ | 30.44 | 15.52 | 13.7 | - |
| YUV | 79.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 101 | 0 | 0.97 | 0.53 | 0.16 | 332.73 | 0.95 | 0.43 |
| Hex | D7 | 6 | 65 | 0 | 61 | 35 | 10 | 14D | 5F | 2B |
| Octal | 327 | 6 | 145 | 0 | 141 | 65 | 20 | 515 | 137 | 53 |
| Binary | 11010111 | 110 | 1100101 | 0 | 1100001 | 110101 | 10000 | 101001101 | 1011111 | 101011 |
Color Harmonies of #D70665
Complementary color
Monochromatic Colors of #D70665
Black with #D70665
Text Example
Text Example
White with #D70665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70665; }
p { color: rgb(215,6,101); }
H1.HeaderClassName
{
color: #D70665;
}
.AnyTagClassName
{
color: #D70665;
}
</style>
background-color css
<style>
a { background-color: #D70665; }
a { background-color: rgb(215,6,101); }
div.DivClassName
{
background-color: #D70665;
}
.BgClassName
{
background-color: #D70665;
}
</style>
border-color css
<style>
span { border-color: #D70665; }
span { border-color: rgb(215,6,101); }
td.TdClassName
{
border-color: #D70665;
}
.TagClassName
{
border-color: #D70665;
}
</style>