Shades of Ruby #D71472
Tints of Ruby #D71472
RGB
CMYK
RGB Variations
Color information
#D71472 (or 0xD71472) is known color: Ruby. HEX triplet: D7, 14 and 72. RGB value is (215,20,114). Sum of RGB (Red+Green+Blue) = 215+20+114=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D71472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71472 is #28EB8D. Grayscale: #585858. Windows color (decimal): -2681742 or 7476439. OLE color: 7476439.
HSL color Cylindrical-coordinate representation of color #D71472: hue angle of 331.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71472 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 114 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.16 |
| HSL | 331.08º | 0.83% | 0.46% | - |
| HSV(B) | 331.08º | 0.91% | 0.84% | - |
| XYZ | 31.31 | 16.16 | 17.39 | - |
| YUV | 89.02 | 142.1 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 114 | 0 | 0.91 | 0.47 | 0.16 | 331.08 | 0.83 | 0.46 |
| Hex | D7 | 14 | 72 | 0 | 5B | 2F | 10 | 14B | 53 | 2E |
| Octal | 327 | 24 | 162 | 0 | 133 | 57 | 20 | 513 | 123 | 56 |
| Binary | 11010111 | 10100 | 1110010 | 0 | 1011011 | 101111 | 10000 | 101001011 | 1010011 | 101110 |
Color Harmonies of #D71472
Complementary color
Monochromatic Colors of #D71472
Black with #D71472
Text Example
Text Example
White with #D71472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71472; }
p { color: rgb(215,20,114); }
H1.HeaderClassName
{
color: #D71472;
}
.AnyTagClassName
{
color: #D71472;
}
</style>
background-color css
<style>
a { background-color: #D71472; }
a { background-color: rgb(215,20,114); }
div.DivClassName
{
background-color: #D71472;
}
.BgClassName
{
background-color: #D71472;
}
</style>
border-color css
<style>
span { border-color: #D71472; }
span { border-color: rgb(215,20,114); }
td.TdClassName
{
border-color: #D71472;
}
.TagClassName
{
border-color: #D71472;
}
</style>