Shades of Ruby #D5146A
Tints of Ruby #D5146A
RGB
CMYK
RGB Variations
Color information
#D5146A (or 0xD5146A) is known color: Ruby. HEX triplet: D5, 14 and 6A. RGB value is (213,20,106). Sum of RGB (Red+Green+Blue) = 213+20+106=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5146A is #2AEB95. Grayscale: #575757. Windows color (decimal): -2812822 or 6952149. OLE color: 6952149.
HSL color Cylindrical-coordinate representation of color #D5146A: hue angle of 333.26º 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 #D5146A is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 106 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.16 |
| HSL | 333.26º | 0.83% | 0.46% | - |
| HSV(B) | 333.26º | 0.91% | 0.84% | - |
| XYZ | 30.29 | 15.69 | 15.07 | - |
| YUV | 87.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 106 | 0 | 0.91 | 0.50 | 0.16 | 333.26 | 0.83 | 0.46 |
| Hex | D5 | 14 | 6A | 0 | 5B | 32 | 10 | 14D | 53 | 2E |
| Octal | 325 | 24 | 152 | 0 | 133 | 62 | 20 | 515 | 123 | 56 |
| Binary | 11010101 | 10100 | 1101010 | 0 | 1011011 | 110010 | 10000 | 101001101 | 1010011 | 101110 |
Color Harmonies of #D5146A
Complementary color
Monochromatic Colors of #D5146A
Black with #D5146A
Text Example
Text Example
White with #D5146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5146A; }
p { color: rgb(213,20,106); }
H1.HeaderClassName
{
color: #D5146A;
}
.AnyTagClassName
{
color: #D5146A;
}
</style>
background-color css
<style>
a { background-color: #D5146A; }
a { background-color: rgb(213,20,106); }
div.DivClassName
{
background-color: #D5146A;
}
.BgClassName
{
background-color: #D5146A;
}
</style>
border-color css
<style>
span { border-color: #D5146A; }
span { border-color: rgb(213,20,106); }
td.TdClassName
{
border-color: #D5146A;
}
.TagClassName
{
border-color: #D5146A;
}
</style>