Shades of Ruby #D11F6B
Tints of Ruby #D11F6B
RGB
CMYK
RGB Variations
Color information
#D11F6B (or 0xD11F6B) is known color: Ruby. HEX triplet: D1, 1F and 6B. RGB value is (209,31,107). Sum of RGB (Red+Green+Blue) = 209+31+107=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F6B is #2EE094. Grayscale: #5C5C5C. Windows color (decimal): -3072149 or 7020497. OLE color: 7020497.
HSL color Cylindrical-coordinate representation of color #D11F6B: hue angle of 334.38º 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 #D11F6B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 107 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.18 |
| HSL | 334.38º | 0.74% | 0.47% | - |
| HSV(B) | 334.38º | 0.85% | 0.82% | - |
| XYZ | 29.44 | 15.6 | 15.37 | - |
| YUV | 92.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 107 | 0 | 0.85 | 0.49 | 0.18 | 334.38 | 0.74 | 0.47 |
| Hex | D1 | 1F | 6B | 0 | 55 | 31 | 12 | 14E | 4A | 2F |
| Octal | 321 | 37 | 153 | 0 | 125 | 61 | 22 | 516 | 112 | 57 |
| Binary | 11010001 | 11111 | 1101011 | 0 | 1010101 | 110001 | 10010 | 101001110 | 1001010 | 101111 |
Color Harmonies of #D11F6B
Complementary color
Monochromatic Colors of #D11F6B
Black with #D11F6B
Text Example
Text Example
White with #D11F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F6B; }
p { color: rgb(209,31,107); }
H1.HeaderClassName
{
color: #D11F6B;
}
.AnyTagClassName
{
color: #D11F6B;
}
</style>
background-color css
<style>
a { background-color: #D11F6B; }
a { background-color: rgb(209,31,107); }
div.DivClassName
{
background-color: #D11F6B;
}
.BgClassName
{
background-color: #D11F6B;
}
</style>
border-color css
<style>
span { border-color: #D11F6B; }
span { border-color: rgb(209,31,107); }
td.TdClassName
{
border-color: #D11F6B;
}
.TagClassName
{
border-color: #D11F6B;
}
</style>