Shades of Ruby #D10F67
Tints of Ruby #D10F67
RGB
CMYK
RGB Variations
Color information
#D10F67 (or 0xD10F67) is known color: Ruby. HEX triplet: D1, 0F and 67. RGB value is (209,15,103). Sum of RGB (Red+Green+Blue) = 209+15+103=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F67 is #2EF098. Grayscale: #525252. Windows color (decimal): -3076249 or 6754257. OLE color: 6754257.
HSL color Cylindrical-coordinate representation of color #D10F67: hue angle of 332.78º 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 #D10F67 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 103 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.18 |
| HSL | 332.78º | 0.87% | 0.44% | - |
| HSV(B) | 332.78º | 0.93% | 0.82% | - |
| XYZ | 28.91 | 14.88 | 14.18 | - |
| YUV | 83.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 103 | 0 | 0.93 | 0.51 | 0.18 | 332.78 | 0.87 | 0.44 |
| Hex | D1 | F | 67 | 0 | 5D | 33 | 12 | 14D | 57 | 2C |
| Octal | 321 | 17 | 147 | 0 | 135 | 63 | 22 | 515 | 127 | 54 |
| Binary | 11010001 | 1111 | 1100111 | 0 | 1011101 | 110011 | 10010 | 101001101 | 1010111 | 101100 |
Color Harmonies of #D10F67
Complementary color
Monochromatic Colors of #D10F67
Black with #D10F67
Text Example
Text Example
White with #D10F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F67; }
p { color: rgb(209,15,103); }
H1.HeaderClassName
{
color: #D10F67;
}
.AnyTagClassName
{
color: #D10F67;
}
</style>
background-color css
<style>
a { background-color: #D10F67; }
a { background-color: rgb(209,15,103); }
div.DivClassName
{
background-color: #D10F67;
}
.BgClassName
{
background-color: #D10F67;
}
</style>
border-color css
<style>
span { border-color: #D10F67; }
span { border-color: rgb(209,15,103); }
td.TdClassName
{
border-color: #D10F67;
}
.TagClassName
{
border-color: #D10F67;
}
</style>