Shades of Ruby #D61B65
Tints of Ruby #D61B65
RGB
CMYK
RGB Variations
Color information
#D61B65 (or 0xD61B65) is known color: Ruby. HEX triplet: D6, 1B and 65. RGB value is (214,27,101). Sum of RGB (Red+Green+Blue) = 214+27+101=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B65 is #29E49A. Grayscale: #5B5B5B. Windows color (decimal): -2745499 or 6626262. OLE color: 6626262.
HSL color Cylindrical-coordinate representation of color #D61B65: hue angle of 336.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B65 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 101 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.16 |
| HSL | 336.26º | 0.78% | 0.47% | - |
| HSV(B) | 336.26º | 0.87% | 0.84% | - |
| XYZ | 30.47 | 16.02 | 13.8 | - |
| YUV | 91.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 101 | 0 | 0.87 | 0.53 | 0.16 | 336.26 | 0.78 | 0.47 |
| Hex | D6 | 1B | 65 | 0 | 57 | 35 | 10 | 150 | 4E | 2F |
| Octal | 326 | 33 | 145 | 0 | 127 | 65 | 20 | 520 | 116 | 57 |
| Binary | 11010110 | 11011 | 1100101 | 0 | 1010111 | 110101 | 10000 | 101010000 | 1001110 | 101111 |
Color Harmonies of #D61B65
Complementary color
Monochromatic Colors of #D61B65
Black with #D61B65
Text Example
Text Example
White with #D61B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B65; }
p { color: rgb(214,27,101); }
H1.HeaderClassName
{
color: #D61B65;
}
.AnyTagClassName
{
color: #D61B65;
}
</style>
background-color css
<style>
a { background-color: #D61B65; }
a { background-color: rgb(214,27,101); }
div.DivClassName
{
background-color: #D61B65;
}
.BgClassName
{
background-color: #D61B65;
}
</style>
border-color css
<style>
span { border-color: #D61B65; }
span { border-color: rgb(214,27,101); }
td.TdClassName
{
border-color: #D61B65;
}
.TagClassName
{
border-color: #D61B65;
}
</style>