Shades of Ruby #D10669
Tints of Ruby #D10669
RGB
CMYK
RGB Variations
Color information
#D10669 (or 0xD10669) is known color: Ruby. HEX triplet: D1, 06 and 69. RGB value is (209,6,105). Sum of RGB (Red+Green+Blue) = 209+6+105=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D10669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10669 is #2EF996. Grayscale: #4D4D4D. Windows color (decimal): -3078551 or 6883025. OLE color: 6883025.
HSL color Cylindrical-coordinate representation of color #D10669: hue angle of 330.74º 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 #D10669 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.18 |
| HSL | 330.74º | 0.94% | 0.42% | - |
| HSV(B) | 330.74º | 0.97% | 0.82% | - |
| XYZ | 28.91 | 14.71 | 14.68 | - |
| YUV | 77.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 105 | 0 | 0.97 | 0.50 | 0.18 | 330.74 | 0.94 | 0.42 |
| Hex | D1 | 6 | 69 | 0 | 61 | 32 | 12 | 14B | 5E | 2A |
| Octal | 321 | 6 | 151 | 0 | 141 | 62 | 22 | 513 | 136 | 52 |
| Binary | 11010001 | 110 | 1101001 | 0 | 1100001 | 110010 | 10010 | 101001011 | 1011110 | 101010 |
Color Harmonies of #D10669
Complementary color
Monochromatic Colors of #D10669
Black with #D10669
Text Example
Text Example
White with #D10669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10669; }
p { color: rgb(209,6,105); }
H1.HeaderClassName
{
color: #D10669;
}
.AnyTagClassName
{
color: #D10669;
}
</style>
background-color css
<style>
a { background-color: #D10669; }
a { background-color: rgb(209,6,105); }
div.DivClassName
{
background-color: #D10669;
}
.BgClassName
{
background-color: #D10669;
}
</style>
border-color css
<style>
span { border-color: #D10669; }
span { border-color: rgb(209,6,105); }
td.TdClassName
{
border-color: #D10669;
}
.TagClassName
{
border-color: #D10669;
}
</style>