Shades of Ruby #D10F68
Tints of Ruby #D10F68
RGB
CMYK
RGB Variations
Color information
#D10F68 (or 0xD10F68) is known color: Ruby. HEX triplet: D1, 0F and 68. RGB value is (209,15,104). Sum of RGB (Red+Green+Blue) = 209+15+104=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F68 is #2EF097. Grayscale: #525252. Windows color (decimal): -3076248 or 6819793. OLE color: 6819793.
HSL color Cylindrical-coordinate representation of color #D10F68: hue angle of 332.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F68 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 104 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.18 |
| HSL | 332.47º | 0.87% | 0.44% | - |
| HSV(B) | 332.47º | 0.93% | 0.82% | - |
| XYZ | 28.96 | 14.9 | 14.45 | - |
| YUV | 83.15 | 139.77 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 104 | 0 | 0.93 | 0.50 | 0.18 | 332.47 | 0.87 | 0.44 |
| Hex | D1 | F | 68 | 0 | 5D | 32 | 12 | 14C | 57 | 2C |
| Octal | 321 | 17 | 150 | 0 | 135 | 62 | 22 | 514 | 127 | 54 |
| Binary | 11010001 | 1111 | 1101000 | 0 | 1011101 | 110010 | 10010 | 101001100 | 1010111 | 101100 |
Color Harmonies of #D10F68
Complementary color
Monochromatic Colors of #D10F68
Black with #D10F68
Text Example
Text Example
White with #D10F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F68; }
p { color: rgb(209,15,104); }
H1.HeaderClassName
{
color: #D10F68;
}
.AnyTagClassName
{
color: #D10F68;
}
</style>
background-color css
<style>
a { background-color: #D10F68; }
a { background-color: rgb(209,15,104); }
div.DivClassName
{
background-color: #D10F68;
}
.BgClassName
{
background-color: #D10F68;
}
</style>
border-color css
<style>
span { border-color: #D10F68; }
span { border-color: rgb(209,15,104); }
td.TdClassName
{
border-color: #D10F68;
}
.TagClassName
{
border-color: #D10F68;
}
</style>