Shades of Ruby #D10867
Tints of Ruby #D10867
RGB
CMYK
RGB Variations
Color information
#D10867 (or 0xD10867) is known color: Ruby. HEX triplet: D1, 08 and 67. RGB value is (209,8,103). Sum of RGB (Red+Green+Blue) = 209+8+103=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D10867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10867 is #2EF798. Grayscale: #4E4E4E. Windows color (decimal): -3078041 or 6752465. OLE color: 6752465.
HSL color Cylindrical-coordinate representation of color #D10867: hue angle of 331.64º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10867 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.18 |
| HSL | 331.64º | 0.93% | 0.43% | - |
| HSV(B) | 331.64º | 0.96% | 0.82% | - |
| XYZ | 28.83 | 14.71 | 14.15 | - |
| YUV | 78.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 103 | 0 | 0.96 | 0.51 | 0.18 | 331.64 | 0.93 | 0.43 |
| Hex | D1 | 8 | 67 | 0 | 60 | 33 | 12 | 14C | 5D | 2B |
| Octal | 321 | 10 | 147 | 0 | 140 | 63 | 22 | 514 | 135 | 53 |
| Binary | 11010001 | 1000 | 1100111 | 0 | 1100000 | 110011 | 10010 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D10867
Complementary color
Monochromatic Colors of #D10867
Black with #D10867
Text Example
Text Example
White with #D10867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10867; }
p { color: rgb(209,8,103); }
H1.HeaderClassName
{
color: #D10867;
}
.AnyTagClassName
{
color: #D10867;
}
</style>
background-color css
<style>
a { background-color: #D10867; }
a { background-color: rgb(209,8,103); }
div.DivClassName
{
background-color: #D10867;
}
.BgClassName
{
background-color: #D10867;
}
</style>
border-color css
<style>
span { border-color: #D10867; }
span { border-color: rgb(209,8,103); }
td.TdClassName
{
border-color: #D10867;
}
.TagClassName
{
border-color: #D10867;
}
</style>