Shades of Ruby #D10C69
Tints of Ruby #D10C69
RGB
CMYK
RGB Variations
Color information
#D10C69 (or 0xD10C69) is known color: Ruby. HEX triplet: D1, 0C and 69. RGB value is (209,12,105). Sum of RGB (Red+Green+Blue) = 209+12+105=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C69 is #2EF396. Grayscale: #515151. Windows color (decimal): -3077015 or 6884561. OLE color: 6884561.
HSL color Cylindrical-coordinate representation of color #D10C69: hue angle of 331.68º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C69 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 105 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.18 |
| HSL | 331.68º | 0.89% | 0.43% | - |
| HSV(B) | 331.68º | 0.94% | 0.82% | - |
| XYZ | 28.98 | 14.84 | 14.7 | - |
| YUV | 81.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 105 | 0 | 0.94 | 0.50 | 0.18 | 331.68 | 0.89 | 0.43 |
| Hex | D1 | C | 69 | 0 | 5E | 32 | 12 | 14C | 59 | 2B |
| Octal | 321 | 14 | 151 | 0 | 136 | 62 | 22 | 514 | 131 | 53 |
| Binary | 11010001 | 1100 | 1101001 | 0 | 1011110 | 110010 | 10010 | 101001100 | 1011001 | 101011 |
Color Harmonies of #D10C69
Complementary color
Monochromatic Colors of #D10C69
Black with #D10C69
Text Example
Text Example
White with #D10C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C69; }
p { color: rgb(209,12,105); }
H1.HeaderClassName
{
color: #D10C69;
}
.AnyTagClassName
{
color: #D10C69;
}
</style>
background-color css
<style>
a { background-color: #D10C69; }
a { background-color: rgb(209,12,105); }
div.DivClassName
{
background-color: #D10C69;
}
.BgClassName
{
background-color: #D10C69;
}
</style>
border-color css
<style>
span { border-color: #D10C69; }
span { border-color: rgb(209,12,105); }
td.TdClassName
{
border-color: #D10C69;
}
.TagClassName
{
border-color: #D10C69;
}
</style>