Shades of Ruby #D72065
Tints of Ruby #D72065
RGB
CMYK
RGB Variations
Color information
#D72065 (or 0xD72065) is known color: Ruby. HEX triplet: D7, 20 and 65. RGB value is (215,32,101). Sum of RGB (Red+Green+Blue) = 215+32+101=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D72065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72065 is #28DF9A. Grayscale: #5E5E5E. Windows color (decimal): -2678683 or 6627543. OLE color: 6627543.
HSL color Cylindrical-coordinate representation of color #D72065: hue angle of 337.38º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72065 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 101 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.16 |
| HSL | 337.38º | 0.74% | 0.48% | - |
| HSV(B) | 337.38º | 0.85% | 0.84% | - |
| XYZ | 30.89 | 16.42 | 13.85 | - |
| YUV | 94.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 101 | 0 | 0.85 | 0.53 | 0.16 | 337.38 | 0.74 | 0.48 |
| Hex | D7 | 20 | 65 | 0 | 55 | 35 | 10 | 151 | 4A | 30 |
| Octal | 327 | 40 | 145 | 0 | 125 | 65 | 20 | 521 | 112 | 60 |
| Binary | 11010111 | 100000 | 1100101 | 0 | 1010101 | 110101 | 10000 | 101010001 | 1001010 | 110000 |
Color Harmonies of #D72065
Complementary color
Monochromatic Colors of #D72065
Black with #D72065
Text Example
Text Example
White with #D72065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72065; }
p { color: rgb(215,32,101); }
H1.HeaderClassName
{
color: #D72065;
}
.AnyTagClassName
{
color: #D72065;
}
</style>
background-color css
<style>
a { background-color: #D72065; }
a { background-color: rgb(215,32,101); }
div.DivClassName
{
background-color: #D72065;
}
.BgClassName
{
background-color: #D72065;
}
</style>
border-color css
<style>
span { border-color: #D72065; }
span { border-color: rgb(215,32,101); }
td.TdClassName
{
border-color: #D72065;
}
.TagClassName
{
border-color: #D72065;
}
</style>