Shades of Ruby #D41E6E
Tints of Ruby #D41E6E
RGB
CMYK
RGB Variations
Color information
#D41E6E (or 0xD41E6E) is known color: Ruby. HEX triplet: D4, 1E and 6E. RGB value is (212,30,110). Sum of RGB (Red+Green+Blue) = 212+30+110=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41E6E is #2BE191. Grayscale: #5D5D5D. Windows color (decimal): -2875794 or 7216852. OLE color: 7216852.
HSL color Cylindrical-coordinate representation of color #D41E6E: hue angle of 333.63º 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 #D41E6E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 110 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.17 |
| HSL | 333.63º | 0.75% | 0.47% | - |
| HSV(B) | 333.63º | 0.86% | 0.83% | - |
| XYZ | 30.43 | 16.05 | 16.25 | - |
| YUV | 93.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 110 | 0 | 0.86 | 0.48 | 0.17 | 333.63 | 0.75 | 0.47 |
| Hex | D4 | 1E | 6E | 0 | 56 | 30 | 11 | 14E | 4B | 2F |
| Octal | 324 | 36 | 156 | 0 | 126 | 60 | 21 | 516 | 113 | 57 |
| Binary | 11010100 | 11110 | 1101110 | 0 | 1010110 | 110000 | 10001 | 101001110 | 1001011 | 101111 |
Color Harmonies of #D41E6E
Complementary color
Monochromatic Colors of #D41E6E
Black with #D41E6E
Text Example
Text Example
White with #D41E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41E6E; }
p { color: rgb(212,30,110); }
H1.HeaderClassName
{
color: #D41E6E;
}
.AnyTagClassName
{
color: #D41E6E;
}
</style>
background-color css
<style>
a { background-color: #D41E6E; }
a { background-color: rgb(212,30,110); }
div.DivClassName
{
background-color: #D41E6E;
}
.BgClassName
{
background-color: #D41E6E;
}
</style>
border-color css
<style>
span { border-color: #D41E6E; }
span { border-color: rgb(212,30,110); }
td.TdClassName
{
border-color: #D41E6E;
}
.TagClassName
{
border-color: #D41E6E;
}
</style>