Shades of Ruby #D71574
Tints of Ruby #D71574
RGB
CMYK
RGB Variations
Color information
#D71574 (or 0xD71574) is known color: Ruby. HEX triplet: D7, 15 and 74. RGB value is (215,21,116). Sum of RGB (Red+Green+Blue) = 215+21+116=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71574 is #28EA8B. Grayscale: #595959. Windows color (decimal): -2681484 or 7607767. OLE color: 7607767.
HSL color Cylindrical-coordinate representation of color #D71574: hue angle of 330.62º 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 #D71574 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 116 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.16 |
| HSL | 330.62º | 0.82% | 0.46% | - |
| HSV(B) | 330.62º | 0.9% | 0.84% | - |
| XYZ | 31.44 | 16.24 | 18 | - |
| YUV | 89.84 | 142.77 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 116 | 0 | 0.90 | 0.46 | 0.16 | 330.62 | 0.82 | 0.46 |
| Hex | D7 | 15 | 74 | 0 | 5A | 2E | 10 | 14B | 52 | 2E |
| Octal | 327 | 25 | 164 | 0 | 132 | 56 | 20 | 513 | 122 | 56 |
| Binary | 11010111 | 10101 | 1110100 | 0 | 1011010 | 101110 | 10000 | 101001011 | 1010010 | 101110 |
Color Harmonies of #D71574
Complementary color
Monochromatic Colors of #D71574
Black with #D71574
Text Example
Text Example
White with #D71574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71574; }
p { color: rgb(215,21,116); }
H1.HeaderClassName
{
color: #D71574;
}
.AnyTagClassName
{
color: #D71574;
}
</style>
background-color css
<style>
a { background-color: #D71574; }
a { background-color: rgb(215,21,116); }
div.DivClassName
{
background-color: #D71574;
}
.BgClassName
{
background-color: #D71574;
}
</style>
border-color css
<style>
span { border-color: #D71574; }
span { border-color: rgb(215,21,116); }
td.TdClassName
{
border-color: #D71574;
}
.TagClassName
{
border-color: #D71574;
}
</style>