Shades of Ruby #D71570
Tints of Ruby #D71570
RGB
CMYK
RGB Variations
Color information
#D71570 (or 0xD71570) is known color: Ruby. HEX triplet: D7, 15 and 70. RGB value is (215,21,112). Sum of RGB (Red+Green+Blue) = 215+21+112=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D71570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71570 is #28EA8F. Grayscale: #595959. Windows color (decimal): -2681488 or 7345623. OLE color: 7345623.
HSL color Cylindrical-coordinate representation of color #D71570: hue angle of 331.86º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71570 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.16 |
| HSL | 331.86º | 0.82% | 0.46% | - |
| HSV(B) | 331.86º | 0.9% | 0.84% | - |
| XYZ | 31.22 | 16.15 | 16.8 | - |
| YUV | 89.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 112 | 0 | 0.90 | 0.48 | 0.16 | 331.86 | 0.82 | 0.46 |
| Hex | D7 | 15 | 70 | 0 | 5A | 30 | 10 | 14C | 52 | 2E |
| Octal | 327 | 25 | 160 | 0 | 132 | 60 | 20 | 514 | 122 | 56 |
| Binary | 11010111 | 10101 | 1110000 | 0 | 1011010 | 110000 | 10000 | 101001100 | 1010010 | 101110 |
Color Harmonies of #D71570
Complementary color
Monochromatic Colors of #D71570
Black with #D71570
Text Example
Text Example
White with #D71570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71570; }
p { color: rgb(215,21,112); }
H1.HeaderClassName
{
color: #D71570;
}
.AnyTagClassName
{
color: #D71570;
}
</style>
background-color css
<style>
a { background-color: #D71570; }
a { background-color: rgb(215,21,112); }
div.DivClassName
{
background-color: #D71570;
}
.BgClassName
{
background-color: #D71570;
}
</style>
border-color css
<style>
span { border-color: #D71570; }
span { border-color: rgb(215,21,112); }
td.TdClassName
{
border-color: #D71570;
}
.TagClassName
{
border-color: #D71570;
}
</style>