Shades of Ruby #D61461
Tints of Ruby #D61461
RGB
CMYK
RGB Variations
Color information
#D61461 (or 0xD61461) is known color: Ruby. HEX triplet: D6, 14 and 61. RGB value is (214,20,97). Sum of RGB (Red+Green+Blue) = 214+20+97=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D61461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61461 is #29EB9E. Grayscale: #565656. Windows color (decimal): -2747295 or 6362326. OLE color: 6362326.
HSL color Cylindrical-coordinate representation of color #D61461: hue angle of 336.19º 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 #D61461 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 97 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.16 |
| HSL | 336.19º | 0.83% | 0.46% | - |
| HSV(B) | 336.19º | 0.91% | 0.84% | - |
| XYZ | 30.14 | 15.66 | 12.74 | - |
| YUV | 86.78 | 133.77 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 97 | 0 | 0.91 | 0.55 | 0.16 | 336.19 | 0.83 | 0.46 |
| Hex | D6 | 14 | 61 | 0 | 5B | 37 | 10 | 150 | 53 | 2E |
| Octal | 326 | 24 | 141 | 0 | 133 | 67 | 20 | 520 | 123 | 56 |
| Binary | 11010110 | 10100 | 1100001 | 0 | 1011011 | 110111 | 10000 | 101010000 | 1010011 | 101110 |
Color Harmonies of #D61461
Complementary color
Monochromatic Colors of #D61461
Black with #D61461
Text Example
Text Example
White with #D61461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61461; }
p { color: rgb(214,20,97); }
H1.HeaderClassName
{
color: #D61461;
}
.AnyTagClassName
{
color: #D61461;
}
</style>
background-color css
<style>
a { background-color: #D61461; }
a { background-color: rgb(214,20,97); }
div.DivClassName
{
background-color: #D61461;
}
.BgClassName
{
background-color: #D61461;
}
</style>
border-color css
<style>
span { border-color: #D61461; }
span { border-color: rgb(214,20,97); }
td.TdClassName
{
border-color: #D61461;
}
.TagClassName
{
border-color: #D61461;
}
</style>