Shades of Ruby #D72062
Tints of Ruby #D72062
RGB
CMYK
RGB Variations
Color information
#D72062 (or 0xD72062) is known color: Ruby. HEX triplet: D7, 20 and 62. RGB value is (215,32,98). Sum of RGB (Red+Green+Blue) = 215+32+98=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D72062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72062 is #28DF9D. Grayscale: #5E5E5E. Windows color (decimal): -2678686 or 6430935. OLE color: 6430935.
HSL color Cylindrical-coordinate representation of color #D72062: hue angle of 338.36º 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 #D72062 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 98 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.16 |
| HSL | 338.36º | 0.74% | 0.48% | - |
| HSV(B) | 338.36º | 0.85% | 0.84% | - |
| XYZ | 30.75 | 16.36 | 13.09 | - |
| YUV | 94.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 98 | 0 | 0.85 | 0.54 | 0.16 | 338.36 | 0.74 | 0.48 |
| Hex | D7 | 20 | 62 | 0 | 55 | 36 | 10 | 152 | 4A | 30 |
| Octal | 327 | 40 | 142 | 0 | 125 | 66 | 20 | 522 | 112 | 60 |
| Binary | 11010111 | 100000 | 1100010 | 0 | 1010101 | 110110 | 10000 | 101010010 | 1001010 | 110000 |
Color Harmonies of #D72062
Complementary color
Monochromatic Colors of #D72062
Black with #D72062
Text Example
Text Example
White with #D72062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72062; }
p { color: rgb(215,32,98); }
H1.HeaderClassName
{
color: #D72062;
}
.AnyTagClassName
{
color: #D72062;
}
</style>
background-color css
<style>
a { background-color: #D72062; }
a { background-color: rgb(215,32,98); }
div.DivClassName
{
background-color: #D72062;
}
.BgClassName
{
background-color: #D72062;
}
</style>
border-color css
<style>
span { border-color: #D72062; }
span { border-color: rgb(215,32,98); }
td.TdClassName
{
border-color: #D72062;
}
.TagClassName
{
border-color: #D72062;
}
</style>