Shades of Ruby #D71E6B
Tints of Ruby #D71E6B
RGB
CMYK
RGB Variations
Color information
#D71E6B (or 0xD71E6B) is known color: Ruby. HEX triplet: D7, 1E and 6B. RGB value is (215,30,107). Sum of RGB (Red+Green+Blue) = 215+30+107=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E6B is #28E194. Grayscale: #5D5D5D. Windows color (decimal): -2679189 or 7020247. OLE color: 7020247.
HSL color Cylindrical-coordinate representation of color #D71E6B: hue angle of 335.03º 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 #D71E6B is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 107 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.16 |
| HSL | 335.03º | 0.76% | 0.48% | - |
| HSV(B) | 335.03º | 0.86% | 0.84% | - |
| XYZ | 31.14 | 16.44 | 15.44 | - |
| YUV | 94.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 107 | 0 | 0.86 | 0.50 | 0.16 | 335.03 | 0.76 | 0.48 |
| Hex | D7 | 1E | 6B | 0 | 56 | 32 | 10 | 14F | 4C | 30 |
| Octal | 327 | 36 | 153 | 0 | 126 | 62 | 20 | 517 | 114 | 60 |
| Binary | 11010111 | 11110 | 1101011 | 0 | 1010110 | 110010 | 10000 | 101001111 | 1001100 | 110000 |
Color Harmonies of #D71E6B
Complementary color
Monochromatic Colors of #D71E6B
Black with #D71E6B
Text Example
Text Example
White with #D71E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E6B; }
p { color: rgb(215,30,107); }
H1.HeaderClassName
{
color: #D71E6B;
}
.AnyTagClassName
{
color: #D71E6B;
}
</style>
background-color css
<style>
a { background-color: #D71E6B; }
a { background-color: rgb(215,30,107); }
div.DivClassName
{
background-color: #D71E6B;
}
.BgClassName
{
background-color: #D71E6B;
}
</style>
border-color css
<style>
span { border-color: #D71E6B; }
span { border-color: rgb(215,30,107); }
td.TdClassName
{
border-color: #D71E6B;
}
.TagClassName
{
border-color: #D71E6B;
}
</style>