Shades of Ruby #D11364
Tints of Ruby #D11364
RGB
CMYK
RGB Variations
Color information
#D11364 (or 0xD11364) is known color: Ruby. HEX triplet: D1, 13 and 64. RGB value is (209,19,100). Sum of RGB (Red+Green+Blue) = 209+19+100=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D11364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11364 is #2EEC9B. Grayscale: #545454. Windows color (decimal): -3075228 or 6558673. OLE color: 6558673.
HSL color Cylindrical-coordinate representation of color #D11364: hue angle of 334.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11364 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.18 |
| HSL | 334.42º | 0.83% | 0.45% | - |
| HSV(B) | 334.42º | 0.91% | 0.82% | - |
| XYZ | 28.83 | 14.94 | 13.42 | - |
| YUV | 85.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 100 | 0 | 0.91 | 0.52 | 0.18 | 334.42 | 0.83 | 0.45 |
| Hex | D1 | 13 | 64 | 0 | 5B | 34 | 12 | 14E | 53 | 2D |
| Octal | 321 | 23 | 144 | 0 | 133 | 64 | 22 | 516 | 123 | 55 |
| Binary | 11010001 | 10011 | 1100100 | 0 | 1011011 | 110100 | 10010 | 101001110 | 1010011 | 101101 |
Color Harmonies of #D11364
Complementary color
Monochromatic Colors of #D11364
Black with #D11364
Text Example
Text Example
White with #D11364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11364; }
p { color: rgb(209,19,100); }
H1.HeaderClassName
{
color: #D11364;
}
.AnyTagClassName
{
color: #D11364;
}
</style>
background-color css
<style>
a { background-color: #D11364; }
a { background-color: rgb(209,19,100); }
div.DivClassName
{
background-color: #D11364;
}
.BgClassName
{
background-color: #D11364;
}
</style>
border-color css
<style>
span { border-color: #D11364; }
span { border-color: rgb(209,19,100); }
td.TdClassName
{
border-color: #D11364;
}
.TagClassName
{
border-color: #D11364;
}
</style>