Shades of Ruby #D41D72
Tints of Ruby #D41D72
RGB
CMYK
RGB Variations
Color information
#D41D72 (or 0xD41D72) is known color: Ruby. HEX triplet: D4, 1D and 72. RGB value is (212,29,114). Sum of RGB (Red+Green+Blue) = 212+29+114=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D72 is #2BE28D. Grayscale: #5D5D5D. Windows color (decimal): -2876046 or 7478740. OLE color: 7478740.
HSL color Cylindrical-coordinate representation of color #D41D72: hue angle of 332.13º 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 #D41D72 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 114 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.17 |
| HSL | 332.13º | 0.76% | 0.47% | - |
| HSV(B) | 332.13º | 0.86% | 0.83% | - |
| XYZ | 30.63 | 16.09 | 17.41 | - |
| YUV | 93.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 114 | 0 | 0.86 | 0.46 | 0.17 | 332.13 | 0.76 | 0.47 |
| Hex | D4 | 1D | 72 | 0 | 56 | 2E | 11 | 14C | 4C | 2F |
| Octal | 324 | 35 | 162 | 0 | 126 | 56 | 21 | 514 | 114 | 57 |
| Binary | 11010100 | 11101 | 1110010 | 0 | 1010110 | 101110 | 10001 | 101001100 | 1001100 | 101111 |
Color Harmonies of #D41D72
Complementary color
Monochromatic Colors of #D41D72
Black with #D41D72
Text Example
Text Example
White with #D41D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D72; }
p { color: rgb(212,29,114); }
H1.HeaderClassName
{
color: #D41D72;
}
.AnyTagClassName
{
color: #D41D72;
}
</style>
background-color css
<style>
a { background-color: #D41D72; }
a { background-color: rgb(212,29,114); }
div.DivClassName
{
background-color: #D41D72;
}
.BgClassName
{
background-color: #D41D72;
}
</style>
border-color css
<style>
span { border-color: #D41D72; }
span { border-color: rgb(212,29,114); }
td.TdClassName
{
border-color: #D41D72;
}
.TagClassName
{
border-color: #D41D72;
}
</style>