Shades of Ruby #D71464
Tints of Ruby #D71464
RGB
CMYK
RGB Variations
Color information
#D71464 (or 0xD71464) is known color: Ruby. HEX triplet: D7, 14 and 64. RGB value is (215,20,100). Sum of RGB (Red+Green+Blue) = 215+20+100=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D71464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71464 is #28EB9B. Grayscale: #575757. Windows color (decimal): -2681756 or 6558935. OLE color: 6558935.
HSL color Cylindrical-coordinate representation of color #D71464: hue angle of 335.38º 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 #D71464 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 100 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.16 |
| HSL | 335.38º | 0.83% | 0.46% | - |
| HSV(B) | 335.38º | 0.91% | 0.84% | - |
| XYZ | 30.57 | 15.87 | 13.51 | - |
| YUV | 87.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 100 | 0 | 0.91 | 0.53 | 0.16 | 335.38 | 0.83 | 0.46 |
| Hex | D7 | 14 | 64 | 0 | 5B | 35 | 10 | 14F | 53 | 2E |
| Octal | 327 | 24 | 144 | 0 | 133 | 65 | 20 | 517 | 123 | 56 |
| Binary | 11010111 | 10100 | 1100100 | 0 | 1011011 | 110101 | 10000 | 101001111 | 1010011 | 101110 |
Color Harmonies of #D71464
Complementary color
Monochromatic Colors of #D71464
Black with #D71464
Text Example
Text Example
White with #D71464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71464; }
p { color: rgb(215,20,100); }
H1.HeaderClassName
{
color: #D71464;
}
.AnyTagClassName
{
color: #D71464;
}
</style>
background-color css
<style>
a { background-color: #D71464; }
a { background-color: rgb(215,20,100); }
div.DivClassName
{
background-color: #D71464;
}
.BgClassName
{
background-color: #D71464;
}
</style>
border-color css
<style>
span { border-color: #D71464; }
span { border-color: rgb(215,20,100); }
td.TdClassName
{
border-color: #D71464;
}
.TagClassName
{
border-color: #D71464;
}
</style>