Shades of Ruby #D51065
Tints of Ruby #D51065
RGB
CMYK
RGB Variations
Color information
#D51065 (or 0xD51065) is known color: Ruby. HEX triplet: D5, 10 and 65. RGB value is (213,16,101). Sum of RGB (Red+Green+Blue) = 213+16+101=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D51065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51065 is #2AEF9A. Grayscale: #545454. Windows color (decimal): -2813851 or 6623445. OLE color: 6623445.
HSL color Cylindrical-coordinate representation of color #D51065: hue angle of 334.11º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51065 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 101 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.16 |
| HSL | 334.11º | 0.86% | 0.45% | - |
| HSV(B) | 334.11º | 0.92% | 0.84% | - |
| XYZ | 29.97 | 15.46 | 13.72 | - |
| YUV | 84.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 101 | 0 | 0.92 | 0.53 | 0.16 | 334.11 | 0.86 | 0.45 |
| Hex | D5 | 10 | 65 | 0 | 5C | 35 | 10 | 14E | 56 | 2D |
| Octal | 325 | 20 | 145 | 0 | 134 | 65 | 20 | 516 | 126 | 55 |
| Binary | 11010101 | 10000 | 1100101 | 0 | 1011100 | 110101 | 10000 | 101001110 | 1010110 | 101101 |
Color Harmonies of #D51065
Complementary color
Monochromatic Colors of #D51065
Black with #D51065
Text Example
Text Example
White with #D51065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51065; }
p { color: rgb(213,16,101); }
H1.HeaderClassName
{
color: #D51065;
}
.AnyTagClassName
{
color: #D51065;
}
</style>
background-color css
<style>
a { background-color: #D51065; }
a { background-color: rgb(213,16,101); }
div.DivClassName
{
background-color: #D51065;
}
.BgClassName
{
background-color: #D51065;
}
</style>
border-color css
<style>
span { border-color: #D51065; }
span { border-color: rgb(213,16,101); }
td.TdClassName
{
border-color: #D51065;
}
.TagClassName
{
border-color: #D51065;
}
</style>