Shades of Ruby #D61F5A
Tints of Ruby #D61F5A
RGB
CMYK
RGB Variations
Color information
#D61F5A (or 0xD61F5A) is known color: Ruby. HEX triplet: D6, 1F and 5A. RGB value is (214,31,90). Sum of RGB (Red+Green+Blue) = 214+31+90=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F5A is #29E0A5. Grayscale: #5C5C5C. Windows color (decimal): -2744486 or 5906390. OLE color: 5906390.
HSL color Cylindrical-coordinate representation of color #D61F5A: hue angle of 340.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F5A is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 90 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.16 |
| HSL | 340.66º | 0.75% | 0.48% | - |
| HSV(B) | 340.66º | 0.86% | 0.84% | - |
| XYZ | 30.07 | 16.01 | 11.18 | - |
| YUV | 92.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 90 | 0 | 0.86 | 0.58 | 0.16 | 340.66 | 0.75 | 0.48 |
| Hex | D6 | 1F | 5A | 0 | 56 | 3A | 10 | 155 | 4B | 30 |
| Octal | 326 | 37 | 132 | 0 | 126 | 72 | 20 | 525 | 113 | 60 |
| Binary | 11010110 | 11111 | 1011010 | 0 | 1010110 | 111010 | 10000 | 101010101 | 1001011 | 110000 |
Color Harmonies of #D61F5A
Complementary color
Monochromatic Colors of #D61F5A
Black with #D61F5A
Text Example
Text Example
White with #D61F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F5A; }
p { color: rgb(214,31,90); }
H1.HeaderClassName
{
color: #D61F5A;
}
.AnyTagClassName
{
color: #D61F5A;
}
</style>
background-color css
<style>
a { background-color: #D61F5A; }
a { background-color: rgb(214,31,90); }
div.DivClassName
{
background-color: #D61F5A;
}
.BgClassName
{
background-color: #D61F5A;
}
</style>
border-color css
<style>
span { border-color: #D61F5A; }
span { border-color: rgb(214,31,90); }
td.TdClassName
{
border-color: #D61F5A;
}
.TagClassName
{
border-color: #D61F5A;
}
</style>