Shades of Ruby #D61069
Tints of Ruby #D61069
RGB
CMYK
RGB Variations
Color information
#D61069 (or 0xD61069) is known color: Ruby. HEX triplet: D6, 10 and 69. RGB value is (214,16,105). Sum of RGB (Red+Green+Blue) = 214+16+105=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61069 is #29EF96. Grayscale: #555555. Windows color (decimal): -2748311 or 6885590. OLE color: 6885590.
HSL color Cylindrical-coordinate representation of color #D61069: hue angle of 333.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61069 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.16 |
| HSL | 333.03º | 0.86% | 0.45% | - |
| HSV(B) | 333.03º | 0.93% | 0.84% | - |
| XYZ | 30.47 | 15.69 | 14.79 | - |
| YUV | 85.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 105 | 0 | 0.93 | 0.51 | 0.16 | 333.03 | 0.86 | 0.45 |
| Hex | D6 | 10 | 69 | 0 | 5D | 33 | 10 | 14D | 56 | 2D |
| Octal | 326 | 20 | 151 | 0 | 135 | 63 | 20 | 515 | 126 | 55 |
| Binary | 11010110 | 10000 | 1101001 | 0 | 1011101 | 110011 | 10000 | 101001101 | 1010110 | 101101 |
Color Harmonies of #D61069
Complementary color
Monochromatic Colors of #D61069
Black with #D61069
Text Example
Text Example
White with #D61069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61069; }
p { color: rgb(214,16,105); }
H1.HeaderClassName
{
color: #D61069;
}
.AnyTagClassName
{
color: #D61069;
}
</style>
background-color css
<style>
a { background-color: #D61069; }
a { background-color: rgb(214,16,105); }
div.DivClassName
{
background-color: #D61069;
}
.BgClassName
{
background-color: #D61069;
}
</style>
border-color css
<style>
span { border-color: #D61069; }
span { border-color: rgb(214,16,105); }
td.TdClassName
{
border-color: #D61069;
}
.TagClassName
{
border-color: #D61069;
}
</style>