Shades of Ruby #D10667
Tints of Ruby #D10667
RGB
CMYK
RGB Variations
Color information
#D10667 (or 0xD10667) is known color: Ruby. HEX triplet: D1, 06 and 67. RGB value is (209,6,103). Sum of RGB (Red+Green+Blue) = 209+6+103=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D10667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10667 is #2EF998. Grayscale: #4D4D4D. Windows color (decimal): -3078553 or 6751953. OLE color: 6751953.
HSL color Cylindrical-coordinate representation of color #D10667: hue angle of 331.33º 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 #D10667 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.18 |
| HSL | 331.33º | 0.94% | 0.42% | - |
| HSV(B) | 331.33º | 0.97% | 0.82% | - |
| XYZ | 28.81 | 14.66 | 14.14 | - |
| YUV | 77.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 103 | 0 | 0.97 | 0.51 | 0.18 | 331.33 | 0.94 | 0.42 |
| Hex | D1 | 6 | 67 | 0 | 61 | 33 | 12 | 14B | 5E | 2A |
| Octal | 321 | 6 | 147 | 0 | 141 | 63 | 22 | 513 | 136 | 52 |
| Binary | 11010001 | 110 | 1100111 | 0 | 1100001 | 110011 | 10010 | 101001011 | 1011110 | 101010 |
Color Harmonies of #D10667
Complementary color
Monochromatic Colors of #D10667
Black with #D10667
Text Example
Text Example
White with #D10667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10667; }
p { color: rgb(209,6,103); }
H1.HeaderClassName
{
color: #D10667;
}
.AnyTagClassName
{
color: #D10667;
}
</style>
background-color css
<style>
a { background-color: #D10667; }
a { background-color: rgb(209,6,103); }
div.DivClassName
{
background-color: #D10667;
}
.BgClassName
{
background-color: #D10667;
}
</style>
border-color css
<style>
span { border-color: #D10667; }
span { border-color: rgb(209,6,103); }
td.TdClassName
{
border-color: #D10667;
}
.TagClassName
{
border-color: #D10667;
}
</style>