Shades of Ruby #D11F5D
Tints of Ruby #D11F5D
RGB
CMYK
RGB Variations
Color information
#D11F5D (or 0xD11F5D) is known color: Ruby. HEX triplet: D1, 1F and 5D. RGB value is (209,31,93). Sum of RGB (Red+Green+Blue) = 209+31+93=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F5D is #2EE0A2. Grayscale: #5B5B5B. Windows color (decimal): -3072163 or 6102993. OLE color: 6102993.
HSL color Cylindrical-coordinate representation of color #D11F5D: hue angle of 339.1º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F5D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 93 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.18 |
| HSL | 339.1º | 0.74% | 0.47% | - |
| HSV(B) | 339.1º | 0.85% | 0.82% | - |
| XYZ | 28.76 | 15.33 | 11.8 | - |
| YUV | 91.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 93 | 0 | 0.85 | 0.56 | 0.18 | 339.1 | 0.74 | 0.47 |
| Hex | D1 | 1F | 5D | 0 | 55 | 38 | 12 | 153 | 4A | 2F |
| Octal | 321 | 37 | 135 | 0 | 125 | 70 | 22 | 523 | 112 | 57 |
| Binary | 11010001 | 11111 | 1011101 | 0 | 1010101 | 111000 | 10010 | 101010011 | 1001010 | 101111 |
Color Harmonies of #D11F5D
Complementary color
Monochromatic Colors of #D11F5D
Black with #D11F5D
Text Example
Text Example
White with #D11F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F5D; }
p { color: rgb(209,31,93); }
H1.HeaderClassName
{
color: #D11F5D;
}
.AnyTagClassName
{
color: #D11F5D;
}
</style>
background-color css
<style>
a { background-color: #D11F5D; }
a { background-color: rgb(209,31,93); }
div.DivClassName
{
background-color: #D11F5D;
}
.BgClassName
{
background-color: #D11F5D;
}
</style>
border-color css
<style>
span { border-color: #D11F5D; }
span { border-color: rgb(209,31,93); }
td.TdClassName
{
border-color: #D11F5D;
}
.TagClassName
{
border-color: #D11F5D;
}
</style>