Shades of Ruby #D61366
Tints of Ruby #D61366
RGB
CMYK
RGB Variations
Color information
#D61366 (or 0xD61366) is known color: Ruby. HEX triplet: D6, 13 and 66. RGB value is (214,19,102). Sum of RGB (Red+Green+Blue) = 214+19+102=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61366 is #29EC99. Grayscale: #565656. Windows color (decimal): -2747546 or 6689750. OLE color: 6689750.
HSL color Cylindrical-coordinate representation of color #D61366: hue angle of 334.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61366 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 102 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.16 |
| HSL | 334.46º | 0.84% | 0.46% | - |
| HSV(B) | 334.46º | 0.91% | 0.84% | - |
| XYZ | 30.36 | 15.72 | 14 | - |
| YUV | 86.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 102 | 0 | 0.91 | 0.52 | 0.16 | 334.46 | 0.84 | 0.46 |
| Hex | D6 | 13 | 66 | 0 | 5B | 34 | 10 | 14E | 54 | 2E |
| Octal | 326 | 23 | 146 | 0 | 133 | 64 | 20 | 516 | 124 | 56 |
| Binary | 11010110 | 10011 | 1100110 | 0 | 1011011 | 110100 | 10000 | 101001110 | 1010100 | 101110 |
Color Harmonies of #D61366
Complementary color
Monochromatic Colors of #D61366
Black with #D61366
Text Example
Text Example
White with #D61366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61366; }
p { color: rgb(214,19,102); }
H1.HeaderClassName
{
color: #D61366;
}
.AnyTagClassName
{
color: #D61366;
}
</style>
background-color css
<style>
a { background-color: #D61366; }
a { background-color: rgb(214,19,102); }
div.DivClassName
{
background-color: #D61366;
}
.BgClassName
{
background-color: #D61366;
}
</style>
border-color css
<style>
span { border-color: #D61366; }
span { border-color: rgb(214,19,102); }
td.TdClassName
{
border-color: #D61366;
}
.TagClassName
{
border-color: #D61366;
}
</style>