Shades of Ruby #D50C6F
Tints of Ruby #D50C6F
RGB
CMYK
RGB Variations
Color information
#D50C6F (or 0xD50C6F) is known color: Ruby. HEX triplet: D5, 0C and 6F. RGB value is (213,12,111). Sum of RGB (Red+Green+Blue) = 213+12+111=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C6F is #2AF390. Grayscale: #535353. Windows color (decimal): -2814865 or 7277781. OLE color: 7277781.
HSL color Cylindrical-coordinate representation of color #D50C6F: hue angle of 330.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C6F is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 111 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.16 |
| HSL | 330.45º | 0.89% | 0.44% | - |
| HSV(B) | 330.45º | 0.94% | 0.84% | - |
| XYZ | 30.44 | 15.56 | 16.44 | - |
| YUV | 83.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 111 | 0 | 0.94 | 0.48 | 0.16 | 330.45 | 0.89 | 0.44 |
| Hex | D5 | C | 6F | 0 | 5E | 30 | 10 | 14A | 59 | 2C |
| Octal | 325 | 14 | 157 | 0 | 136 | 60 | 20 | 512 | 131 | 54 |
| Binary | 11010101 | 1100 | 1101111 | 0 | 1011110 | 110000 | 10000 | 101001010 | 1011001 | 101100 |
Color Harmonies of #D50C6F
Complementary color
Monochromatic Colors of #D50C6F
Black with #D50C6F
Text Example
Text Example
White with #D50C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C6F; }
p { color: rgb(213,12,111); }
H1.HeaderClassName
{
color: #D50C6F;
}
.AnyTagClassName
{
color: #D50C6F;
}
</style>
background-color css
<style>
a { background-color: #D50C6F; }
a { background-color: rgb(213,12,111); }
div.DivClassName
{
background-color: #D50C6F;
}
.BgClassName
{
background-color: #D50C6F;
}
</style>
border-color css
<style>
span { border-color: #D50C6F; }
span { border-color: rgb(213,12,111); }
td.TdClassName
{
border-color: #D50C6F;
}
.TagClassName
{
border-color: #D50C6F;
}
</style>