Shades of Ruby #D40863
Tints of Ruby #D40863
RGB
CMYK
RGB Variations
Color information
#D40863 (or 0xD40863) is known color: Ruby. HEX triplet: D4, 08 and 63. RGB value is (212,8,99). Sum of RGB (Red+Green+Blue) = 212+8+99=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D40863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40863 is #2BF79C. Grayscale: #4F4F4F. Windows color (decimal): -2881437 or 6490324. OLE color: 6490324.
HSL color Cylindrical-coordinate representation of color #D40863: hue angle of 333.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40863 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.17 |
| HSL | 333.24º | 0.93% | 0.43% | - |
| HSV(B) | 333.24º | 0.96% | 0.83% | - |
| XYZ | 29.49 | 15.07 | 13.16 | - |
| YUV | 79.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 99 | 0 | 0.96 | 0.53 | 0.17 | 333.24 | 0.93 | 0.43 |
| Hex | D4 | 8 | 63 | 0 | 60 | 35 | 11 | 14D | 5D | 2B |
| Octal | 324 | 10 | 143 | 0 | 140 | 65 | 21 | 515 | 135 | 53 |
| Binary | 11010100 | 1000 | 1100011 | 0 | 1100000 | 110101 | 10001 | 101001101 | 1011101 | 101011 |
Color Harmonies of #D40863
Complementary color
Monochromatic Colors of #D40863
Black with #D40863
Text Example
Text Example
White with #D40863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40863; }
p { color: rgb(212,8,99); }
H1.HeaderClassName
{
color: #D40863;
}
.AnyTagClassName
{
color: #D40863;
}
</style>
background-color css
<style>
a { background-color: #D40863; }
a { background-color: rgb(212,8,99); }
div.DivClassName
{
background-color: #D40863;
}
.BgClassName
{
background-color: #D40863;
}
</style>
border-color css
<style>
span { border-color: #D40863; }
span { border-color: rgb(212,8,99); }
td.TdClassName
{
border-color: #D40863;
}
.TagClassName
{
border-color: #D40863;
}
</style>