Shades of Ruby #D40860
Tints of Ruby #D40860
RGB
CMYK
RGB Variations
Color information
#D40860 (or 0xD40860) is known color: Ruby. HEX triplet: D4, 08 and 60. RGB value is (212,8,96). Sum of RGB (Red+Green+Blue) = 212+8+96=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D40860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40860 is #2BF79F. Grayscale: #4E4E4E. Windows color (decimal): -2881440 or 6293716. OLE color: 6293716.
HSL color Cylindrical-coordinate representation of color #D40860: hue angle of 334.12º 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 #D40860 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.17 |
| HSL | 334.12º | 0.93% | 0.43% | - |
| HSV(B) | 334.12º | 0.96% | 0.83% | - |
| XYZ | 29.35 | 15.02 | 12.42 | - |
| YUV | 79.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 96 | 0 | 0.96 | 0.55 | 0.17 | 334.12 | 0.93 | 0.43 |
| Hex | D4 | 8 | 60 | 0 | 60 | 37 | 11 | 14E | 5D | 2B |
| Octal | 324 | 10 | 140 | 0 | 140 | 67 | 21 | 516 | 135 | 53 |
| Binary | 11010100 | 1000 | 1100000 | 0 | 1100000 | 110111 | 10001 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D40860
Complementary color
Monochromatic Colors of #D40860
Black with #D40860
Text Example
Text Example
White with #D40860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40860; }
p { color: rgb(212,8,96); }
H1.HeaderClassName
{
color: #D40860;
}
.AnyTagClassName
{
color: #D40860;
}
</style>
background-color css
<style>
a { background-color: #D40860; }
a { background-color: rgb(212,8,96); }
div.DivClassName
{
background-color: #D40860;
}
.BgClassName
{
background-color: #D40860;
}
</style>
border-color css
<style>
span { border-color: #D40860; }
span { border-color: rgb(212,8,96); }
td.TdClassName
{
border-color: #D40860;
}
.TagClassName
{
border-color: #D40860;
}
</style>