Shades of Ruby #D10765
Tints of Ruby #D10765
RGB
CMYK
RGB Variations
Color information
#D10765 (or 0xD10765) is known color: Ruby. HEX triplet: D1, 07 and 65. RGB value is (209,7,101). Sum of RGB (Red+Green+Blue) = 209+7+101=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D10765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10765 is #2EF89A. Grayscale: #4D4D4D. Windows color (decimal): -3078299 or 6621137. OLE color: 6621137.
HSL color Cylindrical-coordinate representation of color #D10765: hue angle of 332.08º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10765 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.18 |
| HSL | 332.08º | 0.94% | 0.42% | - |
| HSV(B) | 332.08º | 0.97% | 0.82% | - |
| XYZ | 28.72 | 14.65 | 13.63 | - |
| YUV | 78.11 | 140.92 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 101 | 0 | 0.97 | 0.52 | 0.18 | 332.08 | 0.94 | 0.42 |
| Hex | D1 | 7 | 65 | 0 | 61 | 34 | 12 | 14C | 5E | 2A |
| Octal | 321 | 7 | 145 | 0 | 141 | 64 | 22 | 514 | 136 | 52 |
| Binary | 11010001 | 111 | 1100101 | 0 | 1100001 | 110100 | 10010 | 101001100 | 1011110 | 101010 |
Color Harmonies of #D10765
Complementary color
Monochromatic Colors of #D10765
Black with #D10765
Text Example
Text Example
White with #D10765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10765; }
p { color: rgb(209,7,101); }
H1.HeaderClassName
{
color: #D10765;
}
.AnyTagClassName
{
color: #D10765;
}
</style>
background-color css
<style>
a { background-color: #D10765; }
a { background-color: rgb(209,7,101); }
div.DivClassName
{
background-color: #D10765;
}
.BgClassName
{
background-color: #D10765;
}
</style>
border-color css
<style>
span { border-color: #D10765; }
span { border-color: rgb(209,7,101); }
td.TdClassName
{
border-color: #D10765;
}
.TagClassName
{
border-color: #D10765;
}
</style>