Shades of Ruby #D31A6C
Tints of Ruby #D31A6C
RGB
CMYK
RGB Variations
Color information
#D31A6C (or 0xD31A6C) is known color: Ruby. HEX triplet: D3, 1A and 6C. RGB value is (211,26,108). Sum of RGB (Red+Green+Blue) = 211+26+108=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31A6C is #2CE593. Grayscale: #5A5A5A. Windows color (decimal): -2942356 or 7084755. OLE color: 7084755.
HSL color Cylindrical-coordinate representation of color #D31A6C: hue angle of 333.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A6C is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 108 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.17 |
| HSL | 333.41º | 0.78% | 0.46% | - |
| HSV(B) | 333.41º | 0.88% | 0.83% | - |
| XYZ | 29.94 | 15.67 | 15.63 | - |
| YUV | 90.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 108 | 0 | 0.88 | 0.49 | 0.17 | 333.41 | 0.78 | 0.46 |
| Hex | D3 | 1A | 6C | 0 | 58 | 31 | 11 | 14D | 4E | 2E |
| Octal | 323 | 32 | 154 | 0 | 130 | 61 | 21 | 515 | 116 | 56 |
| Binary | 11010011 | 11010 | 1101100 | 0 | 1011000 | 110001 | 10001 | 101001101 | 1001110 | 101110 |
Color Harmonies of #D31A6C
Complementary color
Monochromatic Colors of #D31A6C
Black with #D31A6C
Text Example
Text Example
White with #D31A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A6C; }
p { color: rgb(211,26,108); }
H1.HeaderClassName
{
color: #D31A6C;
}
.AnyTagClassName
{
color: #D31A6C;
}
</style>
background-color css
<style>
a { background-color: #D31A6C; }
a { background-color: rgb(211,26,108); }
div.DivClassName
{
background-color: #D31A6C;
}
.BgClassName
{
background-color: #D31A6C;
}
</style>
border-color css
<style>
span { border-color: #D31A6C; }
span { border-color: rgb(211,26,108); }
td.TdClassName
{
border-color: #D31A6C;
}
.TagClassName
{
border-color: #D31A6C;
}
</style>