Shades of Ruby #D10967
Tints of Ruby #D10967
RGB
CMYK
RGB Variations
Color information
#D10967 (or 0xD10967) is known color: Ruby. HEX triplet: D1, 09 and 67. RGB value is (209,9,103). Sum of RGB (Red+Green+Blue) = 209+9+103=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D10967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10967 is #2EF698. Grayscale: #4F4F4F. Windows color (decimal): -3077785 or 6752721. OLE color: 6752721.
HSL color Cylindrical-coordinate representation of color #D10967: hue angle of 331.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10967 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.18 |
| HSL | 331.8º | 0.92% | 0.43% | - |
| HSV(B) | 331.8º | 0.96% | 0.82% | - |
| XYZ | 28.84 | 14.73 | 14.16 | - |
| YUV | 79.52 | 141.26 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 103 | 0 | 0.96 | 0.51 | 0.18 | 331.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | 67 | 0 | 60 | 33 | 12 | 14C | 5C | 2B |
| Octal | 321 | 11 | 147 | 0 | 140 | 63 | 22 | 514 | 134 | 53 |
| Binary | 11010001 | 1001 | 1100111 | 0 | 1100000 | 110011 | 10010 | 101001100 | 1011100 | 101011 |
Color Harmonies of #D10967
Complementary color
Monochromatic Colors of #D10967
Black with #D10967
Text Example
Text Example
White with #D10967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10967; }
p { color: rgb(209,9,103); }
H1.HeaderClassName
{
color: #D10967;
}
.AnyTagClassName
{
color: #D10967;
}
</style>
background-color css
<style>
a { background-color: #D10967; }
a { background-color: rgb(209,9,103); }
div.DivClassName
{
background-color: #D10967;
}
.BgClassName
{
background-color: #D10967;
}
</style>
border-color css
<style>
span { border-color: #D10967; }
span { border-color: rgb(209,9,103); }
td.TdClassName
{
border-color: #D10967;
}
.TagClassName
{
border-color: #D10967;
}
</style>