Shades of Ruby #D41968
Tints of Ruby #D41968
RGB
CMYK
RGB Variations
Color information
#D41968 (or 0xD41968) is known color: Ruby. HEX triplet: D4, 19 and 68. RGB value is (212,25,104). Sum of RGB (Red+Green+Blue) = 212+25+104=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D41968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41968 is #2BE697. Grayscale: #595959. Windows color (decimal): -2877080 or 6822356. OLE color: 6822356.
HSL color Cylindrical-coordinate representation of color #D41968: hue angle of 334.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41968 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 104 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.17 |
| HSL | 334.65º | 0.79% | 0.46% | - |
| HSV(B) | 334.65º | 0.88% | 0.83% | - |
| XYZ | 30 | 15.69 | 14.54 | - |
| YUV | 89.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 104 | 0 | 0.88 | 0.51 | 0.17 | 334.65 | 0.79 | 0.46 |
| Hex | D4 | 19 | 68 | 0 | 58 | 33 | 11 | 14F | 4F | 2E |
| Octal | 324 | 31 | 150 | 0 | 130 | 63 | 21 | 517 | 117 | 56 |
| Binary | 11010100 | 11001 | 1101000 | 0 | 1011000 | 110011 | 10001 | 101001111 | 1001111 | 101110 |
Color Harmonies of #D41968
Complementary color
Monochromatic Colors of #D41968
Black with #D41968
Text Example
Text Example
White with #D41968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41968; }
p { color: rgb(212,25,104); }
H1.HeaderClassName
{
color: #D41968;
}
.AnyTagClassName
{
color: #D41968;
}
</style>
background-color css
<style>
a { background-color: #D41968; }
a { background-color: rgb(212,25,104); }
div.DivClassName
{
background-color: #D41968;
}
.BgClassName
{
background-color: #D41968;
}
</style>
border-color css
<style>
span { border-color: #D41968; }
span { border-color: rgb(212,25,104); }
td.TdClassName
{
border-color: #D41968;
}
.TagClassName
{
border-color: #D41968;
}
</style>