Shades of Ruby #D11467
Tints of Ruby #D11467
RGB
CMYK
RGB Variations
Color information
#D11467 (or 0xD11467) is known color: Ruby. HEX triplet: D1, 14 and 67. RGB value is (209,20,103). Sum of RGB (Red+Green+Blue) = 209+20+103=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D11467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11467 is #2EEB98. Grayscale: #555555. Windows color (decimal): -3074969 or 6755537. OLE color: 6755537.
HSL color Cylindrical-coordinate representation of color #D11467: hue angle of 333.65º degrees, saturation: 0.83, 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 #D11467 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 103 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.18 |
| HSL | 333.65º | 0.83% | 0.45% | - |
| HSV(B) | 333.65º | 0.9% | 0.82% | - |
| XYZ | 28.99 | 15.03 | 14.21 | - |
| YUV | 85.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 103 | 0 | 0.90 | 0.51 | 0.18 | 333.65 | 0.83 | 0.45 |
| Hex | D1 | 14 | 67 | 0 | 5A | 33 | 12 | 14E | 53 | 2D |
| Octal | 321 | 24 | 147 | 0 | 132 | 63 | 22 | 516 | 123 | 55 |
| Binary | 11010001 | 10100 | 1100111 | 0 | 1011010 | 110011 | 10010 | 101001110 | 1010011 | 101101 |
Color Harmonies of #D11467
Complementary color
Monochromatic Colors of #D11467
Black with #D11467
Text Example
Text Example
White with #D11467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11467; }
p { color: rgb(209,20,103); }
H1.HeaderClassName
{
color: #D11467;
}
.AnyTagClassName
{
color: #D11467;
}
</style>
background-color css
<style>
a { background-color: #D11467; }
a { background-color: rgb(209,20,103); }
div.DivClassName
{
background-color: #D11467;
}
.BgClassName
{
background-color: #D11467;
}
</style>
border-color css
<style>
span { border-color: #D11467; }
span { border-color: rgb(209,20,103); }
td.TdClassName
{
border-color: #D11467;
}
.TagClassName
{
border-color: #D11467;
}
</style>