Shades of Ruby #D61D72
Tints of Ruby #D61D72
RGB
CMYK
RGB Variations
Color information
#D61D72 (or 0xD61D72) is known color: Ruby. HEX triplet: D6, 1D and 72. RGB value is (214,29,114). Sum of RGB (Red+Green+Blue) = 214+29+114=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D72 is #29E28D. Grayscale: #5D5D5D. Windows color (decimal): -2744974 or 7478742. OLE color: 7478742.
HSL color Cylindrical-coordinate representation of color #D61D72: hue angle of 332.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D72 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 114 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.16 |
| HSL | 332.43º | 0.76% | 0.48% | - |
| HSV(B) | 332.43º | 0.86% | 0.84% | - |
| XYZ | 31.21 | 16.39 | 17.44 | - |
| YUV | 94.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 114 | 0 | 0.86 | 0.47 | 0.16 | 332.43 | 0.76 | 0.48 |
| Hex | D6 | 1D | 72 | 0 | 56 | 2F | 10 | 14C | 4C | 30 |
| Octal | 326 | 35 | 162 | 0 | 126 | 57 | 20 | 514 | 114 | 60 |
| Binary | 11010110 | 11101 | 1110010 | 0 | 1010110 | 101111 | 10000 | 101001100 | 1001100 | 110000 |
Color Harmonies of #D61D72
Complementary color
Monochromatic Colors of #D61D72
Black with #D61D72
Text Example
Text Example
White with #D61D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D72; }
p { color: rgb(214,29,114); }
H1.HeaderClassName
{
color: #D61D72;
}
.AnyTagClassName
{
color: #D61D72;
}
</style>
background-color css
<style>
a { background-color: #D61D72; }
a { background-color: rgb(214,29,114); }
div.DivClassName
{
background-color: #D61D72;
}
.BgClassName
{
background-color: #D61D72;
}
</style>
border-color css
<style>
span { border-color: #D61D72; }
span { border-color: rgb(214,29,114); }
td.TdClassName
{
border-color: #D61D72;
}
.TagClassName
{
border-color: #D61D72;
}
</style>