Shades of Ruby #D11A6F
Tints of Ruby #D11A6F
RGB
CMYK
RGB Variations
Color information
#D11A6F (or 0xD11A6F) is known color: Ruby. HEX triplet: D1, 1A and 6F. RGB value is (209,26,111). Sum of RGB (Red+Green+Blue) = 209+26+111=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A6F is #2EE590. Grayscale: #5A5A5A. Windows color (decimal): -3073425 or 7281361. OLE color: 7281361.
HSL color Cylindrical-coordinate representation of color #D11A6F: hue angle of 332.13º 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 #D11A6F is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 111 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.18 |
| HSL | 332.13º | 0.78% | 0.46% | - |
| HSV(B) | 332.13º | 0.88% | 0.82% | - |
| XYZ | 29.53 | 15.44 | 16.46 | - |
| YUV | 90.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 111 | 0 | 0.88 | 0.47 | 0.18 | 332.13 | 0.78 | 0.46 |
| Hex | D1 | 1A | 6F | 0 | 58 | 2F | 12 | 14C | 4E | 2E |
| Octal | 321 | 32 | 157 | 0 | 130 | 57 | 22 | 514 | 116 | 56 |
| Binary | 11010001 | 11010 | 1101111 | 0 | 1011000 | 101111 | 10010 | 101001100 | 1001110 | 101110 |
Color Harmonies of #D11A6F
Complementary color
Monochromatic Colors of #D11A6F
Black with #D11A6F
Text Example
Text Example
White with #D11A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A6F; }
p { color: rgb(209,26,111); }
H1.HeaderClassName
{
color: #D11A6F;
}
.AnyTagClassName
{
color: #D11A6F;
}
</style>
background-color css
<style>
a { background-color: #D11A6F; }
a { background-color: rgb(209,26,111); }
div.DivClassName
{
background-color: #D11A6F;
}
.BgClassName
{
background-color: #D11A6F;
}
</style>
border-color css
<style>
span { border-color: #D11A6F; }
span { border-color: rgb(209,26,111); }
td.TdClassName
{
border-color: #D11A6F;
}
.TagClassName
{
border-color: #D11A6F;
}
</style>