Shades of Ruby #D51461
Tints of Ruby #D51461
RGB
CMYK
RGB Variations
Color information
#D51461 (or 0xD51461) is known color: Ruby. HEX triplet: D5, 14 and 61. RGB value is (213,20,97). Sum of RGB (Red+Green+Blue) = 213+20+97=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D51461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51461 is #2AEB9E. Grayscale: #565656. Windows color (decimal): -2812831 or 6362325. OLE color: 6362325.
HSL color Cylindrical-coordinate representation of color #D51461: hue angle of 336.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51461 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 97 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.16 |
| HSL | 336.06º | 0.83% | 0.46% | - |
| HSV(B) | 336.06º | 0.91% | 0.84% | - |
| XYZ | 29.85 | 15.51 | 12.73 | - |
| YUV | 86.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 97 | 0 | 0.91 | 0.54 | 0.16 | 336.06 | 0.83 | 0.46 |
| Hex | D5 | 14 | 61 | 0 | 5B | 36 | 10 | 150 | 53 | 2E |
| Octal | 325 | 24 | 141 | 0 | 133 | 66 | 20 | 520 | 123 | 56 |
| Binary | 11010101 | 10100 | 1100001 | 0 | 1011011 | 110110 | 10000 | 101010000 | 1010011 | 101110 |
Color Harmonies of #D51461
Complementary color
Monochromatic Colors of #D51461
Black with #D51461
Text Example
Text Example
White with #D51461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51461; }
p { color: rgb(213,20,97); }
H1.HeaderClassName
{
color: #D51461;
}
.AnyTagClassName
{
color: #D51461;
}
</style>
background-color css
<style>
a { background-color: #D51461; }
a { background-color: rgb(213,20,97); }
div.DivClassName
{
background-color: #D51461;
}
.BgClassName
{
background-color: #D51461;
}
</style>
border-color css
<style>
span { border-color: #D51461; }
span { border-color: rgb(213,20,97); }
td.TdClassName
{
border-color: #D51461;
}
.TagClassName
{
border-color: #D51461;
}
</style>