Shades of Ruby #D61063
Tints of Ruby #D61063
RGB
CMYK
RGB Variations
Color information
#D61063 (or 0xD61063) is known color: Ruby. HEX triplet: D6, 10 and 63. RGB value is (214,16,99). Sum of RGB (Red+Green+Blue) = 214+16+99=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D61063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61063 is #29EF9C. Grayscale: #545454. Windows color (decimal): -2748317 or 6492374. OLE color: 6492374.
HSL color Cylindrical-coordinate representation of color #D61063: hue angle of 334.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61063 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.16 |
| HSL | 334.85º | 0.86% | 0.45% | - |
| HSV(B) | 334.85º | 0.93% | 0.84% | - |
| XYZ | 30.17 | 15.57 | 13.22 | - |
| YUV | 84.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 99 | 0 | 0.93 | 0.54 | 0.16 | 334.85 | 0.86 | 0.45 |
| Hex | D6 | 10 | 63 | 0 | 5D | 36 | 10 | 14F | 56 | 2D |
| Octal | 326 | 20 | 143 | 0 | 135 | 66 | 20 | 517 | 126 | 55 |
| Binary | 11010110 | 10000 | 1100011 | 0 | 1011101 | 110110 | 10000 | 101001111 | 1010110 | 101101 |
Color Harmonies of #D61063
Complementary color
Monochromatic Colors of #D61063
Black with #D61063
Text Example
Text Example
White with #D61063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61063; }
p { color: rgb(214,16,99); }
H1.HeaderClassName
{
color: #D61063;
}
.AnyTagClassName
{
color: #D61063;
}
</style>
background-color css
<style>
a { background-color: #D61063; }
a { background-color: rgb(214,16,99); }
div.DivClassName
{
background-color: #D61063;
}
.BgClassName
{
background-color: #D61063;
}
</style>
border-color css
<style>
span { border-color: #D61063; }
span { border-color: rgb(214,16,99); }
td.TdClassName
{
border-color: #D61063;
}
.TagClassName
{
border-color: #D61063;
}
</style>