Shades of Ruby #D4076A
Tints of Ruby #D4076A
RGB
CMYK
RGB Variations
Color information
#D4076A (or 0xD4076A) is known color: Ruby. HEX triplet: D4, 07 and 6A. RGB value is (212,7,106). Sum of RGB (Red+Green+Blue) = 212+7+106=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4076A is #2BF895. Grayscale: #4F4F4F. Windows color (decimal): -2881686 or 6948820. OLE color: 6948820.
HSL color Cylindrical-coordinate representation of color #D4076A: hue angle of 331.02º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4076A is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 106 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.17 |
| HSL | 331.02º | 0.94% | 0.43% | - |
| HSV(B) | 331.02º | 0.97% | 0.83% | - |
| XYZ | 29.83 | 15.19 | 15 | - |
| YUV | 79.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 106 | 0 | 0.97 | 0.5 | 0.17 | 331.02 | 0.94 | 0.43 |
| Hex | D4 | 7 | 6A | 0 | 61 | 32 | 11 | 14B | 5E | 2B |
| Octal | 324 | 7 | 152 | 0 | 141 | 62 | 21 | 513 | 136 | 53 |
| Binary | 11010100 | 111 | 1101010 | 0 | 1100001 | 110010 | 10001 | 101001011 | 1011110 | 101011 |
Color Harmonies of #D4076A
Complementary color
Monochromatic Colors of #D4076A
Black with #D4076A
Text Example
Text Example
White with #D4076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4076A; }
p { color: rgb(212,7,106); }
H1.HeaderClassName
{
color: #D4076A;
}
.AnyTagClassName
{
color: #D4076A;
}
</style>
background-color css
<style>
a { background-color: #D4076A; }
a { background-color: rgb(212,7,106); }
div.DivClassName
{
background-color: #D4076A;
}
.BgClassName
{
background-color: #D4076A;
}
</style>
border-color css
<style>
span { border-color: #D4076A; }
span { border-color: rgb(212,7,106); }
td.TdClassName
{
border-color: #D4076A;
}
.TagClassName
{
border-color: #D4076A;
}
</style>