Shades of Ruby #D71E6E
Tints of Ruby #D71E6E
RGB
CMYK
RGB Variations
Color information
#D71E6E (or 0xD71E6E) is known color: Ruby. HEX triplet: D7, 1E and 6E. RGB value is (215,30,110). Sum of RGB (Red+Green+Blue) = 215+30+110=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E6E is #28E191. Grayscale: #5E5E5E. Windows color (decimal): -2679186 or 7216855. OLE color: 7216855.
HSL color Cylindrical-coordinate representation of color #D71E6E: hue angle of 334.05º 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 #D71E6E is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 110 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.16 |
| HSL | 334.05º | 0.76% | 0.48% | - |
| HSV(B) | 334.05º | 0.86% | 0.84% | - |
| XYZ | 31.3 | 16.5 | 16.29 | - |
| YUV | 94.44 | 136.79 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 110 | 0 | 0.86 | 0.49 | 0.16 | 334.05 | 0.76 | 0.48 |
| Hex | D7 | 1E | 6E | 0 | 56 | 31 | 10 | 14E | 4C | 30 |
| Octal | 327 | 36 | 156 | 0 | 126 | 61 | 20 | 516 | 114 | 60 |
| Binary | 11010111 | 11110 | 1101110 | 0 | 1010110 | 110001 | 10000 | 101001110 | 1001100 | 110000 |
Color Harmonies of #D71E6E
Complementary color
Monochromatic Colors of #D71E6E
Black with #D71E6E
Text Example
Text Example
White with #D71E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E6E; }
p { color: rgb(215,30,110); }
H1.HeaderClassName
{
color: #D71E6E;
}
.AnyTagClassName
{
color: #D71E6E;
}
</style>
background-color css
<style>
a { background-color: #D71E6E; }
a { background-color: rgb(215,30,110); }
div.DivClassName
{
background-color: #D71E6E;
}
.BgClassName
{
background-color: #D71E6E;
}
</style>
border-color css
<style>
span { border-color: #D71E6E; }
span { border-color: rgb(215,30,110); }
td.TdClassName
{
border-color: #D71E6E;
}
.TagClassName
{
border-color: #D71E6E;
}
</style>