Shades of Ruby #D71B6C
Tints of Ruby #D71B6C
RGB
CMYK
RGB Variations
Color information
#D71B6C (or 0xD71B6C) is known color: Ruby. HEX triplet: D7, 1B and 6C. RGB value is (215,27,108). Sum of RGB (Red+Green+Blue) = 215+27+108=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B6C is #28E493. Grayscale: #5C5C5C. Windows color (decimal): -2679956 or 7085015. OLE color: 7085015.
HSL color Cylindrical-coordinate representation of color #D71B6C: hue angle of 334.15º 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 #D71B6C is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 108 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.16 |
| HSL | 334.15º | 0.78% | 0.47% | - |
| HSV(B) | 334.15º | 0.87% | 0.84% | - |
| XYZ | 31.12 | 16.31 | 15.7 | - |
| YUV | 92.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 108 | 0 | 0.87 | 0.50 | 0.16 | 334.15 | 0.78 | 0.47 |
| Hex | D7 | 1B | 6C | 0 | 57 | 32 | 10 | 14E | 4E | 2F |
| Octal | 327 | 33 | 154 | 0 | 127 | 62 | 20 | 516 | 116 | 57 |
| Binary | 11010111 | 11011 | 1101100 | 0 | 1010111 | 110010 | 10000 | 101001110 | 1001110 | 101111 |
Color Harmonies of #D71B6C
Complementary color
Monochromatic Colors of #D71B6C
Black with #D71B6C
Text Example
Text Example
White with #D71B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B6C; }
p { color: rgb(215,27,108); }
H1.HeaderClassName
{
color: #D71B6C;
}
.AnyTagClassName
{
color: #D71B6C;
}
</style>
background-color css
<style>
a { background-color: #D71B6C; }
a { background-color: rgb(215,27,108); }
div.DivClassName
{
background-color: #D71B6C;
}
.BgClassName
{
background-color: #D71B6C;
}
</style>
border-color css
<style>
span { border-color: #D71B6C; }
span { border-color: rgb(215,27,108); }
td.TdClassName
{
border-color: #D71B6C;
}
.TagClassName
{
border-color: #D71B6C;
}
</style>