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