Shades of Ruby #D72063
Tints of Ruby #D72063
RGB
CMYK
RGB Variations
Color information
#D72063 (or 0xD72063) is known color: Ruby. HEX triplet: D7, 20 and 63. RGB value is (215,32,99). Sum of RGB (Red+Green+Blue) = 215+32+99=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D72063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72063 is #28DF9C. Grayscale: #5E5E5E. Windows color (decimal): -2678685 or 6496471. OLE color: 6496471.
HSL color Cylindrical-coordinate representation of color #D72063: hue angle of 338.03º 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 #D72063 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 99 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.16 |
| HSL | 338.03º | 0.74% | 0.48% | - |
| HSV(B) | 338.03º | 0.85% | 0.84% | - |
| XYZ | 30.79 | 16.38 | 13.34 | - |
| YUV | 94.36 | 130.63 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 99 | 0 | 0.85 | 0.54 | 0.16 | 338.03 | 0.74 | 0.48 |
| Hex | D7 | 20 | 63 | 0 | 55 | 36 | 10 | 152 | 4A | 30 |
| Octal | 327 | 40 | 143 | 0 | 125 | 66 | 20 | 522 | 112 | 60 |
| Binary | 11010111 | 100000 | 1100011 | 0 | 1010101 | 110110 | 10000 | 101010010 | 1001010 | 110000 |
Color Harmonies of #D72063
Complementary color
Monochromatic Colors of #D72063
Black with #D72063
Text Example
Text Example
White with #D72063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72063; }
p { color: rgb(215,32,99); }
H1.HeaderClassName
{
color: #D72063;
}
.AnyTagClassName
{
color: #D72063;
}
</style>
background-color css
<style>
a { background-color: #D72063; }
a { background-color: rgb(215,32,99); }
div.DivClassName
{
background-color: #D72063;
}
.BgClassName
{
background-color: #D72063;
}
</style>
border-color css
<style>
span { border-color: #D72063; }
span { border-color: rgb(215,32,99); }
td.TdClassName
{
border-color: #D72063;
}
.TagClassName
{
border-color: #D72063;
}
</style>