Shades of Ruby #D5076F
Tints of Ruby #D5076F
RGB
CMYK
RGB Variations
Color information
#D5076F (or 0xD5076F) is known color: Ruby. HEX triplet: D5, 07 and 6F. RGB value is (213,7,111). Sum of RGB (Red+Green+Blue) = 213+7+111=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5076F is #2AF890. Grayscale: #505050. Windows color (decimal): -2816145 or 7276501. OLE color: 7276501.
HSL color Cylindrical-coordinate representation of color #D5076F: hue angle of 329.71º 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 #D5076F is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.16 |
| HSL | 329.71º | 0.94% | 0.43% | - |
| HSV(B) | 329.71º | 0.97% | 0.84% | - |
| XYZ | 30.39 | 15.45 | 16.42 | - |
| YUV | 80.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 111 | 0 | 0.97 | 0.48 | 0.16 | 329.71 | 0.94 | 0.43 |
| Hex | D5 | 7 | 6F | 0 | 61 | 30 | 10 | 14A | 5E | 2B |
| Octal | 325 | 7 | 157 | 0 | 141 | 60 | 20 | 512 | 136 | 53 |
| Binary | 11010101 | 111 | 1101111 | 0 | 1100001 | 110000 | 10000 | 101001010 | 1011110 | 101011 |
Color Harmonies of #D5076F
Complementary color
Monochromatic Colors of #D5076F
Black with #D5076F
Text Example
Text Example
White with #D5076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5076F; }
p { color: rgb(213,7,111); }
H1.HeaderClassName
{
color: #D5076F;
}
.AnyTagClassName
{
color: #D5076F;
}
</style>
background-color css
<style>
a { background-color: #D5076F; }
a { background-color: rgb(213,7,111); }
div.DivClassName
{
background-color: #D5076F;
}
.BgClassName
{
background-color: #D5076F;
}
</style>
border-color css
<style>
span { border-color: #D5076F; }
span { border-color: rgb(213,7,111); }
td.TdClassName
{
border-color: #D5076F;
}
.TagClassName
{
border-color: #D5076F;
}
</style>