Shades of Ruby #D51B5B
Tints of Ruby #D51B5B
RGB
CMYK
RGB Variations
Color information
#D51B5B (or 0xD51B5B) is known color: Ruby. HEX triplet: D5, 1B and 5B. RGB value is (213,27,91). Sum of RGB (Red+Green+Blue) = 213+27+91=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B5B is #2AE4A4. Grayscale: #595959. Windows color (decimal): -2811045 or 5970901. OLE color: 5970901.
HSL color Cylindrical-coordinate representation of color #D51B5B: hue angle of 339.35º 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 #D51B5B is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 91 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.16 |
| HSL | 339.35º | 0.78% | 0.47% | - |
| HSV(B) | 339.35º | 0.87% | 0.84% | - |
| XYZ | 29.72 | 15.69 | 11.36 | - |
| YUV | 89.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 91 | 0 | 0.87 | 0.57 | 0.16 | 339.35 | 0.78 | 0.47 |
| Hex | D5 | 1B | 5B | 0 | 57 | 39 | 10 | 153 | 4E | 2F |
| Octal | 325 | 33 | 133 | 0 | 127 | 71 | 20 | 523 | 116 | 57 |
| Binary | 11010101 | 11011 | 1011011 | 0 | 1010111 | 111001 | 10000 | 101010011 | 1001110 | 101111 |
Color Harmonies of #D51B5B
Complementary color
Monochromatic Colors of #D51B5B
Black with #D51B5B
Text Example
Text Example
White with #D51B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B5B; }
p { color: rgb(213,27,91); }
H1.HeaderClassName
{
color: #D51B5B;
}
.AnyTagClassName
{
color: #D51B5B;
}
</style>
background-color css
<style>
a { background-color: #D51B5B; }
a { background-color: rgb(213,27,91); }
div.DivClassName
{
background-color: #D51B5B;
}
.BgClassName
{
background-color: #D51B5B;
}
</style>
border-color css
<style>
span { border-color: #D51B5B; }
span { border-color: rgb(213,27,91); }
td.TdClassName
{
border-color: #D51B5B;
}
.TagClassName
{
border-color: #D51B5B;
}
</style>