Shades of Ruby #D71B6D
Tints of Ruby #D71B6D
RGB
CMYK
RGB Variations
Color information
#D71B6D (or 0xD71B6D) is known color: Ruby. HEX triplet: D7, 1B and 6D. RGB value is (215,27,109). Sum of RGB (Red+Green+Blue) = 215+27+109=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B6D is #28E492. Grayscale: #5C5C5C. Windows color (decimal): -2679955 or 7150551. OLE color: 7150551.
HSL color Cylindrical-coordinate representation of color #D71B6D: hue angle of 333.83º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B6D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 109 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.16 |
| HSL | 333.83º | 0.78% | 0.47% | - |
| HSV(B) | 333.83º | 0.87% | 0.84% | - |
| XYZ | 31.18 | 16.34 | 15.98 | - |
| YUV | 92.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 109 | 0 | 0.87 | 0.49 | 0.16 | 333.83 | 0.78 | 0.47 |
| Hex | D7 | 1B | 6D | 0 | 57 | 31 | 10 | 14E | 4E | 2F |
| Octal | 327 | 33 | 155 | 0 | 127 | 61 | 20 | 516 | 116 | 57 |
| Binary | 11010111 | 11011 | 1101101 | 0 | 1010111 | 110001 | 10000 | 101001110 | 1001110 | 101111 |
Color Harmonies of #D71B6D
Complementary color
Monochromatic Colors of #D71B6D
Black with #D71B6D
Text Example
Text Example
White with #D71B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B6D; }
p { color: rgb(215,27,109); }
H1.HeaderClassName
{
color: #D71B6D;
}
.AnyTagClassName
{
color: #D71B6D;
}
</style>
background-color css
<style>
a { background-color: #D71B6D; }
a { background-color: rgb(215,27,109); }
div.DivClassName
{
background-color: #D71B6D;
}
.BgClassName
{
background-color: #D71B6D;
}
</style>
border-color css
<style>
span { border-color: #D71B6D; }
span { border-color: rgb(215,27,109); }
td.TdClassName
{
border-color: #D71B6D;
}
.TagClassName
{
border-color: #D71B6D;
}
</style>