Shades of Ruby #D10167
Tints of Ruby #D10167
RGB
CMYK
RGB Variations
Color information
#D10167 (or 0xD10167) is known color: Ruby. HEX triplet: D1, 01 and 67. RGB value is (209,1,103). Sum of RGB (Red+Green+Blue) = 209+1+103=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D10167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10167 is #2EFE98. Grayscale: #4A4A4A. Windows color (decimal): -3079833 or 6750673. OLE color: 6750673.
HSL color Cylindrical-coordinate representation of color #D10167: hue angle of 330.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10167 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.18 |
| HSL | 330.58º | 0.99% | 0.41% | - |
| HSV(B) | 330.58º | 1% | 0.82% | - |
| XYZ | 28.75 | 14.56 | 14.13 | - |
| YUV | 74.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 103 | 0 | 1.00 | 0.51 | 0.18 | 330.58 | 0.99 | 0.41 |
| Hex | D1 | 1 | 67 | 0 | 64 | 33 | 12 | 14B | 63 | 29 |
| Octal | 321 | 1 | 147 | 0 | 144 | 63 | 22 | 513 | 143 | 51 |
| Binary | 11010001 | 1 | 1100111 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100011 | 101001 |
Color Harmonies of #D10167
Complementary color
Monochromatic Colors of #D10167
Black with #D10167
Text Example
Text Example
White with #D10167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10167; }
p { color: rgb(209,1,103); }
H1.HeaderClassName
{
color: #D10167;
}
.AnyTagClassName
{
color: #D10167;
}
</style>
background-color css
<style>
a { background-color: #D10167; }
a { background-color: rgb(209,1,103); }
div.DivClassName
{
background-color: #D10167;
}
.BgClassName
{
background-color: #D10167;
}
</style>
border-color css
<style>
span { border-color: #D10167; }
span { border-color: rgb(209,1,103); }
td.TdClassName
{
border-color: #D10167;
}
.TagClassName
{
border-color: #D10167;
}
</style>