Shades of Ruby #D61C6A
Tints of Ruby #D61C6A
RGB
CMYK
RGB Variations
Color information
#D61C6A (or 0xD61C6A) is known color: Ruby. HEX triplet: D6, 1C and 6A. RGB value is (214,28,106). Sum of RGB (Red+Green+Blue) = 214+28+106=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C6A is #29E395. Grayscale: #5C5C5C. Windows color (decimal): -2745238 or 6954198. OLE color: 6954198.
HSL color Cylindrical-coordinate representation of color #D61C6A: hue angle of 334.84º degrees, saturation: 0.77, 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 #D61C6A is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 106 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.16 |
| HSL | 334.84º | 0.77% | 0.47% | - |
| HSV(B) | 334.84º | 0.87% | 0.84% | - |
| XYZ | 30.75 | 16.17 | 15.14 | - |
| YUV | 92.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 106 | 0 | 0.87 | 0.50 | 0.16 | 334.84 | 0.77 | 0.47 |
| Hex | D6 | 1C | 6A | 0 | 57 | 32 | 10 | 14F | 4D | 2F |
| Octal | 326 | 34 | 152 | 0 | 127 | 62 | 20 | 517 | 115 | 57 |
| Binary | 11010110 | 11100 | 1101010 | 0 | 1010111 | 110010 | 10000 | 101001111 | 1001101 | 101111 |
Color Harmonies of #D61C6A
Complementary color
Monochromatic Colors of #D61C6A
Black with #D61C6A
Text Example
Text Example
White with #D61C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C6A; }
p { color: rgb(214,28,106); }
H1.HeaderClassName
{
color: #D61C6A;
}
.AnyTagClassName
{
color: #D61C6A;
}
</style>
background-color css
<style>
a { background-color: #D61C6A; }
a { background-color: rgb(214,28,106); }
div.DivClassName
{
background-color: #D61C6A;
}
.BgClassName
{
background-color: #D61C6A;
}
</style>
border-color css
<style>
span { border-color: #D61C6A; }
span { border-color: rgb(214,28,106); }
td.TdClassName
{
border-color: #D61C6A;
}
.TagClassName
{
border-color: #D61C6A;
}
</style>