Shades of Ruby #D61B67
Tints of Ruby #D61B67
RGB
CMYK
RGB Variations
Color information
#D61B67 (or 0xD61B67) is known color: Ruby. HEX triplet: D6, 1B and 67. RGB value is (214,27,103). Sum of RGB (Red+Green+Blue) = 214+27+103=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B67 is #29E498. Grayscale: #5B5B5B. Windows color (decimal): -2745497 or 6757334. OLE color: 6757334.
HSL color Cylindrical-coordinate representation of color #D61B67: hue angle of 335.61º 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 #D61B67 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 103 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.16 |
| HSL | 335.62º | 0.78% | 0.47% | - |
| HSV(B) | 335.62º | 0.87% | 0.84% | - |
| XYZ | 30.57 | 16.06 | 14.32 | - |
| YUV | 91.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 103 | 0 | 0.87 | 0.52 | 0.16 | 335.62 | 0.78 | 0.47 |
| Hex | D6 | 1B | 67 | 0 | 57 | 34 | 10 | 150 | 4E | 2F |
| Octal | 326 | 33 | 147 | 0 | 127 | 64 | 20 | 520 | 116 | 57 |
| Binary | 11010110 | 11011 | 1100111 | 0 | 1010111 | 110100 | 10000 | 101010000 | 1001110 | 101111 |
Color Harmonies of #D61B67
Complementary color
Monochromatic Colors of #D61B67
Black with #D61B67
Text Example
Text Example
White with #D61B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B67; }
p { color: rgb(214,27,103); }
H1.HeaderClassName
{
color: #D61B67;
}
.AnyTagClassName
{
color: #D61B67;
}
</style>
background-color css
<style>
a { background-color: #D61B67; }
a { background-color: rgb(214,27,103); }
div.DivClassName
{
background-color: #D61B67;
}
.BgClassName
{
background-color: #D61B67;
}
</style>
border-color css
<style>
span { border-color: #D61B67; }
span { border-color: rgb(214,27,103); }
td.TdClassName
{
border-color: #D61B67;
}
.TagClassName
{
border-color: #D61B67;
}
</style>