Shades of Ruby #D61864
Tints of Ruby #D61864
RGB
CMYK
RGB Variations
Color information
#D61864 (or 0xD61864) is known color: Ruby. HEX triplet: D6, 18 and 64. RGB value is (214,24,100). Sum of RGB (Red+Green+Blue) = 214+24+100=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D61864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61864 is #29E79B. Grayscale: #595959. Windows color (decimal): -2746268 or 6559958. OLE color: 6559958.
HSL color Cylindrical-coordinate representation of color #D61864: hue angle of 336º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61864 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 100 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.16 |
| HSL | 336º | 0.8% | 0.47% | - |
| HSV(B) | 336º | 0.89% | 0.84% | - |
| XYZ | 30.36 | 15.87 | 13.52 | - |
| YUV | 89.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 100 | 0 | 0.89 | 0.53 | 0.16 | 336 | 0.8 | 0.47 |
| Hex | D6 | 18 | 64 | 0 | 59 | 35 | 10 | 150 | 50 | 2F |
| Octal | 326 | 30 | 144 | 0 | 131 | 65 | 20 | 520 | 120 | 57 |
| Binary | 11010110 | 11000 | 1100100 | 0 | 1011001 | 110101 | 10000 | 101010000 | 1010000 | 101111 |
Color Harmonies of #D61864
Complementary color
Monochromatic Colors of #D61864
Black with #D61864
Text Example
Text Example
White with #D61864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61864; }
p { color: rgb(214,24,100); }
H1.HeaderClassName
{
color: #D61864;
}
.AnyTagClassName
{
color: #D61864;
}
</style>
background-color css
<style>
a { background-color: #D61864; }
a { background-color: rgb(214,24,100); }
div.DivClassName
{
background-color: #D61864;
}
.BgClassName
{
background-color: #D61864;
}
</style>
border-color css
<style>
span { border-color: #D61864; }
span { border-color: rgb(214,24,100); }
td.TdClassName
{
border-color: #D61864;
}
.TagClassName
{
border-color: #D61864;
}
</style>