Shades of Ruby #D61468
Tints of Ruby #D61468
RGB
CMYK
RGB Variations
Color information
#D61468 (or 0xD61468) is known color: Ruby. HEX triplet: D6, 14 and 68. RGB value is (214,20,104). Sum of RGB (Red+Green+Blue) = 214+20+104=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D61468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61468 is #29EB97. Grayscale: #575757. Windows color (decimal): -2747288 or 6821078. OLE color: 6821078.
HSL color Cylindrical-coordinate representation of color #D61468: hue angle of 334.02º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61468 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.16 |
| HSL | 334.02º | 0.83% | 0.46% | - |
| HSV(B) | 334.02º | 0.91% | 0.84% | - |
| XYZ | 30.48 | 15.8 | 14.54 | - |
| YUV | 87.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 104 | 0 | 0.91 | 0.51 | 0.16 | 334.02 | 0.83 | 0.46 |
| Hex | D6 | 14 | 68 | 0 | 5B | 33 | 10 | 14E | 53 | 2E |
| Octal | 326 | 24 | 150 | 0 | 133 | 63 | 20 | 516 | 123 | 56 |
| Binary | 11010110 | 10100 | 1101000 | 0 | 1011011 | 110011 | 10000 | 101001110 | 1010011 | 101110 |
Color Harmonies of #D61468
Complementary color
Monochromatic Colors of #D61468
Black with #D61468
Text Example
Text Example
White with #D61468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61468; }
p { color: rgb(214,20,104); }
H1.HeaderClassName
{
color: #D61468;
}
.AnyTagClassName
{
color: #D61468;
}
</style>
background-color css
<style>
a { background-color: #D61468; }
a { background-color: rgb(214,20,104); }
div.DivClassName
{
background-color: #D61468;
}
.BgClassName
{
background-color: #D61468;
}
</style>
border-color css
<style>
span { border-color: #D61468; }
span { border-color: rgb(214,20,104); }
td.TdClassName
{
border-color: #D61468;
}
.TagClassName
{
border-color: #D61468;
}
</style>