Shades of Ruby #D11A6C
Tints of Ruby #D11A6C
RGB
CMYK
RGB Variations
Color information
#D11A6C (or 0xD11A6C) is known color: Ruby. HEX triplet: D1, 1A and 6C. RGB value is (209,26,108). Sum of RGB (Red+Green+Blue) = 209+26+108=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A6C is #2EE593. Grayscale: #595959. Windows color (decimal): -3073428 or 7084753. OLE color: 7084753.
HSL color Cylindrical-coordinate representation of color #D11A6C: hue angle of 333.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A6C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 108 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.18 |
| HSL | 333.11º | 0.78% | 0.46% | - |
| HSV(B) | 333.11º | 0.88% | 0.82% | - |
| XYZ | 29.37 | 15.38 | 15.61 | - |
| YUV | 90.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 108 | 0 | 0.88 | 0.48 | 0.18 | 333.11 | 0.78 | 0.46 |
| Hex | D1 | 1A | 6C | 0 | 58 | 30 | 12 | 14D | 4E | 2E |
| Octal | 321 | 32 | 154 | 0 | 130 | 60 | 22 | 515 | 116 | 56 |
| Binary | 11010001 | 11010 | 1101100 | 0 | 1011000 | 110000 | 10010 | 101001101 | 1001110 | 101110 |
Color Harmonies of #D11A6C
Complementary color
Monochromatic Colors of #D11A6C
Black with #D11A6C
Text Example
Text Example
White with #D11A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A6C; }
p { color: rgb(209,26,108); }
H1.HeaderClassName
{
color: #D11A6C;
}
.AnyTagClassName
{
color: #D11A6C;
}
</style>
background-color css
<style>
a { background-color: #D11A6C; }
a { background-color: rgb(209,26,108); }
div.DivClassName
{
background-color: #D11A6C;
}
.BgClassName
{
background-color: #D11A6C;
}
</style>
border-color css
<style>
span { border-color: #D11A6C; }
span { border-color: rgb(209,26,108); }
td.TdClassName
{
border-color: #D11A6C;
}
.TagClassName
{
border-color: #D11A6C;
}
</style>