Shades of Ruby #D61C73
Tints of Ruby #D61C73
RGB
CMYK
RGB Variations
Color information
#D61C73 (or 0xD61C73) is known color: Ruby. HEX triplet: D6, 1C and 73. RGB value is (214,28,115). Sum of RGB (Red+Green+Blue) = 214+28+115=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C73 is #29E38C. Grayscale: #5D5D5D. Windows color (decimal): -2745229 or 7544022. OLE color: 7544022.
HSL color Cylindrical-coordinate representation of color #D61C73: hue angle of 331.94º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C73 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 115 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.16 |
| HSL | 331.94º | 0.77% | 0.47% | - |
| HSV(B) | 331.94º | 0.87% | 0.84% | - |
| XYZ | 31.24 | 16.36 | 17.73 | - |
| YUV | 93.53 | 140.12 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 115 | 0 | 0.87 | 0.46 | 0.16 | 331.94 | 0.77 | 0.47 |
| Hex | D6 | 1C | 73 | 0 | 57 | 2E | 10 | 14C | 4D | 2F |
| Octal | 326 | 34 | 163 | 0 | 127 | 56 | 20 | 514 | 115 | 57 |
| Binary | 11010110 | 11100 | 1110011 | 0 | 1010111 | 101110 | 10000 | 101001100 | 1001101 | 101111 |
Color Harmonies of #D61C73
Complementary color
Monochromatic Colors of #D61C73
Black with #D61C73
Text Example
Text Example
White with #D61C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C73; }
p { color: rgb(214,28,115); }
H1.HeaderClassName
{
color: #D61C73;
}
.AnyTagClassName
{
color: #D61C73;
}
</style>
background-color css
<style>
a { background-color: #D61C73; }
a { background-color: rgb(214,28,115); }
div.DivClassName
{
background-color: #D61C73;
}
.BgClassName
{
background-color: #D61C73;
}
</style>
border-color css
<style>
span { border-color: #D61C73; }
span { border-color: rgb(214,28,115); }
td.TdClassName
{
border-color: #D61C73;
}
.TagClassName
{
border-color: #D61C73;
}
</style>