Shades of Ruby #D11367
Tints of Ruby #D11367
RGB
CMYK
RGB Variations
Color information
#D11367 (or 0xD11367) is known color: Ruby. HEX triplet: D1, 13 and 67. RGB value is (209,19,103). Sum of RGB (Red+Green+Blue) = 209+19+103=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D11367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11367 is #2EEC98. Grayscale: #555555. Windows color (decimal): -3075225 or 6755281. OLE color: 6755281.
HSL color Cylindrical-coordinate representation of color #D11367: hue angle of 333.47º 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 #D11367 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 103 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.18 |
| HSL | 333.47º | 0.83% | 0.45% | - |
| HSV(B) | 333.47º | 0.91% | 0.82% | - |
| XYZ | 28.98 | 15 | 14.2 | - |
| YUV | 85.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 103 | 0 | 0.91 | 0.51 | 0.18 | 333.47 | 0.83 | 0.45 |
| Hex | D1 | 13 | 67 | 0 | 5B | 33 | 12 | 14D | 53 | 2D |
| Octal | 321 | 23 | 147 | 0 | 133 | 63 | 22 | 515 | 123 | 55 |
| Binary | 11010001 | 10011 | 1100111 | 0 | 1011011 | 110011 | 10010 | 101001101 | 1010011 | 101101 |
Color Harmonies of #D11367
Complementary color
Monochromatic Colors of #D11367
Black with #D11367
Text Example
Text Example
White with #D11367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11367; }
p { color: rgb(209,19,103); }
H1.HeaderClassName
{
color: #D11367;
}
.AnyTagClassName
{
color: #D11367;
}
</style>
background-color css
<style>
a { background-color: #D11367; }
a { background-color: rgb(209,19,103); }
div.DivClassName
{
background-color: #D11367;
}
.BgClassName
{
background-color: #D11367;
}
</style>
border-color css
<style>
span { border-color: #D11367; }
span { border-color: rgb(209,19,103); }
td.TdClassName
{
border-color: #D11367;
}
.TagClassName
{
border-color: #D11367;
}
</style>