Shades of Ruby #D61868
Tints of Ruby #D61868
RGB
CMYK
RGB Variations
Color information
#D61868 (or 0xD61868) is known color: Ruby. HEX triplet: D6, 18 and 68. RGB value is (214,24,104). Sum of RGB (Red+Green+Blue) = 214+24+104=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D61868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61868 is #29E797. Grayscale: #595959. Windows color (decimal): -2746264 or 6822102. OLE color: 6822102.
HSL color Cylindrical-coordinate representation of color #D61868: hue angle of 334.74º 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 #D61868 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.16 |
| HSL | 334.74º | 0.8% | 0.47% | - |
| HSV(B) | 334.74º | 0.89% | 0.84% | - |
| XYZ | 30.56 | 15.95 | 14.56 | - |
| YUV | 89.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 104 | 0 | 0.89 | 0.51 | 0.16 | 334.74 | 0.8 | 0.47 |
| Hex | D6 | 18 | 68 | 0 | 59 | 33 | 10 | 14F | 50 | 2F |
| Octal | 326 | 30 | 150 | 0 | 131 | 63 | 20 | 517 | 120 | 57 |
| Binary | 11010110 | 11000 | 1101000 | 0 | 1011001 | 110011 | 10000 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D61868
Complementary color
Monochromatic Colors of #D61868
Black with #D61868
Text Example
Text Example
White with #D61868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61868; }
p { color: rgb(214,24,104); }
H1.HeaderClassName
{
color: #D61868;
}
.AnyTagClassName
{
color: #D61868;
}
</style>
background-color css
<style>
a { background-color: #D61868; }
a { background-color: rgb(214,24,104); }
div.DivClassName
{
background-color: #D61868;
}
.BgClassName
{
background-color: #D61868;
}
</style>
border-color css
<style>
span { border-color: #D61868; }
span { border-color: rgb(214,24,104); }
td.TdClassName
{
border-color: #D61868;
}
.TagClassName
{
border-color: #D61868;
}
</style>