Shades of Ruby #D41E6F
Tints of Ruby #D41E6F
RGB
CMYK
RGB Variations
Color information
#D41E6F (or 0xD41E6F) is known color: Ruby. HEX triplet: D4, 1E and 6F. RGB value is (212,30,111). Sum of RGB (Red+Green+Blue) = 212+30+111=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41E6F is #2BE190. Grayscale: #5D5D5D. Windows color (decimal): -2875793 or 7282388. OLE color: 7282388.
HSL color Cylindrical-coordinate representation of color #D41E6F: hue angle of 333.3º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E6F is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 111 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.17 |
| HSL | 333.3º | 0.75% | 0.47% | - |
| HSV(B) | 333.3º | 0.86% | 0.83% | - |
| XYZ | 30.48 | 16.07 | 16.53 | - |
| YUV | 93.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 111 | 0 | 0.86 | 0.48 | 0.17 | 333.3 | 0.75 | 0.47 |
| Hex | D4 | 1E | 6F | 0 | 56 | 30 | 11 | 14D | 4B | 2F |
| Octal | 324 | 36 | 157 | 0 | 126 | 60 | 21 | 515 | 113 | 57 |
| Binary | 11010100 | 11110 | 1101111 | 0 | 1010110 | 110000 | 10001 | 101001101 | 1001011 | 101111 |
Color Harmonies of #D41E6F
Complementary color
Monochromatic Colors of #D41E6F
Black with #D41E6F
Text Example
Text Example
White with #D41E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41E6F; }
p { color: rgb(212,30,111); }
H1.HeaderClassName
{
color: #D41E6F;
}
.AnyTagClassName
{
color: #D41E6F;
}
</style>
background-color css
<style>
a { background-color: #D41E6F; }
a { background-color: rgb(212,30,111); }
div.DivClassName
{
background-color: #D41E6F;
}
.BgClassName
{
background-color: #D41E6F;
}
</style>
border-color css
<style>
span { border-color: #D41E6F; }
span { border-color: rgb(212,30,111); }
td.TdClassName
{
border-color: #D41E6F;
}
.TagClassName
{
border-color: #D41E6F;
}
</style>