Shades of Ruby #D51E6D
Tints of Ruby #D51E6D
RGB
CMYK
RGB Variations
Color information
#D51E6D (or 0xD51E6D) is known color: Ruby. HEX triplet: D5, 1E and 6D. RGB value is (213,30,109). Sum of RGB (Red+Green+Blue) = 213+30+109=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51E6D is #2AE192. Grayscale: #5D5D5D. Windows color (decimal): -2810259 or 7151317. OLE color: 7151317.
HSL color Cylindrical-coordinate representation of color #D51E6D: hue angle of 334.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E6D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 109 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.16 |
| HSL | 334.1º | 0.75% | 0.48% | - |
| HSV(B) | 334.1º | 0.86% | 0.84% | - |
| XYZ | 30.67 | 16.18 | 15.97 | - |
| YUV | 93.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 109 | 0 | 0.86 | 0.49 | 0.16 | 334.1 | 0.75 | 0.48 |
| Hex | D5 | 1E | 6D | 0 | 56 | 31 | 10 | 14E | 4B | 30 |
| Octal | 325 | 36 | 155 | 0 | 126 | 61 | 20 | 516 | 113 | 60 |
| Binary | 11010101 | 11110 | 1101101 | 0 | 1010110 | 110001 | 10000 | 101001110 | 1001011 | 110000 |
Color Harmonies of #D51E6D
Complementary color
Monochromatic Colors of #D51E6D
Black with #D51E6D
Text Example
Text Example
White with #D51E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51E6D; }
p { color: rgb(213,30,109); }
H1.HeaderClassName
{
color: #D51E6D;
}
.AnyTagClassName
{
color: #D51E6D;
}
</style>
background-color css
<style>
a { background-color: #D51E6D; }
a { background-color: rgb(213,30,109); }
div.DivClassName
{
background-color: #D51E6D;
}
.BgClassName
{
background-color: #D51E6D;
}
</style>
border-color css
<style>
span { border-color: #D51E6D; }
span { border-color: rgb(213,30,109); }
td.TdClassName
{
border-color: #D51E6D;
}
.TagClassName
{
border-color: #D51E6D;
}
</style>