Shades of Ruby #D40960
Tints of Ruby #D40960
RGB
CMYK
RGB Variations
Color information
#D40960 (or 0xD40960) is known color: Ruby. HEX triplet: D4, 09 and 60. RGB value is (212,9,96). Sum of RGB (Red+Green+Blue) = 212+9+96=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D40960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40960 is #2BF69F. Grayscale: #4F4F4F. Windows color (decimal): -2881184 or 6293972. OLE color: 6293972.
HSL color Cylindrical-coordinate representation of color #D40960: hue angle of 334.29º 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 #D40960 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.17 |
| HSL | 334.29º | 0.92% | 0.43% | - |
| HSV(B) | 334.29º | 0.96% | 0.83% | - |
| XYZ | 29.36 | 15.04 | 12.42 | - |
| YUV | 79.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 96 | 0 | 0.96 | 0.55 | 0.17 | 334.29 | 0.92 | 0.43 |
| Hex | D4 | 9 | 60 | 0 | 60 | 37 | 11 | 14E | 5C | 2B |
| Octal | 324 | 11 | 140 | 0 | 140 | 67 | 21 | 516 | 134 | 53 |
| Binary | 11010100 | 1001 | 1100000 | 0 | 1100000 | 110111 | 10001 | 101001110 | 1011100 | 101011 |
Color Harmonies of #D40960
Complementary color
Monochromatic Colors of #D40960
Black with #D40960
Text Example
Text Example
White with #D40960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40960; }
p { color: rgb(212,9,96); }
H1.HeaderClassName
{
color: #D40960;
}
.AnyTagClassName
{
color: #D40960;
}
</style>
background-color css
<style>
a { background-color: #D40960; }
a { background-color: rgb(212,9,96); }
div.DivClassName
{
background-color: #D40960;
}
.BgClassName
{
background-color: #D40960;
}
</style>
border-color css
<style>
span { border-color: #D40960; }
span { border-color: rgb(212,9,96); }
td.TdClassName
{
border-color: #D40960;
}
.TagClassName
{
border-color: #D40960;
}
</style>