Shades of Ruby #D31D6D
Tints of Ruby #D31D6D
RGB
CMYK
RGB Variations
Color information
#D31D6D (or 0xD31D6D) is known color: Ruby. HEX triplet: D3, 1D and 6D. RGB value is (211,29,109). Sum of RGB (Red+Green+Blue) = 211+29+109=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31D6D is #2CE292. Grayscale: #5C5C5C. Windows color (decimal): -2941587 or 7151059. OLE color: 7151059.
HSL color Cylindrical-coordinate representation of color #D31D6D: hue angle of 333.63º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31D6D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 109 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.17 |
| HSL | 333.63º | 0.76% | 0.47% | - |
| HSV(B) | 333.63º | 0.86% | 0.83% | - |
| XYZ | 30.06 | 15.83 | 15.94 | - |
| YUV | 92.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 109 | 0 | 0.86 | 0.48 | 0.17 | 333.63 | 0.76 | 0.47 |
| Hex | D3 | 1D | 6D | 0 | 56 | 30 | 11 | 14E | 4C | 2F |
| Octal | 323 | 35 | 155 | 0 | 126 | 60 | 21 | 516 | 114 | 57 |
| Binary | 11010011 | 11101 | 1101101 | 0 | 1010110 | 110000 | 10001 | 101001110 | 1001100 | 101111 |
Color Harmonies of #D31D6D
Complementary color
Monochromatic Colors of #D31D6D
Black with #D31D6D
Text Example
Text Example
White with #D31D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31D6D; }
p { color: rgb(211,29,109); }
H1.HeaderClassName
{
color: #D31D6D;
}
.AnyTagClassName
{
color: #D31D6D;
}
</style>
background-color css
<style>
a { background-color: #D31D6D; }
a { background-color: rgb(211,29,109); }
div.DivClassName
{
background-color: #D31D6D;
}
.BgClassName
{
background-color: #D31D6D;
}
</style>
border-color css
<style>
span { border-color: #D31D6D; }
span { border-color: rgb(211,29,109); }
td.TdClassName
{
border-color: #D31D6D;
}
.TagClassName
{
border-color: #D31D6D;
}
</style>