Shades of Ruby #D50D6C
Tints of Ruby #D50D6C
RGB
CMYK
RGB Variations
Color information
#D50D6C (or 0xD50D6C) is known color: Ruby. HEX triplet: D5, 0D and 6C. RGB value is (213,13,108). Sum of RGB (Red+Green+Blue) = 213+13+108=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D6C is #2AF293. Grayscale: #535353. Windows color (decimal): -2814612 or 7081429. OLE color: 7081429.
HSL color Cylindrical-coordinate representation of color #D50D6C: hue angle of 331.5º 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 #D50D6C is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 108 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.16 |
| HSL | 331.5º | 0.88% | 0.44% | - |
| HSV(B) | 331.5º | 0.94% | 0.84% | - |
| XYZ | 30.29 | 15.52 | 15.59 | - |
| YUV | 83.63 | 141.76 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 108 | 0 | 0.94 | 0.49 | 0.16 | 331.5 | 0.88 | 0.44 |
| Hex | D5 | D | 6C | 0 | 5E | 31 | 10 | 14C | 58 | 2C |
| Octal | 325 | 15 | 154 | 0 | 136 | 61 | 20 | 514 | 130 | 54 |
| Binary | 11010101 | 1101 | 1101100 | 0 | 1011110 | 110001 | 10000 | 101001100 | 1011000 | 101100 |
Color Harmonies of #D50D6C
Complementary color
Monochromatic Colors of #D50D6C
Black with #D50D6C
Text Example
Text Example
White with #D50D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D6C; }
p { color: rgb(213,13,108); }
H1.HeaderClassName
{
color: #D50D6C;
}
.AnyTagClassName
{
color: #D50D6C;
}
</style>
background-color css
<style>
a { background-color: #D50D6C; }
a { background-color: rgb(213,13,108); }
div.DivClassName
{
background-color: #D50D6C;
}
.BgClassName
{
background-color: #D50D6C;
}
</style>
border-color css
<style>
span { border-color: #D50D6C; }
span { border-color: rgb(213,13,108); }
td.TdClassName
{
border-color: #D50D6C;
}
.TagClassName
{
border-color: #D50D6C;
}
</style>