Shades of Ruby #D5006D
Tints of Ruby #D5006D
RGB
CMYK
RGB Variations
Color information
#D5006D (or 0xD5006D) is known color: Ruby. HEX triplet: D5, 00 and 6D. RGB value is (213,0,109). Sum of RGB (Red+Green+Blue) = 213+0+109=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5006D is #2AFF92. Grayscale: #4B4B4B. Windows color (decimal): -2817939 or 7143637. OLE color: 7143637.
HSL color Cylindrical-coordinate representation of color #D5006D: hue angle of 329.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5006D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.49 | 0.16 |
| HSL | 329.3º | 1% | 0.42% | - |
| HSV(B) | 329.3º | 1% | 0.84% | - |
| XYZ | 30.2 | 15.25 | 15.82 | - |
| YUV | 76.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 109 | 0 | 1 | 0.49 | 0.16 | 329.3 | 1 | 0.42 |
| Hex | D5 | 0 | 6D | 0 | 64 | 31 | 10 | 149 | 64 | 2A |
| Octal | 325 | 0 | 155 | 0 | 144 | 61 | 20 | 511 | 144 | 52 |
| Binary | 11010101 | 0 | 1101101 | 0 | 1100100 | 110001 | 10000 | 101001001 | 1100100 | 101010 |
Color Harmonies of #D5006D
Complementary color
Monochromatic Colors of #D5006D
Black with #D5006D
Text Example
Text Example
White with #D5006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5006D; }
p { color: rgb(213,0,109); }
H1.HeaderClassName
{
color: #D5006D;
}
.AnyTagClassName
{
color: #D5006D;
}
</style>
background-color css
<style>
a { background-color: #D5006D; }
a { background-color: rgb(213,0,109); }
div.DivClassName
{
background-color: #D5006D;
}
.BgClassName
{
background-color: #D5006D;
}
</style>
border-color css
<style>
span { border-color: #D5006D; }
span { border-color: rgb(213,0,109); }
td.TdClassName
{
border-color: #D5006D;
}
.TagClassName
{
border-color: #D5006D;
}
</style>