Shades of Ruby #D40964
Tints of Ruby #D40964
RGB
CMYK
RGB Variations
Color information
#D40964 (or 0xD40964) is known color: Ruby. HEX triplet: D4, 09 and 64. RGB value is (212,9,100). Sum of RGB (Red+Green+Blue) = 212+9+100=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D40964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40964 is #2BF69B. Grayscale: #4F4F4F. Windows color (decimal): -2881180 or 6556116. OLE color: 6556116.
HSL color Cylindrical-coordinate representation of color #D40964: hue angle of 333.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40964 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.17 |
| HSL | 333.1º | 0.92% | 0.43% | - |
| HSV(B) | 333.1º | 0.96% | 0.83% | - |
| XYZ | 29.55 | 15.11 | 13.42 | - |
| YUV | 80.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 100 | 0 | 0.96 | 0.53 | 0.17 | 333.1 | 0.92 | 0.43 |
| Hex | D4 | 9 | 64 | 0 | 60 | 35 | 11 | 14D | 5C | 2B |
| Octal | 324 | 11 | 144 | 0 | 140 | 65 | 21 | 515 | 134 | 53 |
| Binary | 11010100 | 1001 | 1100100 | 0 | 1100000 | 110101 | 10001 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D40964
Complementary color
Monochromatic Colors of #D40964
Black with #D40964
Text Example
Text Example
White with #D40964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40964; }
p { color: rgb(212,9,100); }
H1.HeaderClassName
{
color: #D40964;
}
.AnyTagClassName
{
color: #D40964;
}
</style>
background-color css
<style>
a { background-color: #D40964; }
a { background-color: rgb(212,9,100); }
div.DivClassName
{
background-color: #D40964;
}
.BgClassName
{
background-color: #D40964;
}
</style>
border-color css
<style>
span { border-color: #D40964; }
span { border-color: rgb(212,9,100); }
td.TdClassName
{
border-color: #D40964;
}
.TagClassName
{
border-color: #D40964;
}
</style>