Shades of Ruby #D71A6B
Tints of Ruby #D71A6B
RGB
CMYK
RGB Variations
Color information
#D71A6B (or 0xD71A6B) is known color: Ruby. HEX triplet: D7, 1A and 6B. RGB value is (215,26,107). Sum of RGB (Red+Green+Blue) = 215+26+107=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A6B is #28E594. Grayscale: #5B5B5B. Windows color (decimal): -2680213 or 7019223. OLE color: 7019223.
HSL color Cylindrical-coordinate representation of color #D71A6B: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A6B is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 107 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.16 |
| HSL | 334.29º | 0.78% | 0.47% | - |
| HSV(B) | 334.29º | 0.88% | 0.84% | - |
| XYZ | 31.05 | 16.25 | 15.41 | - |
| YUV | 91.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 107 | 0 | 0.88 | 0.50 | 0.16 | 334.29 | 0.78 | 0.47 |
| Hex | D7 | 1A | 6B | 0 | 58 | 32 | 10 | 14E | 4E | 2F |
| Octal | 327 | 32 | 153 | 0 | 130 | 62 | 20 | 516 | 116 | 57 |
| Binary | 11010111 | 11010 | 1101011 | 0 | 1011000 | 110010 | 10000 | 101001110 | 1001110 | 101111 |
Color Harmonies of #D71A6B
Complementary color
Monochromatic Colors of #D71A6B
Black with #D71A6B
Text Example
Text Example
White with #D71A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A6B; }
p { color: rgb(215,26,107); }
H1.HeaderClassName
{
color: #D71A6B;
}
.AnyTagClassName
{
color: #D71A6B;
}
</style>
background-color css
<style>
a { background-color: #D71A6B; }
a { background-color: rgb(215,26,107); }
div.DivClassName
{
background-color: #D71A6B;
}
.BgClassName
{
background-color: #D71A6B;
}
</style>
border-color css
<style>
span { border-color: #D71A6B; }
span { border-color: rgb(215,26,107); }
td.TdClassName
{
border-color: #D71A6B;
}
.TagClassName
{
border-color: #D71A6B;
}
</style>