Shades of Ruby #D70472
Tints of Ruby #D70472
RGB
CMYK
RGB Variations
Color information
#D70472 (or 0xD70472) is known color: Ruby. HEX triplet: D7, 04 and 72. RGB value is (215,4,114). Sum of RGB (Red+Green+Blue) = 215+4+114=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D70472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70472 is #28FB8D. Grayscale: #4F4F4F. Windows color (decimal): -2685838 or 7472343. OLE color: 7472343.
HSL color Cylindrical-coordinate representation of color #D70472: hue angle of 328.72º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70472 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.16 |
| HSL | 328.72º | 0.96% | 0.43% | - |
| HSV(B) | 328.72º | 0.98% | 0.84% | - |
| XYZ | 31.11 | 15.75 | 17.32 | - |
| YUV | 79.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 114 | 0 | 0.98 | 0.47 | 0.16 | 328.72 | 0.96 | 0.43 |
| Hex | D7 | 4 | 72 | 0 | 62 | 2F | 10 | 149 | 60 | 2B |
| Octal | 327 | 4 | 162 | 0 | 142 | 57 | 20 | 511 | 140 | 53 |
| Binary | 11010111 | 100 | 1110010 | 0 | 1100010 | 101111 | 10000 | 101001001 | 1100000 | 101011 |
Color Harmonies of #D70472
Complementary color
Monochromatic Colors of #D70472
Black with #D70472
Text Example
Text Example
White with #D70472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70472; }
p { color: rgb(215,4,114); }
H1.HeaderClassName
{
color: #D70472;
}
.AnyTagClassName
{
color: #D70472;
}
</style>
background-color css
<style>
a { background-color: #D70472; }
a { background-color: rgb(215,4,114); }
div.DivClassName
{
background-color: #D70472;
}
.BgClassName
{
background-color: #D70472;
}
</style>
border-color css
<style>
span { border-color: #D70472; }
span { border-color: rgb(215,4,114); }
td.TdClassName
{
border-color: #D70472;
}
.TagClassName
{
border-color: #D70472;
}
</style>