Shades of Ruby #D70972
Tints of Ruby #D70972
RGB
CMYK
RGB Variations
Color information
#D70972 (or 0xD70972) is known color: Ruby. HEX triplet: D7, 09 and 72. RGB value is (215,9,114). Sum of RGB (Red+Green+Blue) = 215+9+114=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D70972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70972 is #28F68D. Grayscale: #525252. Windows color (decimal): -2684558 or 7473623. OLE color: 7473623.
HSL color Cylindrical-coordinate representation of color #D70972: hue angle of 329.42º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70972 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.16 |
| HSL | 329.42º | 0.92% | 0.44% | - |
| HSV(B) | 329.42º | 0.96% | 0.84% | - |
| XYZ | 31.16 | 15.86 | 17.34 | - |
| YUV | 82.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 114 | 0 | 0.96 | 0.47 | 0.16 | 329.42 | 0.92 | 0.44 |
| Hex | D7 | 9 | 72 | 0 | 60 | 2F | 10 | 149 | 5C | 2C |
| Octal | 327 | 11 | 162 | 0 | 140 | 57 | 20 | 511 | 134 | 54 |
| Binary | 11010111 | 1001 | 1110010 | 0 | 1100000 | 101111 | 10000 | 101001001 | 1011100 | 101100 |
Color Harmonies of #D70972
Complementary color
Monochromatic Colors of #D70972
Black with #D70972
Text Example
Text Example
White with #D70972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70972; }
p { color: rgb(215,9,114); }
H1.HeaderClassName
{
color: #D70972;
}
.AnyTagClassName
{
color: #D70972;
}
</style>
background-color css
<style>
a { background-color: #D70972; }
a { background-color: rgb(215,9,114); }
div.DivClassName
{
background-color: #D70972;
}
.BgClassName
{
background-color: #D70972;
}
</style>
border-color css
<style>
span { border-color: #D70972; }
span { border-color: rgb(215,9,114); }
td.TdClassName
{
border-color: #D70972;
}
.TagClassName
{
border-color: #D70972;
}
</style>