Shades of Ruby #D31067
Tints of Ruby #D31067
RGB
CMYK
RGB Variations
Color information
#D31067 (or 0xD31067) is known color: Ruby. HEX triplet: D3, 10 and 67. RGB value is (211,16,103). Sum of RGB (Red+Green+Blue) = 211+16+103=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D31067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31067 is #2CEF98. Grayscale: #545454. Windows color (decimal): -2944921 or 6754515. OLE color: 6754515.
HSL color Cylindrical-coordinate representation of color #D31067: hue angle of 333.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31067 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.17 |
| HSL | 333.23º | 0.86% | 0.45% | - |
| HSV(B) | 333.23º | 0.92% | 0.83% | - |
| XYZ | 29.5 | 15.2 | 14.21 | - |
| YUV | 84.22 | 138.6 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 103 | 0 | 0.92 | 0.51 | 0.17 | 333.23 | 0.86 | 0.45 |
| Hex | D3 | 10 | 67 | 0 | 5C | 33 | 11 | 14D | 56 | 2D |
| Octal | 323 | 20 | 147 | 0 | 134 | 63 | 21 | 515 | 126 | 55 |
| Binary | 11010011 | 10000 | 1100111 | 0 | 1011100 | 110011 | 10001 | 101001101 | 1010110 | 101101 |
Color Harmonies of #D31067
Complementary color
Monochromatic Colors of #D31067
Black with #D31067
Text Example
Text Example
White with #D31067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31067; }
p { color: rgb(211,16,103); }
H1.HeaderClassName
{
color: #D31067;
}
.AnyTagClassName
{
color: #D31067;
}
</style>
background-color css
<style>
a { background-color: #D31067; }
a { background-color: rgb(211,16,103); }
div.DivClassName
{
background-color: #D31067;
}
.BgClassName
{
background-color: #D31067;
}
</style>
border-color css
<style>
span { border-color: #D31067; }
span { border-color: rgb(211,16,103); }
td.TdClassName
{
border-color: #D31067;
}
.TagClassName
{
border-color: #D31067;
}
</style>