Shades of Ruby #D40769
Tints of Ruby #D40769
RGB
CMYK
RGB Variations
Color information
#D40769 (or 0xD40769) is known color: Ruby. HEX triplet: D4, 07 and 69. RGB value is (212,7,105). Sum of RGB (Red+Green+Blue) = 212+7+105=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D40769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40769 is #2BF896. Grayscale: #4F4F4F. Windows color (decimal): -2881687 or 6883284. OLE color: 6883284.
HSL color Cylindrical-coordinate representation of color #D40769: hue angle of 331.32º 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 #D40769 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.17 |
| HSL | 331.32º | 0.94% | 0.43% | - |
| HSV(B) | 331.32º | 0.97% | 0.83% | - |
| XYZ | 29.78 | 15.17 | 14.72 | - |
| YUV | 79.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 105 | 0 | 0.97 | 0.50 | 0.17 | 331.32 | 0.94 | 0.43 |
| Hex | D4 | 7 | 69 | 0 | 61 | 32 | 11 | 14B | 5E | 2B |
| Octal | 324 | 7 | 151 | 0 | 141 | 62 | 21 | 513 | 136 | 53 |
| Binary | 11010100 | 111 | 1101001 | 0 | 1100001 | 110010 | 10001 | 101001011 | 1011110 | 101011 |
Color Harmonies of #D40769
Complementary color
Monochromatic Colors of #D40769
Black with #D40769
Text Example
Text Example
White with #D40769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40769; }
p { color: rgb(212,7,105); }
H1.HeaderClassName
{
color: #D40769;
}
.AnyTagClassName
{
color: #D40769;
}
</style>
background-color css
<style>
a { background-color: #D40769; }
a { background-color: rgb(212,7,105); }
div.DivClassName
{
background-color: #D40769;
}
.BgClassName
{
background-color: #D40769;
}
</style>
border-color css
<style>
span { border-color: #D40769; }
span { border-color: rgb(212,7,105); }
td.TdClassName
{
border-color: #D40769;
}
.TagClassName
{
border-color: #D40769;
}
</style>