Shades of Ruby #D61573
Tints of Ruby #D61573
RGB
CMYK
RGB Variations
Color information
#D61573 (or 0xD61573) is known color: Ruby. HEX triplet: D6, 15 and 73. RGB value is (214,21,115). Sum of RGB (Red+Green+Blue) = 214+21+115=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61573 is #29EA8C. Grayscale: #595959. Windows color (decimal): -2747021 or 7542230. OLE color: 7542230.
HSL color Cylindrical-coordinate representation of color #D61573: hue angle of 330.78º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61573 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 115 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.16 |
| HSL | 330.78º | 0.82% | 0.46% | - |
| HSV(B) | 330.78º | 0.9% | 0.84% | - |
| XYZ | 31.09 | 16.07 | 17.68 | - |
| YUV | 89.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 115 | 0 | 0.90 | 0.46 | 0.16 | 330.78 | 0.82 | 0.46 |
| Hex | D6 | 15 | 73 | 0 | 5A | 2E | 10 | 14B | 52 | 2E |
| Octal | 326 | 25 | 163 | 0 | 132 | 56 | 20 | 513 | 122 | 56 |
| Binary | 11010110 | 10101 | 1110011 | 0 | 1011010 | 101110 | 10000 | 101001011 | 1010010 | 101110 |
Color Harmonies of #D61573
Complementary color
Monochromatic Colors of #D61573
Black with #D61573
Text Example
Text Example
White with #D61573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61573; }
p { color: rgb(214,21,115); }
H1.HeaderClassName
{
color: #D61573;
}
.AnyTagClassName
{
color: #D61573;
}
</style>
background-color css
<style>
a { background-color: #D61573; }
a { background-color: rgb(214,21,115); }
div.DivClassName
{
background-color: #D61573;
}
.BgClassName
{
background-color: #D61573;
}
</style>
border-color css
<style>
span { border-color: #D61573; }
span { border-color: rgb(214,21,115); }
td.TdClassName
{
border-color: #D61573;
}
.TagClassName
{
border-color: #D61573;
}
</style>