Shades of Ruby #D40968
Tints of Ruby #D40968
RGB
CMYK
RGB Variations
Color information
#D40968 (or 0xD40968) is known color: Ruby. HEX triplet: D4, 09 and 68. RGB value is (212,9,104). Sum of RGB (Red+Green+Blue) = 212+9+104=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D40968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40968 is #2BF697. Grayscale: #505050. Windows color (decimal): -2881176 or 6818260. OLE color: 6818260.
HSL color Cylindrical-coordinate representation of color #D40968: hue angle of 331.92º 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 #D40968 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.17 |
| HSL | 331.92º | 0.92% | 0.43% | - |
| HSV(B) | 331.92º | 0.96% | 0.83% | - |
| XYZ | 29.75 | 15.19 | 14.46 | - |
| YUV | 80.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 104 | 0 | 0.96 | 0.51 | 0.17 | 331.92 | 0.92 | 0.43 |
| Hex | D4 | 9 | 68 | 0 | 60 | 33 | 11 | 14C | 5C | 2B |
| Octal | 324 | 11 | 150 | 0 | 140 | 63 | 21 | 514 | 134 | 53 |
| Binary | 11010100 | 1001 | 1101000 | 0 | 1100000 | 110011 | 10001 | 101001100 | 1011100 | 101011 |
Color Harmonies of #D40968
Complementary color
Monochromatic Colors of #D40968
Black with #D40968
Text Example
Text Example
White with #D40968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40968; }
p { color: rgb(212,9,104); }
H1.HeaderClassName
{
color: #D40968;
}
.AnyTagClassName
{
color: #D40968;
}
</style>
background-color css
<style>
a { background-color: #D40968; }
a { background-color: rgb(212,9,104); }
div.DivClassName
{
background-color: #D40968;
}
.BgClassName
{
background-color: #D40968;
}
</style>
border-color css
<style>
span { border-color: #D40968; }
span { border-color: rgb(212,9,104); }
td.TdClassName
{
border-color: #D40968;
}
.TagClassName
{
border-color: #D40968;
}
</style>