Shades of Ruby #D41072
Tints of Ruby #D41072
RGB
CMYK
RGB Variations
Color information
#D41072 (or 0xD41072) is known color: Ruby. HEX triplet: D4, 10 and 72. RGB value is (212,16,114). Sum of RGB (Red+Green+Blue) = 212+16+114=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D41072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41072 is #2BEF8D. Grayscale: #555555. Windows color (decimal): -2879374 or 7475412. OLE color: 7475412.
HSL color Cylindrical-coordinate representation of color #D41072: hue angle of 330º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41072 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.17 |
| HSL | 330º | 0.86% | 0.45% | - |
| HSV(B) | 330º | 0.92% | 0.83% | - |
| XYZ | 30.37 | 15.58 | 17.33 | - |
| YUV | 85.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 114 | 0 | 0.92 | 0.46 | 0.17 | 330 | 0.86 | 0.45 |
| Hex | D4 | 10 | 72 | 0 | 5C | 2E | 11 | 14A | 56 | 2D |
| Octal | 324 | 20 | 162 | 0 | 134 | 56 | 21 | 512 | 126 | 55 |
| Binary | 11010100 | 10000 | 1110010 | 0 | 1011100 | 101110 | 10001 | 101001010 | 1010110 | 101101 |
Color Harmonies of #D41072
Complementary color
Monochromatic Colors of #D41072
Black with #D41072
Text Example
Text Example
White with #D41072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41072; }
p { color: rgb(212,16,114); }
H1.HeaderClassName
{
color: #D41072;
}
.AnyTagClassName
{
color: #D41072;
}
</style>
background-color css
<style>
a { background-color: #D41072; }
a { background-color: rgb(212,16,114); }
div.DivClassName
{
background-color: #D41072;
}
.BgClassName
{
background-color: #D41072;
}
</style>
border-color css
<style>
span { border-color: #D41072; }
span { border-color: rgb(212,16,114); }
td.TdClassName
{
border-color: #D41072;
}
.TagClassName
{
border-color: #D41072;
}
</style>