Shades of Ruby #D5136B
Tints of Ruby #D5136B
RGB
CMYK
RGB Variations
Color information
#D5136B (or 0xD5136B) is known color: Ruby. HEX triplet: D5, 13 and 6B. RGB value is (213,19,107). Sum of RGB (Red+Green+Blue) = 213+19+107=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5136B is #2AEC94. Grayscale: #565656. Windows color (decimal): -2813077 or 7017429. OLE color: 7017429.
HSL color Cylindrical-coordinate representation of color #D5136B: hue angle of 332.78º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5136B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.16 |
| HSL | 332.78º | 0.84% | 0.45% | - |
| HSV(B) | 332.78º | 0.91% | 0.84% | - |
| XYZ | 30.33 | 15.67 | 15.34 | - |
| YUV | 87.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 107 | 0 | 0.91 | 0.50 | 0.16 | 332.78 | 0.84 | 0.45 |
| Hex | D5 | 13 | 6B | 0 | 5B | 32 | 10 | 14D | 54 | 2D |
| Octal | 325 | 23 | 153 | 0 | 133 | 62 | 20 | 515 | 124 | 55 |
| Binary | 11010101 | 10011 | 1101011 | 0 | 1011011 | 110010 | 10000 | 101001101 | 1010100 | 101101 |
Color Harmonies of #D5136B
Complementary color
Monochromatic Colors of #D5136B
Black with #D5136B
Text Example
Text Example
White with #D5136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5136B; }
p { color: rgb(213,19,107); }
H1.HeaderClassName
{
color: #D5136B;
}
.AnyTagClassName
{
color: #D5136B;
}
</style>
background-color css
<style>
a { background-color: #D5136B; }
a { background-color: rgb(213,19,107); }
div.DivClassName
{
background-color: #D5136B;
}
.BgClassName
{
background-color: #D5136B;
}
</style>
border-color css
<style>
span { border-color: #D5136B; }
span { border-color: rgb(213,19,107); }
td.TdClassName
{
border-color: #D5136B;
}
.TagClassName
{
border-color: #D5136B;
}
</style>