Shades of Ruby #D11462
Tints of Ruby #D11462
RGB
CMYK
RGB Variations
Color information
#D11462 (or 0xD11462) is known color: Ruby. HEX triplet: D1, 14 and 62. RGB value is (209,20,98). Sum of RGB (Red+Green+Blue) = 209+20+98=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D11462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11462 is #2EEB9D. Grayscale: #555555. Windows color (decimal): -3074974 or 6427857. OLE color: 6427857.
HSL color Cylindrical-coordinate representation of color #D11462: hue angle of 335.24º 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 #D11462 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.18 |
| HSL | 335.24º | 0.83% | 0.45% | - |
| HSV(B) | 335.24º | 0.9% | 0.82% | - |
| XYZ | 28.75 | 14.94 | 12.92 | - |
| YUV | 85.4 | 135.12 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 98 | 0 | 0.90 | 0.53 | 0.18 | 335.24 | 0.83 | 0.45 |
| Hex | D1 | 14 | 62 | 0 | 5A | 35 | 12 | 14F | 53 | 2D |
| Octal | 321 | 24 | 142 | 0 | 132 | 65 | 22 | 517 | 123 | 55 |
| Binary | 11010001 | 10100 | 1100010 | 0 | 1011010 | 110101 | 10010 | 101001111 | 1010011 | 101101 |
Color Harmonies of #D11462
Complementary color
Monochromatic Colors of #D11462
Black with #D11462
Text Example
Text Example
White with #D11462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11462; }
p { color: rgb(209,20,98); }
H1.HeaderClassName
{
color: #D11462;
}
.AnyTagClassName
{
color: #D11462;
}
</style>
background-color css
<style>
a { background-color: #D11462; }
a { background-color: rgb(209,20,98); }
div.DivClassName
{
background-color: #D11462;
}
.BgClassName
{
background-color: #D11462;
}
</style>
border-color css
<style>
span { border-color: #D11462; }
span { border-color: rgb(209,20,98); }
td.TdClassName
{
border-color: #D11462;
}
.TagClassName
{
border-color: #D11462;
}
</style>