Shades of Ruby #D5076C
Tints of Ruby #D5076C
RGB
CMYK
RGB Variations
Color information
#D5076C (or 0xD5076C) is known color: Ruby. HEX triplet: D5, 07 and 6C. RGB value is (213,7,108). Sum of RGB (Red+Green+Blue) = 213+7+108=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5076C is #2AF893. Grayscale: #4F4F4F. Windows color (decimal): -2816148 or 7079893. OLE color: 7079893.
HSL color Cylindrical-coordinate representation of color #D5076C: hue angle of 330.58º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5076C is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.16 |
| HSL | 330.58º | 0.94% | 0.43% | - |
| HSV(B) | 330.58º | 0.97% | 0.84% | - |
| XYZ | 30.22 | 15.38 | 15.56 | - |
| YUV | 80.11 | 143.75 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 108 | 0 | 0.97 | 0.49 | 0.16 | 330.58 | 0.94 | 0.43 |
| Hex | D5 | 7 | 6C | 0 | 61 | 31 | 10 | 14B | 5E | 2B |
| Octal | 325 | 7 | 154 | 0 | 141 | 61 | 20 | 513 | 136 | 53 |
| Binary | 11010101 | 111 | 1101100 | 0 | 1100001 | 110001 | 10000 | 101001011 | 1011110 | 101011 |
Color Harmonies of #D5076C
Complementary color
Monochromatic Colors of #D5076C
Black with #D5076C
Text Example
Text Example
White with #D5076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5076C; }
p { color: rgb(213,7,108); }
H1.HeaderClassName
{
color: #D5076C;
}
.AnyTagClassName
{
color: #D5076C;
}
</style>
background-color css
<style>
a { background-color: #D5076C; }
a { background-color: rgb(213,7,108); }
div.DivClassName
{
background-color: #D5076C;
}
.BgClassName
{
background-color: #D5076C;
}
</style>
border-color css
<style>
span { border-color: #D5076C; }
span { border-color: rgb(213,7,108); }
td.TdClassName
{
border-color: #D5076C;
}
.TagClassName
{
border-color: #D5076C;
}
</style>