Shades of Ruby #D41972
Tints of Ruby #D41972
RGB
CMYK
RGB Variations
Color information
#D41972 (or 0xD41972) is known color: Ruby. HEX triplet: D4, 19 and 72. RGB value is (212,25,114). Sum of RGB (Red+Green+Blue) = 212+25+114=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D41972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41972 is #2BE68D. Grayscale: #5A5A5A. Windows color (decimal): -2877070 or 7477716. OLE color: 7477716.
HSL color Cylindrical-coordinate representation of color #D41972: hue angle of 331.44º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41972 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 114 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.17 |
| HSL | 331.44º | 0.79% | 0.46% | - |
| HSV(B) | 331.44º | 0.88% | 0.83% | - |
| XYZ | 30.54 | 15.91 | 17.38 | - |
| YUV | 91.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 114 | 0 | 0.88 | 0.46 | 0.17 | 331.44 | 0.79 | 0.46 |
| Hex | D4 | 19 | 72 | 0 | 58 | 2E | 11 | 14B | 4F | 2E |
| Octal | 324 | 31 | 162 | 0 | 130 | 56 | 21 | 513 | 117 | 56 |
| Binary | 11010100 | 11001 | 1110010 | 0 | 1011000 | 101110 | 10001 | 101001011 | 1001111 | 101110 |
Color Harmonies of #D41972
Complementary color
Monochromatic Colors of #D41972
Black with #D41972
Text Example
Text Example
White with #D41972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41972; }
p { color: rgb(212,25,114); }
H1.HeaderClassName
{
color: #D41972;
}
.AnyTagClassName
{
color: #D41972;
}
</style>
background-color css
<style>
a { background-color: #D41972; }
a { background-color: rgb(212,25,114); }
div.DivClassName
{
background-color: #D41972;
}
.BgClassName
{
background-color: #D41972;
}
</style>
border-color css
<style>
span { border-color: #D41972; }
span { border-color: rgb(212,25,114); }
td.TdClassName
{
border-color: #D41972;
}
.TagClassName
{
border-color: #D41972;
}
</style>