Shades of Ruby #D71F70
Tints of Ruby #D71F70
RGB
CMYK
RGB Variations
Color information
#D71F70 (or 0xD71F70) is known color: Ruby. HEX triplet: D7, 1F and 70. RGB value is (215,31,112). Sum of RGB (Red+Green+Blue) = 215+31+112=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F70 is #28E08F. Grayscale: #5F5F5F. Windows color (decimal): -2678928 or 7348183. OLE color: 7348183.
HSL color Cylindrical-coordinate representation of color #D71F70: hue angle of 333.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71F70 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 112 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.16 |
| HSL | 333.59º | 0.75% | 0.48% | - |
| HSV(B) | 333.59º | 0.86% | 0.84% | - |
| XYZ | 31.44 | 16.6 | 16.88 | - |
| YUV | 95.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 112 | 0 | 0.86 | 0.48 | 0.16 | 333.59 | 0.75 | 0.48 |
| Hex | D7 | 1F | 70 | 0 | 56 | 30 | 10 | 14E | 4B | 30 |
| Octal | 327 | 37 | 160 | 0 | 126 | 60 | 20 | 516 | 113 | 60 |
| Binary | 11010111 | 11111 | 1110000 | 0 | 1010110 | 110000 | 10000 | 101001110 | 1001011 | 110000 |
Color Harmonies of #D71F70
Complementary color
Monochromatic Colors of #D71F70
Black with #D71F70
Text Example
Text Example
White with #D71F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F70; }
p { color: rgb(215,31,112); }
H1.HeaderClassName
{
color: #D71F70;
}
.AnyTagClassName
{
color: #D71F70;
}
</style>
background-color css
<style>
a { background-color: #D71F70; }
a { background-color: rgb(215,31,112); }
div.DivClassName
{
background-color: #D71F70;
}
.BgClassName
{
background-color: #D71F70;
}
</style>
border-color css
<style>
span { border-color: #D71F70; }
span { border-color: rgb(215,31,112); }
td.TdClassName
{
border-color: #D71F70;
}
.TagClassName
{
border-color: #D71F70;
}
</style>