Shades of Ruby #D61971
Tints of Ruby #D61971
RGB
CMYK
RGB Variations
Color information
#D61971 (or 0xD61971) is known color: Ruby. HEX triplet: D6, 19 and 71. RGB value is (214,25,113). Sum of RGB (Red+Green+Blue) = 214+25+113=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61971 is #29E68E. Grayscale: #5B5B5B. Windows color (decimal): -2745999 or 7412182. OLE color: 7412182.
HSL color Cylindrical-coordinate representation of color #D61971: hue angle of 332.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61971 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 113 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.16 |
| HSL | 332.06º | 0.79% | 0.47% | - |
| HSV(B) | 332.06º | 0.88% | 0.84% | - |
| XYZ | 31.06 | 16.18 | 17.11 | - |
| YUV | 91.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 113 | 0 | 0.88 | 0.47 | 0.16 | 332.06 | 0.79 | 0.47 |
| Hex | D6 | 19 | 71 | 0 | 58 | 2F | 10 | 14C | 4F | 2F |
| Octal | 326 | 31 | 161 | 0 | 130 | 57 | 20 | 514 | 117 | 57 |
| Binary | 11010110 | 11001 | 1110001 | 0 | 1011000 | 101111 | 10000 | 101001100 | 1001111 | 101111 |
Color Harmonies of #D61971
Complementary color
Monochromatic Colors of #D61971
Black with #D61971
Text Example
Text Example
White with #D61971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61971; }
p { color: rgb(214,25,113); }
H1.HeaderClassName
{
color: #D61971;
}
.AnyTagClassName
{
color: #D61971;
}
</style>
background-color css
<style>
a { background-color: #D61971; }
a { background-color: rgb(214,25,113); }
div.DivClassName
{
background-color: #D61971;
}
.BgClassName
{
background-color: #D61971;
}
</style>
border-color css
<style>
span { border-color: #D61971; }
span { border-color: rgb(214,25,113); }
td.TdClassName
{
border-color: #D61971;
}
.TagClassName
{
border-color: #D61971;
}
</style>