Shades of Ruby #D50D68
Tints of Ruby #D50D68
RGB
CMYK
RGB Variations
Color information
#D50D68 (or 0xD50D68) is known color: Ruby. HEX triplet: D5, 0D and 68. RGB value is (213,13,104). Sum of RGB (Red+Green+Blue) = 213+13+104=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D68 is #2AF297. Grayscale: #535353. Windows color (decimal): -2814616 or 6819285. OLE color: 6819285.
HSL color Cylindrical-coordinate representation of color #D50D68: hue angle of 332.7º degrees, saturation: 0.88, 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 #D50D68 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 104 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.16 |
| HSL | 332.7º | 0.88% | 0.44% | - |
| HSV(B) | 332.7º | 0.94% | 0.84% | - |
| XYZ | 30.08 | 15.43 | 14.49 | - |
| YUV | 83.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 104 | 0 | 0.94 | 0.51 | 0.16 | 332.7 | 0.88 | 0.44 |
| Hex | D5 | D | 68 | 0 | 5E | 33 | 10 | 14D | 58 | 2C |
| Octal | 325 | 15 | 150 | 0 | 136 | 63 | 20 | 515 | 130 | 54 |
| Binary | 11010101 | 1101 | 1101000 | 0 | 1011110 | 110011 | 10000 | 101001101 | 1011000 | 101100 |
Color Harmonies of #D50D68
Complementary color
Monochromatic Colors of #D50D68
Black with #D50D68
Text Example
Text Example
White with #D50D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D68; }
p { color: rgb(213,13,104); }
H1.HeaderClassName
{
color: #D50D68;
}
.AnyTagClassName
{
color: #D50D68;
}
</style>
background-color css
<style>
a { background-color: #D50D68; }
a { background-color: rgb(213,13,104); }
div.DivClassName
{
background-color: #D50D68;
}
.BgClassName
{
background-color: #D50D68;
}
</style>
border-color css
<style>
span { border-color: #D50D68; }
span { border-color: rgb(213,13,104); }
td.TdClassName
{
border-color: #D50D68;
}
.TagClassName
{
border-color: #D50D68;
}
</style>