Shades of Ruby #D41868
Tints of Ruby #D41868
RGB
CMYK
RGB Variations
Color information
#D41868 (or 0xD41868) is known color: Ruby. HEX triplet: D4, 18 and 68. RGB value is (212,24,104). Sum of RGB (Red+Green+Blue) = 212+24+104=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D41868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41868 is #2BE797. Grayscale: #595959. Windows color (decimal): -2877336 or 6822100. OLE color: 6822100.
HSL color Cylindrical-coordinate representation of color #D41868: hue angle of 334.47º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41868 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.17 |
| HSL | 334.47º | 0.8% | 0.46% | - |
| HSV(B) | 334.47º | 0.89% | 0.83% | - |
| XYZ | 29.98 | 15.65 | 14.54 | - |
| YUV | 89.33 | 136.28 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 104 | 0 | 0.89 | 0.51 | 0.17 | 334.47 | 0.8 | 0.46 |
| Hex | D4 | 18 | 68 | 0 | 59 | 33 | 11 | 14E | 50 | 2E |
| Octal | 324 | 30 | 150 | 0 | 131 | 63 | 21 | 516 | 120 | 56 |
| Binary | 11010100 | 11000 | 1101000 | 0 | 1011001 | 110011 | 10001 | 101001110 | 1010000 | 101110 |
Color Harmonies of #D41868
Complementary color
Monochromatic Colors of #D41868
Black with #D41868
Text Example
Text Example
White with #D41868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41868; }
p { color: rgb(212,24,104); }
H1.HeaderClassName
{
color: #D41868;
}
.AnyTagClassName
{
color: #D41868;
}
</style>
background-color css
<style>
a { background-color: #D41868; }
a { background-color: rgb(212,24,104); }
div.DivClassName
{
background-color: #D41868;
}
.BgClassName
{
background-color: #D41868;
}
</style>
border-color css
<style>
span { border-color: #D41868; }
span { border-color: rgb(212,24,104); }
td.TdClassName
{
border-color: #D41868;
}
.TagClassName
{
border-color: #D41868;
}
</style>