Shades of Ruby #D61265
Tints of Ruby #D61265
RGB
CMYK
RGB Variations
Color information
#D61265 (or 0xD61265) is known color: Ruby. HEX triplet: D6, 12 and 65. RGB value is (214,18,101). Sum of RGB (Red+Green+Blue) = 214+18+101=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D61265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61265 is #29ED9A. Grayscale: #555555. Windows color (decimal): -2747803 or 6623958. OLE color: 6623958.
HSL color Cylindrical-coordinate representation of color #D61265: hue angle of 334.59º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61265 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 101 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.16 |
| HSL | 334.59º | 0.84% | 0.45% | - |
| HSV(B) | 334.59º | 0.92% | 0.84% | - |
| XYZ | 30.3 | 15.67 | 13.74 | - |
| YUV | 86.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 101 | 0 | 0.92 | 0.53 | 0.16 | 334.59 | 0.84 | 0.45 |
| Hex | D6 | 12 | 65 | 0 | 5C | 35 | 10 | 14F | 54 | 2D |
| Octal | 326 | 22 | 145 | 0 | 134 | 65 | 20 | 517 | 124 | 55 |
| Binary | 11010110 | 10010 | 1100101 | 0 | 1011100 | 110101 | 10000 | 101001111 | 1010100 | 101101 |
Color Harmonies of #D61265
Complementary color
Monochromatic Colors of #D61265
Black with #D61265
Text Example
Text Example
White with #D61265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61265; }
p { color: rgb(214,18,101); }
H1.HeaderClassName
{
color: #D61265;
}
.AnyTagClassName
{
color: #D61265;
}
</style>
background-color css
<style>
a { background-color: #D61265; }
a { background-color: rgb(214,18,101); }
div.DivClassName
{
background-color: #D61265;
}
.BgClassName
{
background-color: #D61265;
}
</style>
border-color css
<style>
span { border-color: #D61265; }
span { border-color: rgb(214,18,101); }
td.TdClassName
{
border-color: #D61265;
}
.TagClassName
{
border-color: #D61265;
}
</style>