Shades of Ruby #D10366
Tints of Ruby #D10366
RGB
CMYK
RGB Variations
Color information
#D10366 (or 0xD10366) is known color: Ruby. HEX triplet: D1, 03 and 66. RGB value is (209,3,102). Sum of RGB (Red+Green+Blue) = 209+3+102=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D10366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10366 is #2EFC99. Grayscale: #4B4B4B. Windows color (decimal): -3079322 or 6685649. OLE color: 6685649.
HSL color Cylindrical-coordinate representation of color #D10366: hue angle of 331.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10366 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.18 |
| HSL | 331.17º | 0.97% | 0.42% | - |
| HSV(B) | 331.17º | 0.99% | 0.82% | - |
| XYZ | 28.73 | 14.58 | 13.87 | - |
| YUV | 75.88 | 142.75 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 102 | 0 | 0.99 | 0.51 | 0.18 | 331.17 | 0.97 | 0.42 |
| Hex | D1 | 3 | 66 | 0 | 63 | 33 | 12 | 14B | 61 | 2A |
| Octal | 321 | 3 | 146 | 0 | 143 | 63 | 22 | 513 | 141 | 52 |
| Binary | 11010001 | 11 | 1100110 | 0 | 1100011 | 110011 | 10010 | 101001011 | 1100001 | 101010 |
Color Harmonies of #D10366
Complementary color
Monochromatic Colors of #D10366
Black with #D10366
Text Example
Text Example
White with #D10366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10366; }
p { color: rgb(209,3,102); }
H1.HeaderClassName
{
color: #D10366;
}
.AnyTagClassName
{
color: #D10366;
}
</style>
background-color css
<style>
a { background-color: #D10366; }
a { background-color: rgb(209,3,102); }
div.DivClassName
{
background-color: #D10366;
}
.BgClassName
{
background-color: #D10366;
}
</style>
border-color css
<style>
span { border-color: #D10366; }
span { border-color: rgb(209,3,102); }
td.TdClassName
{
border-color: #D10366;
}
.TagClassName
{
border-color: #D10366;
}
</style>