Shades of Ruby #D40662
Tints of Ruby #D40662
RGB
CMYK
RGB Variations
Color information
#D40662 (or 0xD40662) is known color: Ruby. HEX triplet: D4, 06 and 62. RGB value is (212,6,98). Sum of RGB (Red+Green+Blue) = 212+6+98=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D40662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40662 is #2BF99D. Grayscale: #4D4D4D. Windows color (decimal): -2881950 or 6424276. OLE color: 6424276.
HSL color Cylindrical-coordinate representation of color #D40662: hue angle of 333.2º 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 #D40662 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 98 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.17 |
| HSL | 333.2º | 0.94% | 0.43% | - |
| HSV(B) | 333.2º | 0.97% | 0.83% | - |
| XYZ | 29.42 | 15.01 | 12.9 | - |
| YUV | 78.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 98 | 0 | 0.97 | 0.54 | 0.17 | 333.2 | 0.94 | 0.43 |
| Hex | D4 | 6 | 62 | 0 | 61 | 36 | 11 | 14D | 5E | 2B |
| Octal | 324 | 6 | 142 | 0 | 141 | 66 | 21 | 515 | 136 | 53 |
| Binary | 11010100 | 110 | 1100010 | 0 | 1100001 | 110110 | 10001 | 101001101 | 1011110 | 101011 |
Color Harmonies of #D40662
Complementary color
Monochromatic Colors of #D40662
Black with #D40662
Text Example
Text Example
White with #D40662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40662; }
p { color: rgb(212,6,98); }
H1.HeaderClassName
{
color: #D40662;
}
.AnyTagClassName
{
color: #D40662;
}
</style>
background-color css
<style>
a { background-color: #D40662; }
a { background-color: rgb(212,6,98); }
div.DivClassName
{
background-color: #D40662;
}
.BgClassName
{
background-color: #D40662;
}
</style>
border-color css
<style>
span { border-color: #D40662; }
span { border-color: rgb(212,6,98); }
td.TdClassName
{
border-color: #D40662;
}
.TagClassName
{
border-color: #D40662;
}
</style>