Shades of Ruby #D11567
Tints of Ruby #D11567
RGB
CMYK
RGB Variations
Color information
#D11567 (or 0xD11567) is known color: Ruby. HEX triplet: D1, 15 and 67. RGB value is (209,21,103). Sum of RGB (Red+Green+Blue) = 209+21+103=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D11567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11567 is #2EEA98. Grayscale: #565656. Windows color (decimal): -3074713 or 6755793. OLE color: 6755793.
HSL color Cylindrical-coordinate representation of color #D11567: hue angle of 333.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11567 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.18 |
| HSL | 333.83º | 0.82% | 0.45% | - |
| HSV(B) | 333.83º | 0.9% | 0.82% | - |
| XYZ | 29.01 | 15.07 | 14.21 | - |
| YUV | 86.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 103 | 0 | 0.90 | 0.51 | 0.18 | 333.83 | 0.82 | 0.45 |
| Hex | D1 | 15 | 67 | 0 | 5A | 33 | 12 | 14E | 52 | 2D |
| Octal | 321 | 25 | 147 | 0 | 132 | 63 | 22 | 516 | 122 | 55 |
| Binary | 11010001 | 10101 | 1100111 | 0 | 1011010 | 110011 | 10010 | 101001110 | 1010010 | 101101 |
Color Harmonies of #D11567
Complementary color
Monochromatic Colors of #D11567
Black with #D11567
Text Example
Text Example
White with #D11567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11567; }
p { color: rgb(209,21,103); }
H1.HeaderClassName
{
color: #D11567;
}
.AnyTagClassName
{
color: #D11567;
}
</style>
background-color css
<style>
a { background-color: #D11567; }
a { background-color: rgb(209,21,103); }
div.DivClassName
{
background-color: #D11567;
}
.BgClassName
{
background-color: #D11567;
}
</style>
border-color css
<style>
span { border-color: #D11567; }
span { border-color: rgb(209,21,103); }
td.TdClassName
{
border-color: #D11567;
}
.TagClassName
{
border-color: #D11567;
}
</style>