Shades of Ruby #D51B5E
Tints of Ruby #D51B5E
RGB
CMYK
RGB Variations
Color information
#D51B5E (or 0xD51B5E) is known color: Ruby. HEX triplet: D5, 1B and 5E. RGB value is (213,27,94). Sum of RGB (Red+Green+Blue) = 213+27+94=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B5E is #2AE4A1. Grayscale: #5A5A5A. Windows color (decimal): -2811042 or 6167509. OLE color: 6167509.
HSL color Cylindrical-coordinate representation of color #D51B5E: hue angle of 338.39º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B5E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 94 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.16 |
| HSL | 338.39º | 0.78% | 0.47% | - |
| HSV(B) | 338.39º | 0.87% | 0.84% | - |
| XYZ | 29.85 | 15.74 | 12.05 | - |
| YUV | 90.25 | 130.12 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 94 | 0 | 0.87 | 0.56 | 0.16 | 338.39 | 0.78 | 0.47 |
| Hex | D5 | 1B | 5E | 0 | 57 | 38 | 10 | 152 | 4E | 2F |
| Octal | 325 | 33 | 136 | 0 | 127 | 70 | 20 | 522 | 116 | 57 |
| Binary | 11010101 | 11011 | 1011110 | 0 | 1010111 | 111000 | 10000 | 101010010 | 1001110 | 101111 |
Color Harmonies of #D51B5E
Complementary color
Monochromatic Colors of #D51B5E
Black with #D51B5E
Text Example
Text Example
White with #D51B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B5E; }
p { color: rgb(213,27,94); }
H1.HeaderClassName
{
color: #D51B5E;
}
.AnyTagClassName
{
color: #D51B5E;
}
</style>
background-color css
<style>
a { background-color: #D51B5E; }
a { background-color: rgb(213,27,94); }
div.DivClassName
{
background-color: #D51B5E;
}
.BgClassName
{
background-color: #D51B5E;
}
</style>
border-color css
<style>
span { border-color: #D51B5E; }
span { border-color: rgb(213,27,94); }
td.TdClassName
{
border-color: #D51B5E;
}
.TagClassName
{
border-color: #D51B5E;
}
</style>