Shades of Ruby #D41B5D
Tints of Ruby #D41B5D
RGB
CMYK
RGB Variations
Color information
#D41B5D (or 0xD41B5D) is known color: Ruby. HEX triplet: D4, 1B and 5D. RGB value is (212,27,93). Sum of RGB (Red+Green+Blue) = 212+27+93=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41B5D is #2BE4A2. Grayscale: #595959. Windows color (decimal): -2876579 or 6101972. OLE color: 6101972.
HSL color Cylindrical-coordinate representation of color #D41B5D: hue angle of 338.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41B5D is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 93 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.17 |
| HSL | 338.59º | 0.77% | 0.47% | - |
| HSV(B) | 338.59º | 0.87% | 0.83% | - |
| XYZ | 29.52 | 15.57 | 11.81 | - |
| YUV | 89.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 93 | 0 | 0.87 | 0.56 | 0.17 | 338.59 | 0.77 | 0.47 |
| Hex | D4 | 1B | 5D | 0 | 57 | 38 | 11 | 153 | 4D | 2F |
| Octal | 324 | 33 | 135 | 0 | 127 | 70 | 21 | 523 | 115 | 57 |
| Binary | 11010100 | 11011 | 1011101 | 0 | 1010111 | 111000 | 10001 | 101010011 | 1001101 | 101111 |
Color Harmonies of #D41B5D
Complementary color
Monochromatic Colors of #D41B5D
Black with #D41B5D
Text Example
Text Example
White with #D41B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B5D; }
p { color: rgb(212,27,93); }
H1.HeaderClassName
{
color: #D41B5D;
}
.AnyTagClassName
{
color: #D41B5D;
}
</style>
background-color css
<style>
a { background-color: #D41B5D; }
a { background-color: rgb(212,27,93); }
div.DivClassName
{
background-color: #D41B5D;
}
.BgClassName
{
background-color: #D41B5D;
}
</style>
border-color css
<style>
span { border-color: #D41B5D; }
span { border-color: rgb(212,27,93); }
td.TdClassName
{
border-color: #D41B5D;
}
.TagClassName
{
border-color: #D41B5D;
}
</style>