Shades of Ruby #D71E6D
Tints of Ruby #D71E6D
RGB
CMYK
RGB Variations
Color information
#D71E6D (or 0xD71E6D) is known color: Ruby. HEX triplet: D7, 1E and 6D. RGB value is (215,30,109). Sum of RGB (Red+Green+Blue) = 215+30+109=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E6D is #28E192. Grayscale: #5E5E5E. Windows color (decimal): -2679187 or 7151319. OLE color: 7151319.
HSL color Cylindrical-coordinate representation of color #D71E6D: hue angle of 334.38º degrees, saturation: 0.76, 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 #D71E6D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 109 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.16 |
| HSL | 334.38º | 0.76% | 0.48% | - |
| HSV(B) | 334.38º | 0.86% | 0.84% | - |
| XYZ | 31.25 | 16.48 | 16 | - |
| YUV | 94.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 109 | 0 | 0.86 | 0.49 | 0.16 | 334.38 | 0.76 | 0.48 |
| Hex | D7 | 1E | 6D | 0 | 56 | 31 | 10 | 14E | 4C | 30 |
| Octal | 327 | 36 | 155 | 0 | 126 | 61 | 20 | 516 | 114 | 60 |
| Binary | 11010111 | 11110 | 1101101 | 0 | 1010110 | 110001 | 10000 | 101001110 | 1001100 | 110000 |
Color Harmonies of #D71E6D
Complementary color
Monochromatic Colors of #D71E6D
Black with #D71E6D
Text Example
Text Example
White with #D71E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E6D; }
p { color: rgb(215,30,109); }
H1.HeaderClassName
{
color: #D71E6D;
}
.AnyTagClassName
{
color: #D71E6D;
}
</style>
background-color css
<style>
a { background-color: #D71E6D; }
a { background-color: rgb(215,30,109); }
div.DivClassName
{
background-color: #D71E6D;
}
.BgClassName
{
background-color: #D71E6D;
}
</style>
border-color css
<style>
span { border-color: #D71E6D; }
span { border-color: rgb(215,30,109); }
td.TdClassName
{
border-color: #D71E6D;
}
.TagClassName
{
border-color: #D71E6D;
}
</style>