Shades of Ruby #D31164
Tints of Ruby #D31164
RGB
CMYK
RGB Variations
Color information
#D31164 (or 0xD31164) is known color: Ruby. HEX triplet: D3, 11 and 64. RGB value is (211,17,100). Sum of RGB (Red+Green+Blue) = 211+17+100=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D31164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31164 is #2CEE9B. Grayscale: #545454. Windows color (decimal): -2944668 or 6558163. OLE color: 6558163.
HSL color Cylindrical-coordinate representation of color #D31164: hue angle of 334.33º degrees, saturation: 0.85, 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 #D31164 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 100 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.17 |
| HSL | 334.33º | 0.85% | 0.45% | - |
| HSV(B) | 334.33º | 0.92% | 0.83% | - |
| XYZ | 29.36 | 15.17 | 13.44 | - |
| YUV | 84.47 | 136.77 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 100 | 0 | 0.92 | 0.53 | 0.17 | 334.33 | 0.85 | 0.45 |
| Hex | D3 | 11 | 64 | 0 | 5C | 35 | 11 | 14E | 55 | 2D |
| Octal | 323 | 21 | 144 | 0 | 134 | 65 | 21 | 516 | 125 | 55 |
| Binary | 11010011 | 10001 | 1100100 | 0 | 1011100 | 110101 | 10001 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D31164
Complementary color
Monochromatic Colors of #D31164
Black with #D31164
Text Example
Text Example
White with #D31164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31164; }
p { color: rgb(211,17,100); }
H1.HeaderClassName
{
color: #D31164;
}
.AnyTagClassName
{
color: #D31164;
}
</style>
background-color css
<style>
a { background-color: #D31164; }
a { background-color: rgb(211,17,100); }
div.DivClassName
{
background-color: #D31164;
}
.BgClassName
{
background-color: #D31164;
}
</style>
border-color css
<style>
span { border-color: #D31164; }
span { border-color: rgb(211,17,100); }
td.TdClassName
{
border-color: #D31164;
}
.TagClassName
{
border-color: #D31164;
}
</style>