Shades of Ruby #D61669
Tints of Ruby #D61669
RGB
CMYK
RGB Variations
Color information
#D61669 (or 0xD61669) is known color: Ruby. HEX triplet: D6, 16 and 69. RGB value is (214,22,105). Sum of RGB (Red+Green+Blue) = 214+22+105=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D61669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61669 is #29E996. Grayscale: #585858. Windows color (decimal): -2746775 or 6887126. OLE color: 6887126.
HSL color Cylindrical-coordinate representation of color #D61669: hue angle of 334.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61669 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.16 |
| HSL | 334.06º | 0.81% | 0.46% | - |
| HSV(B) | 334.06º | 0.9% | 0.84% | - |
| XYZ | 30.57 | 15.89 | 14.82 | - |
| YUV | 88.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 105 | 0 | 0.90 | 0.51 | 0.16 | 334.06 | 0.81 | 0.46 |
| Hex | D6 | 16 | 69 | 0 | 5A | 33 | 10 | 14E | 51 | 2E |
| Octal | 326 | 26 | 151 | 0 | 132 | 63 | 20 | 516 | 121 | 56 |
| Binary | 11010110 | 10110 | 1101001 | 0 | 1011010 | 110011 | 10000 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D61669
Complementary color
Monochromatic Colors of #D61669
Black with #D61669
Text Example
Text Example
White with #D61669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61669; }
p { color: rgb(214,22,105); }
H1.HeaderClassName
{
color: #D61669;
}
.AnyTagClassName
{
color: #D61669;
}
</style>
background-color css
<style>
a { background-color: #D61669; }
a { background-color: rgb(214,22,105); }
div.DivClassName
{
background-color: #D61669;
}
.BgClassName
{
background-color: #D61669;
}
</style>
border-color css
<style>
span { border-color: #D61669; }
span { border-color: rgb(214,22,105); }
td.TdClassName
{
border-color: #D61669;
}
.TagClassName
{
border-color: #D61669;
}
</style>