Shades of Ruby #D71468
Tints of Ruby #D71468
RGB
CMYK
RGB Variations
Color information
#D71468 (or 0xD71468) is known color: Ruby. HEX triplet: D7, 14 and 68. RGB value is (215,20,104). Sum of RGB (Red+Green+Blue) = 215+20+104=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D71468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71468 is #28EB97. Grayscale: #575757. Windows color (decimal): -2681752 or 6821079. OLE color: 6821079.
HSL color Cylindrical-coordinate representation of color #D71468: hue angle of 334.15º 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 #D71468 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.16 |
| HSL | 334.15º | 0.83% | 0.46% | - |
| HSV(B) | 334.15º | 0.91% | 0.84% | - |
| XYZ | 30.77 | 15.95 | 14.55 | - |
| YUV | 87.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 104 | 0 | 0.91 | 0.52 | 0.16 | 334.15 | 0.83 | 0.46 |
| Hex | D7 | 14 | 68 | 0 | 5B | 34 | 10 | 14E | 53 | 2E |
| Octal | 327 | 24 | 150 | 0 | 133 | 64 | 20 | 516 | 123 | 56 |
| Binary | 11010111 | 10100 | 1101000 | 0 | 1011011 | 110100 | 10000 | 101001110 | 1010011 | 101110 |
Color Harmonies of #D71468
Complementary color
Monochromatic Colors of #D71468
Black with #D71468
Text Example
Text Example
White with #D71468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71468; }
p { color: rgb(215,20,104); }
H1.HeaderClassName
{
color: #D71468;
}
.AnyTagClassName
{
color: #D71468;
}
</style>
background-color css
<style>
a { background-color: #D71468; }
a { background-color: rgb(215,20,104); }
div.DivClassName
{
background-color: #D71468;
}
.BgClassName
{
background-color: #D71468;
}
</style>
border-color css
<style>
span { border-color: #D71468; }
span { border-color: rgb(215,20,104); }
td.TdClassName
{
border-color: #D71468;
}
.TagClassName
{
border-color: #D71468;
}
</style>