Shades of Ruby #D41D62
Tints of Ruby #D41D62
RGB
CMYK
RGB Variations
Color information
#D41D62 (or 0xD41D62) is known color: Ruby. HEX triplet: D4, 1D and 62. RGB value is (212,29,98). Sum of RGB (Red+Green+Blue) = 212+29+98=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D62 is #2BE29D. Grayscale: #5B5B5B. Windows color (decimal): -2876062 or 6430164. OLE color: 6430164.
HSL color Cylindrical-coordinate representation of color #D41D62: hue angle of 337.38º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D62 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 98 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.17 |
| HSL | 337.38º | 0.76% | 0.47% | - |
| HSV(B) | 337.38º | 0.86% | 0.83% | - |
| XYZ | 29.8 | 15.76 | 13.03 | - |
| YUV | 91.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 98 | 0 | 0.86 | 0.54 | 0.17 | 337.38 | 0.76 | 0.47 |
| Hex | D4 | 1D | 62 | 0 | 56 | 36 | 11 | 151 | 4C | 2F |
| Octal | 324 | 35 | 142 | 0 | 126 | 66 | 21 | 521 | 114 | 57 |
| Binary | 11010100 | 11101 | 1100010 | 0 | 1010110 | 110110 | 10001 | 101010001 | 1001100 | 101111 |
Color Harmonies of #D41D62
Complementary color
Monochromatic Colors of #D41D62
Black with #D41D62
Text Example
Text Example
White with #D41D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D62; }
p { color: rgb(212,29,98); }
H1.HeaderClassName
{
color: #D41D62;
}
.AnyTagClassName
{
color: #D41D62;
}
</style>
background-color css
<style>
a { background-color: #D41D62; }
a { background-color: rgb(212,29,98); }
div.DivClassName
{
background-color: #D41D62;
}
.BgClassName
{
background-color: #D41D62;
}
</style>
border-color css
<style>
span { border-color: #D41D62; }
span { border-color: rgb(212,29,98); }
td.TdClassName
{
border-color: #D41D62;
}
.TagClassName
{
border-color: #D41D62;
}
</style>