Shades of Ruby #D31C6B
Tints of Ruby #D31C6B
RGB
CMYK
RGB Variations
Color information
#D31C6B (or 0xD31C6B) is known color: Ruby. HEX triplet: D3, 1C and 6B. RGB value is (211,28,107). Sum of RGB (Red+Green+Blue) = 211+28+107=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D31C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31C6B is #2CE394. Grayscale: #5B5B5B. Windows color (decimal): -2941845 or 7019731. OLE color: 7019731.
HSL color Cylindrical-coordinate representation of color #D31C6B: hue angle of 334.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31C6B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 28 | 107 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.17 |
| HSL | 334.1º | 0.77% | 0.47% | - |
| HSV(B) | 334.1º | 0.87% | 0.83% | - |
| XYZ | 29.93 | 15.74 | 15.37 | - |
| YUV | 91.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 107 | 0 | 0.87 | 0.49 | 0.17 | 334.1 | 0.77 | 0.47 |
| Hex | D3 | 1C | 6B | 0 | 57 | 31 | 11 | 14E | 4D | 2F |
| Octal | 323 | 34 | 153 | 0 | 127 | 61 | 21 | 516 | 115 | 57 |
| Binary | 11010011 | 11100 | 1101011 | 0 | 1010111 | 110001 | 10001 | 101001110 | 1001101 | 101111 |
Color Harmonies of #D31C6B
Complementary color
Monochromatic Colors of #D31C6B
Black with #D31C6B
Text Example
Text Example
White with #D31C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31C6B; }
p { color: rgb(211,28,107); }
H1.HeaderClassName
{
color: #D31C6B;
}
.AnyTagClassName
{
color: #D31C6B;
}
</style>
background-color css
<style>
a { background-color: #D31C6B; }
a { background-color: rgb(211,28,107); }
div.DivClassName
{
background-color: #D31C6B;
}
.BgClassName
{
background-color: #D31C6B;
}
</style>
border-color css
<style>
span { border-color: #D31C6B; }
span { border-color: rgb(211,28,107); }
td.TdClassName
{
border-color: #D31C6B;
}
.TagClassName
{
border-color: #D31C6B;
}
</style>