Shades of Ruby #D5146D
Tints of Ruby #D5146D
RGB
CMYK
RGB Variations
Color information
#D5146D (or 0xD5146D) is known color: Ruby. HEX triplet: D5, 14 and 6D. RGB value is (213,20,109). Sum of RGB (Red+Green+Blue) = 213+20+109=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5146D is #2AEB92. Grayscale: #575757. Windows color (decimal): -2812819 or 7148757. OLE color: 7148757.
HSL color Cylindrical-coordinate representation of color #D5146D: hue angle of 332.33º 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 #D5146D is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.16 |
| HSL | 332.33º | 0.83% | 0.46% | - |
| HSV(B) | 332.33º | 0.91% | 0.84% | - |
| XYZ | 30.45 | 15.75 | 15.9 | - |
| YUV | 87.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 109 | 0 | 0.91 | 0.49 | 0.16 | 332.33 | 0.83 | 0.46 |
| Hex | D5 | 14 | 6D | 0 | 5B | 31 | 10 | 14C | 53 | 2E |
| Octal | 325 | 24 | 155 | 0 | 133 | 61 | 20 | 514 | 123 | 56 |
| Binary | 11010101 | 10100 | 1101101 | 0 | 1011011 | 110001 | 10000 | 101001100 | 1010011 | 101110 |
Color Harmonies of #D5146D
Complementary color
Monochromatic Colors of #D5146D
Black with #D5146D
Text Example
Text Example
White with #D5146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5146D; }
p { color: rgb(213,20,109); }
H1.HeaderClassName
{
color: #D5146D;
}
.AnyTagClassName
{
color: #D5146D;
}
</style>
background-color css
<style>
a { background-color: #D5146D; }
a { background-color: rgb(213,20,109); }
div.DivClassName
{
background-color: #D5146D;
}
.BgClassName
{
background-color: #D5146D;
}
</style>
border-color css
<style>
span { border-color: #D5146D; }
span { border-color: rgb(213,20,109); }
td.TdClassName
{
border-color: #D5146D;
}
.TagClassName
{
border-color: #D5146D;
}
</style>