Shades of Ruby #D40862
Tints of Ruby #D40862
RGB
CMYK
RGB Variations
Color information
#D40862 (or 0xD40862) is known color: Ruby. HEX triplet: D4, 08 and 62. RGB value is (212,8,98). Sum of RGB (Red+Green+Blue) = 212+8+98=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D40862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40862 is #2BF79D. Grayscale: #4F4F4F. Windows color (decimal): -2881438 or 6424788. OLE color: 6424788.
HSL color Cylindrical-coordinate representation of color #D40862: hue angle of 333.53º degrees, saturation: 0.93, 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 #D40862 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.17 |
| HSL | 333.53º | 0.93% | 0.43% | - |
| HSV(B) | 333.53º | 0.96% | 0.83% | - |
| XYZ | 29.44 | 15.05 | 12.91 | - |
| YUV | 79.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 98 | 0 | 0.96 | 0.54 | 0.17 | 333.53 | 0.93 | 0.43 |
| Hex | D4 | 8 | 62 | 0 | 60 | 36 | 11 | 14E | 5D | 2B |
| Octal | 324 | 10 | 142 | 0 | 140 | 66 | 21 | 516 | 135 | 53 |
| Binary | 11010100 | 1000 | 1100010 | 0 | 1100000 | 110110 | 10001 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D40862
Complementary color
Monochromatic Colors of #D40862
Black with #D40862
Text Example
Text Example
White with #D40862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40862; }
p { color: rgb(212,8,98); }
H1.HeaderClassName
{
color: #D40862;
}
.AnyTagClassName
{
color: #D40862;
}
</style>
background-color css
<style>
a { background-color: #D40862; }
a { background-color: rgb(212,8,98); }
div.DivClassName
{
background-color: #D40862;
}
.BgClassName
{
background-color: #D40862;
}
</style>
border-color css
<style>
span { border-color: #D40862; }
span { border-color: rgb(212,8,98); }
td.TdClassName
{
border-color: #D40862;
}
.TagClassName
{
border-color: #D40862;
}
</style>