Shades of Ruby #D92065
Tints of Ruby #D92065
RGB
CMYK
RGB Variations
Color information
#D92065 (or 0xD92065) is known color: Ruby. HEX triplet: D9, 20 and 65. RGB value is (217,32,101). Sum of RGB (Red+Green+Blue) = 217+32+101=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D92065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92065 is #26DF9A. Grayscale: #5F5F5F. Windows color (decimal): -2547611 or 6627545. OLE color: 6627545.
HSL color Cylindrical-coordinate representation of color #D92065: hue angle of 337.62º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92065 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 101 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.15 |
| HSL | 337.62º | 0.74% | 0.49% | - |
| HSV(B) | 337.62º | 0.85% | 0.85% | - |
| XYZ | 31.48 | 16.72 | 13.88 | - |
| YUV | 95.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 101 | 0 | 0.85 | 0.53 | 0.15 | 337.62 | 0.74 | 0.49 |
| Hex | D9 | 20 | 65 | 0 | 55 | 35 | F | 152 | 4A | 31 |
| Octal | 331 | 40 | 145 | 0 | 125 | 65 | 17 | 522 | 112 | 61 |
| Binary | 11011001 | 100000 | 1100101 | 0 | 1010101 | 110101 | 1111 | 101010010 | 1001010 | 110001 |
Color Harmonies of #D92065
Complementary color
Monochromatic Colors of #D92065
Black with #D92065
Text Example
Text Example
White with #D92065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92065; }
p { color: rgb(217,32,101); }
H1.HeaderClassName
{
color: #D92065;
}
.AnyTagClassName
{
color: #D92065;
}
</style>
background-color css
<style>
a { background-color: #D92065; }
a { background-color: rgb(217,32,101); }
div.DivClassName
{
background-color: #D92065;
}
.BgClassName
{
background-color: #D92065;
}
</style>
border-color css
<style>
span { border-color: #D92065; }
span { border-color: rgb(217,32,101); }
td.TdClassName
{
border-color: #D92065;
}
.TagClassName
{
border-color: #D92065;
}
</style>