Shades of Ruby #D11862
Tints of Ruby #D11862
RGB
CMYK
RGB Variations
Color information
#D11862 (or 0xD11862) is known color: Ruby. HEX triplet: D1, 18 and 62. RGB value is (209,24,98). Sum of RGB (Red+Green+Blue) = 209+24+98=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D11862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11862 is #2EE79D. Grayscale: #575757. Windows color (decimal): -3073950 or 6428881. OLE color: 6428881.
HSL color Cylindrical-coordinate representation of color #D11862: hue angle of 336º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11862 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 98 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.18 |
| HSL | 336º | 0.79% | 0.46% | - |
| HSV(B) | 336º | 0.89% | 0.82% | - |
| XYZ | 28.83 | 15.09 | 12.95 | - |
| YUV | 87.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 98 | 0 | 0.89 | 0.53 | 0.18 | 336 | 0.79 | 0.46 |
| Hex | D1 | 18 | 62 | 0 | 59 | 35 | 12 | 150 | 4F | 2E |
| Octal | 321 | 30 | 142 | 0 | 131 | 65 | 22 | 520 | 117 | 56 |
| Binary | 11010001 | 11000 | 1100010 | 0 | 1011001 | 110101 | 10010 | 101010000 | 1001111 | 101110 |
Color Harmonies of #D11862
Complementary color
Monochromatic Colors of #D11862
Black with #D11862
Text Example
Text Example
White with #D11862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11862; }
p { color: rgb(209,24,98); }
H1.HeaderClassName
{
color: #D11862;
}
.AnyTagClassName
{
color: #D11862;
}
</style>
background-color css
<style>
a { background-color: #D11862; }
a { background-color: rgb(209,24,98); }
div.DivClassName
{
background-color: #D11862;
}
.BgClassName
{
background-color: #D11862;
}
</style>
border-color css
<style>
span { border-color: #D11862; }
span { border-color: rgb(209,24,98); }
td.TdClassName
{
border-color: #D11862;
}
.TagClassName
{
border-color: #D11862;
}
</style>