Shades of Ruby #D11265
Tints of Ruby #D11265
RGB
CMYK
RGB Variations
Color information
#D11265 (or 0xD11265) is known color: Ruby. HEX triplet: D1, 12 and 65. RGB value is (209,18,101). Sum of RGB (Red+Green+Blue) = 209+18+101=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D11265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11265 is #2EED9A. Grayscale: #545454. Windows color (decimal): -3075483 or 6623953. OLE color: 6623953.
HSL color Cylindrical-coordinate representation of color #D11265: hue angle of 333.93º degrees, saturation: 0.84, 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 #D11265 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 101 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.18 |
| HSL | 333.93º | 0.84% | 0.45% | - |
| HSV(B) | 333.93º | 0.91% | 0.82% | - |
| XYZ | 28.86 | 14.93 | 13.67 | - |
| YUV | 84.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 101 | 0 | 0.91 | 0.52 | 0.18 | 333.93 | 0.84 | 0.45 |
| Hex | D1 | 12 | 65 | 0 | 5B | 34 | 12 | 14E | 54 | 2D |
| Octal | 321 | 22 | 145 | 0 | 133 | 64 | 22 | 516 | 124 | 55 |
| Binary | 11010001 | 10010 | 1100101 | 0 | 1011011 | 110100 | 10010 | 101001110 | 1010100 | 101101 |
Color Harmonies of #D11265
Complementary color
Monochromatic Colors of #D11265
Black with #D11265
Text Example
Text Example
White with #D11265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11265; }
p { color: rgb(209,18,101); }
H1.HeaderClassName
{
color: #D11265;
}
.AnyTagClassName
{
color: #D11265;
}
</style>
background-color css
<style>
a { background-color: #D11265; }
a { background-color: rgb(209,18,101); }
div.DivClassName
{
background-color: #D11265;
}
.BgClassName
{
background-color: #D11265;
}
</style>
border-color css
<style>
span { border-color: #D11265; }
span { border-color: rgb(209,18,101); }
td.TdClassName
{
border-color: #D11265;
}
.TagClassName
{
border-color: #D11265;
}
</style>